Revert "temp fix: disable poweron pin for aic8800 to make it work"

This reverts commit 6f712a1d7f.
This commit is contained in:
Han Gao
2024-07-20 15:54:02 +08:00
committed by Han Gao
parent 3bff12eab2
commit a8a3aef9b9
2 changed files with 4 additions and 6 deletions

View File

@@ -145,14 +145,12 @@
}; };
&wcn_wifi { &wcn_wifi {
// WIFI,poweren_gpio = <&pcal6408ahk_c 4 0>; WIFI,poweren_gpio = <&pcal6408ahk_c 4 0>;
/delete-property/ WIFI,poweren_gpio;
}; };
&wcn_bt { &wcn_bt {
// BT,power_gpio = <&pcal6408ahk_c 5 0>; BT,power_gpio = <&pcal6408ahk_c 5 0>;
/delete-property/ BT,power_gpio;
}; };
&usb_1 { &usb_1 {

View File

@@ -273,7 +273,7 @@
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&pinctrl_wifi_wake>; pinctrl-0 = <&pinctrl_wifi_wake>;
wifi_chip_type = "rtl8723ds"; wifi_chip_type = "rtl8723ds";
// WIFI,poweren_gpio = <&pcal6408ahk_c 4 0>; WIFI,poweren_gpio = <&pcal6408ahk_c 4 0>;
status = "okay"; status = "okay";
}; };
@@ -281,7 +281,7 @@
compatible = "bluetooth-platdata"; compatible = "bluetooth-platdata";
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&pinctrl_bt_wake>; pinctrl-0 = <&pinctrl_bt_wake>;
// BT,power_gpio = <&pcal6408ahk_c 5 0>; BT,power_gpio = <&pcal6408ahk_c 5 0>;
status = "okay"; status = "okay";
}; };