Revert "arm64: dts: rockchip: change the wifi power-on method for rk356x evb"

This reverts commit e37604f00f.

Signed-off-by: Alex Zhao <zzc@rock-chips.com>
Change-Id: I90a96482445710b6089acd5b6ad19264462b35f7
This commit is contained in:
Alex Zhao
2021-01-04 11:54:32 +08:00
committed by Tao Huang
parent 67be194d10
commit a6107c8add
7 changed files with 98 additions and 42 deletions

View File

@@ -382,10 +382,6 @@
};
wireless-wlan {
wifi_poweren: wifi-poweren {
rockchip,pins = <3 RK_PD5 RK_FUNC_GPIO &pcfg_pull_none>;
};
wifi_host_wake_irq: wifi-host-wake-irq {
rockchip,pins = <3 RK_PD4 RK_FUNC_GPIO &pcfg_pull_down>;
};
@@ -436,10 +432,11 @@
cap-sd-highspeed;
cap-sdio-irq;
keep-power-in-suspend;
mmc-pwrseq = <&sdio_pwrseq>;
non-removable;
pinctrl-names = "default";
pinctrl-0 = <&sdmmc2m0_bus4 &sdmmc2m0_cmd &sdmmc2m0_clk>;
sd-uhs-sdr104;
logic-remove-card;
status = "okay";
};
@@ -467,8 +464,7 @@
&wireless_wlan {
pinctrl-names = "default";
pinctrl-0 = <&wifi_poweren &wifi_host_wake_irq>;
WIFI,poweren_gpio = <&gpio3 RK_PD5 GPIO_ACTIVE_HIGH>;
pinctrl-0 = <&wifi_host_wake_irq>;
WIFI,host_wake_irq = <&gpio3 RK_PD4 GPIO_ACTIVE_HIGH>;
};