From 6f712a1d7f4069a89123f1d2f43e7daa502b4471 Mon Sep 17 00:00:00 2001 From: NekoRouter Date: Sun, 18 Feb 2024 17:07:30 +0800 Subject: [PATCH] temp fix: disable poweron pin for aic8800 to make it work --- arch/riscv/boot/dts/thead/th1520-lpi4a-laptop.dts | 6 ++++-- arch/riscv/boot/dts/thead/th1520-lpi4a.dtsi | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/arch/riscv/boot/dts/thead/th1520-lpi4a-laptop.dts b/arch/riscv/boot/dts/thead/th1520-lpi4a-laptop.dts index 42a950bf5..4b9c4b225 100644 --- a/arch/riscv/boot/dts/thead/th1520-lpi4a-laptop.dts +++ b/arch/riscv/boot/dts/thead/th1520-lpi4a-laptop.dts @@ -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 { diff --git a/arch/riscv/boot/dts/thead/th1520-lpi4a.dtsi b/arch/riscv/boot/dts/thead/th1520-lpi4a.dtsi index e1ba3c65d..624c3d645 100644 --- a/arch/riscv/boot/dts/thead/th1520-lpi4a.dtsi +++ b/arch/riscv/boot/dts/thead/th1520-lpi4a.dtsi @@ -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"; };