mirror of
https://github.com/revyos/thead-kernel.git
synced 2026-06-21 09:12:26 +02:00
temp fix: disable poweron pin for aic8800 to make it work
This commit is contained in:
committed by
Han Gao/Revy/Rabenda
parent
40d4663361
commit
6f712a1d7f
@@ -133,12 +133,14 @@
|
||||
};
|
||||
|
||||
&wcn_wifi {
|
||||
WIFI,poweren_gpio = <&pcal6408ahk_c 4 0>;
|
||||
// WIFI,poweren_gpio = <&pcal6408ahk_c 4 0>;
|
||||
/delete-property/ WIFI,poweren_gpio;
|
||||
};
|
||||
|
||||
|
||||
&wcn_bt {
|
||||
BT,power_gpio = <&pcal6408ahk_c 5 0>;
|
||||
// BT,power_gpio = <&pcal6408ahk_c 5 0>;
|
||||
/delete-property/ BT,power_gpio;
|
||||
};
|
||||
|
||||
&usb_1 {
|
||||
|
||||
@@ -268,7 +268,7 @@
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pinctrl_wifi_wake>;
|
||||
wifi_chip_type = "rtl8723ds";
|
||||
WIFI,poweren_gpio = <&pcal6408ahk_c 4 0>;
|
||||
// WIFI,poweren_gpio = <&pcal6408ahk_c 4 0>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
@@ -276,7 +276,7 @@
|
||||
compatible = "bluetooth-platdata";
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pinctrl_bt_wake>;
|
||||
BT,power_gpio = <&pcal6408ahk_c 5 0>;
|
||||
// BT,power_gpio = <&pcal6408ahk_c 5 0>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user