diff --git a/projects/Allwinner/patches/linux/0054-arm64-dts-allwinner-h6-tanix-tx6-enable-rtw88-wifi-in-dts.patch b/projects/Allwinner/patches/linux/0054-arm64-dts-allwinner-h6-tanix-tx6-enable-rtw88-wifi-in-dts.patch deleted file mode 100644 index 7aa88c6863..0000000000 --- a/projects/Allwinner/patches/linux/0054-arm64-dts-allwinner-h6-tanix-tx6-enable-rtw88-wifi-in-dts.patch +++ /dev/null @@ -1,58 +0,0 @@ -From ba918badf612c19b4e31a57b2ff4baa06e99d7d5 Mon Sep 17 00:00:00 2001 -From: heitbaum -Date: Sun, 23 May 2021 06:37:45 +0000 -Subject: [PATCH] Allwinner: linux: add wifi node for rtl8822cs (rtw88) - -Add and enable dts node for rtw88 (rtl8822cs sdio) - -# udevadm info /sys/bus/sdio/devices/mmc1\:0001\:1/ -P: /devices/platform/soc/4021000.mmc/mmc_host/mmc1/mmc1:0001/mmc1:0001:1 -L: 0 -E: -DEVPATH=/devices/platform/soc/4021000.mmc/mmc_host/mmc1/mmc1:0001/mmc1:0001:1 -E: OF_NAME=sdio-wifi -E: OF_FULLNAME=/soc/mmc@4021000/sdio-wifi@1 -E: OF_COMPATIBLE_N=0 -E: SDIO_CLASS=07 -E: SDIO_ID=024C:C822 -E: SDIO_REVISION=0.0 -E: MODALIAS=sdio:c07v024CdC822 -E: SUBSYSTEM=sdio - ---- - .../dts/allwinner/sun50i-h6-tanix-tx6.dtsi | 17 +++++++++++++++++ - 1 file changed, 17 insertions(+) - ---- a/arch/arm64/boot/dts/allwinner/sun50i-h6-tanix.dtsi -+++ b/arch/arm64/boot/dts/allwinner/sun50i-h6-tanix.dtsi -@@ -52,6 +52,16 @@ - regulator-max-microvolt = <3300000>; - }; - -+ reg_vcc_wifi_io: vcc-wifi-io { -+ /* Always on 1.8V/300mA regulator for WiFi and BT IO */ -+ compatible = "regulator-fixed"; -+ regulator-name = "vcc-wifi-io"; -+ regulator-min-microvolt = <1800000>; -+ regulator-max-microvolt = <1800000>; -+ regulator-always-on; -+ vin-supply = <®_vcc3v3>; -+ }; -+ - reg_vdd_cpu_gpu: regulator-vdd-cpu-gpu { - compatible = "regulator-fixed"; - regulator-name = "vdd-cpu-gpu"; -@@ -159,6 +169,13 @@ - bus-width = <4>; - non-removable; - status = "okay"; -+ -+ rtl8822cs: sdio-wifi@1 { -+ reg = <1>; -+ interrupt-parent = <&r_pio>; -+ interrupts = <1 0 IRQ_TYPE_LEVEL_LOW>; /* PM0 */ -+ interrupt-names = "host-wake"; -+ }; - }; - - &mmc2 {