mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
Merge pull request #6649 from heitbaum/rtw88
RTW88: Add support for USB/SDIO variants
This commit is contained in:
commit
3a491ca1a9
2717
packages/linux/patches/default/linux-121-rtw88-linux-next-6-2.patch
Normal file
2717
packages/linux/patches/default/linux-121-rtw88-linux-next-6-2.patch
Normal file
File diff suppressed because it is too large
Load Diff
3574
packages/linux/patches/default/linux-122-rtw88-test-20220611.patch
Normal file
3574
packages/linux/patches/default/linux-122-rtw88-test-20220611.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -2171,7 +2171,20 @@ CONFIG_RTL_CARDS=m
|
|||||||
# CONFIG_RTL8192CU is not set
|
# CONFIG_RTL8192CU is not set
|
||||||
CONFIG_RTL8XXXU=m
|
CONFIG_RTL8XXXU=m
|
||||||
CONFIG_RTL8XXXU_UNTESTED=y
|
CONFIG_RTL8XXXU_UNTESTED=y
|
||||||
# CONFIG_RTW88 is not set
|
CONFIG_RTW88=m
|
||||||
|
CONFIG_RTW88_CORE=m
|
||||||
|
CONFIG_RTW88_SDIO=m
|
||||||
|
CONFIG_RTW88_8822B=m
|
||||||
|
CONFIG_RTW88_8822C=m
|
||||||
|
CONFIG_RTW88_8822BS=m
|
||||||
|
# CONFIG_RTW88_8822BU is not set
|
||||||
|
CONFIG_RTW88_8822CS=m
|
||||||
|
# CONFIG_RTW88_8822CU is not set
|
||||||
|
# CONFIG_RTW88_8723DU is not set
|
||||||
|
# CONFIG_RTW88_8821CS is not set
|
||||||
|
# CONFIG_RTW88_8821CU is not set
|
||||||
|
# CONFIG_RTW88_DEBUG is not set
|
||||||
|
# CONFIG_RTW88_DEBUGFS is not set
|
||||||
# CONFIG_RTW89 is not set
|
# CONFIG_RTW89 is not set
|
||||||
# CONFIG_WLAN_VENDOR_RSI is not set
|
# CONFIG_WLAN_VENDOR_RSI is not set
|
||||||
# CONFIG_WLAN_VENDOR_SILABS is not set
|
# CONFIG_WLAN_VENDOR_SILABS is not set
|
||||||
|
@ -0,0 +1,10 @@
|
|||||||
|
--- a/arch/arm64/boot/dts/allwinner/sun50i-h6-tanix.dtsi 2022-06-25 14:21:11.340219073 +0000
|
||||||
|
+++ b/arch/arm64/boot/dts/allwinner/sun50i-h6-tanix.dtsi 2022-06-26 09:52:05.018133375 +0000
|
||||||
|
@@ -168,6 +168,7 @@
|
||||||
|
mmc-pwrseq = <&wifi_pwrseq>;
|
||||||
|
bus-width = <4>;
|
||||||
|
non-removable;
|
||||||
|
+ keep-power-in-suspend;
|
||||||
|
status = "okay";
|
||||||
|
|
||||||
|
rtl8822cs: sdio-wifi@1 {
|
@ -2497,14 +2497,22 @@ CONFIG_RTL8XXXU_UNTESTED=y
|
|||||||
CONFIG_RTW88=m
|
CONFIG_RTW88=m
|
||||||
CONFIG_RTW88_CORE=m
|
CONFIG_RTW88_CORE=m
|
||||||
CONFIG_RTW88_PCI=m
|
CONFIG_RTW88_PCI=m
|
||||||
|
CONFIG_RTW88_USB=m
|
||||||
CONFIG_RTW88_8822B=m
|
CONFIG_RTW88_8822B=m
|
||||||
CONFIG_RTW88_8822C=m
|
CONFIG_RTW88_8822C=m
|
||||||
CONFIG_RTW88_8723D=m
|
CONFIG_RTW88_8723D=m
|
||||||
CONFIG_RTW88_8821C=m
|
CONFIG_RTW88_8821C=m
|
||||||
CONFIG_RTW88_8822BE=m
|
CONFIG_RTW88_8822BE=m
|
||||||
|
# CONFIG_RTW88_8822BS is not set
|
||||||
|
CONFIG_RTW88_8822BU=m
|
||||||
CONFIG_RTW88_8822CE=m
|
CONFIG_RTW88_8822CE=m
|
||||||
|
# CONFIG_RTW88_8822CS is not set
|
||||||
|
CONFIG_RTW88_8822CU=m
|
||||||
CONFIG_RTW88_8723DE=m
|
CONFIG_RTW88_8723DE=m
|
||||||
|
CONFIG_RTW88_8723DU=m
|
||||||
CONFIG_RTW88_8821CE=m
|
CONFIG_RTW88_8821CE=m
|
||||||
|
# CONFIG_RTW88_8821CS is not set
|
||||||
|
CONFIG_RTW88_8821CU=m
|
||||||
# CONFIG_RTW88_DEBUG is not set
|
# CONFIG_RTW88_DEBUG is not set
|
||||||
# CONFIG_RTW88_DEBUGFS is not set
|
# CONFIG_RTW88_DEBUGFS is not set
|
||||||
# CONFIG_RTW89 is not set
|
# CONFIG_RTW89 is not set
|
||||||
|
@ -1619,6 +1619,21 @@ CONFIG_RTL_CARDS=m
|
|||||||
CONFIG_RTL8XXXU=m
|
CONFIG_RTL8XXXU=m
|
||||||
CONFIG_RTL8XXXU_UNTESTED=y
|
CONFIG_RTL8XXXU_UNTESTED=y
|
||||||
CONFIG_RTW88=m
|
CONFIG_RTW88=m
|
||||||
|
CONFIG_RTW88_CORE=m
|
||||||
|
CONFIG_RTW88_USB=m
|
||||||
|
CONFIG_RTW88_8822B=m
|
||||||
|
CONFIG_RTW88_8822C=m
|
||||||
|
CONFIG_RTW88_8723D=m
|
||||||
|
CONFIG_RTW88_8821C=m
|
||||||
|
# CONFIG_RTW88_8822BS is not set
|
||||||
|
CONFIG_RTW88_8822BU=m
|
||||||
|
# CONFIG_RTW88_8822CS is not set
|
||||||
|
CONFIG_RTW88_8822CU=m
|
||||||
|
CONFIG_RTW88_8723DU=m
|
||||||
|
# CONFIG_RTW88_8821CS is not set
|
||||||
|
CONFIG_RTW88_8821CU=m
|
||||||
|
# CONFIG_RTW88_DEBUG is not set
|
||||||
|
# CONFIG_RTW88_DEBUGFS is not set
|
||||||
# CONFIG_RTW89 is not set
|
# CONFIG_RTW89 is not set
|
||||||
# CONFIG_WLAN_VENDOR_RSI is not set
|
# CONFIG_WLAN_VENDOR_RSI is not set
|
||||||
# CONFIG_WLAN_VENDOR_SILABS is not set
|
# CONFIG_WLAN_VENDOR_SILABS is not set
|
||||||
|
Loading…
x
Reference in New Issue
Block a user