Bluetooth: add btwakeup-gpios for trunk [1/1]

PD#SWPL-217372
PD#WIRELESS-12065

Problem:
W2 Bluetooth wake-up failed

Solution:
Add btwakeup-gpios

Verify:
S905X4

Change-Id: Iac996d894bad3c84a4725128f53ce6c46882afd8
Signed-off-by: lei.chen <lei.chen@amlogic.com>
This commit is contained in:
lei.chen
2025-06-12 17:26:54 +08:00
committed by codewalkerster
parent 45991bddd7
commit 35a462d1d4
4 changed files with 4 additions and 0 deletions
@@ -1829,6 +1829,7 @@
&aml_bt {
status = "okay";
reset-gpios = <&gpio GPIOX_17 GPIO_ACTIVE_HIGH>;
btwakeup-gpios = <&gpio GPIOX_18 GPIO_ACTIVE_HIGH>;
hostwake-gpios = <&gpio GPIOX_19 GPIO_ACTIVE_HIGH>;
power_down_disable = <1>;
};
@@ -1765,6 +1765,7 @@
&aml_bt {
status = "okay";
reset-gpios = <&gpio GPIOX_17 GPIO_ACTIVE_HIGH>;
btwakeup-gpios = <&gpio GPIOX_18 GPIO_ACTIVE_HIGH>;
hostwake-gpios = <&gpio GPIOX_19 GPIO_ACTIVE_HIGH>;
};
@@ -1546,6 +1546,7 @@
&aml_bt {
status = "okay";
reset-gpios = <&gpio GPIOX_17 GPIO_ACTIVE_HIGH>;
btwakeup-gpios = <&gpio GPIOX_18 GPIO_ACTIVE_HIGH>;
hostwake-gpios = <&gpio GPIOX_19 GPIO_ACTIVE_HIGH>;
};
@@ -0,0 +1 @@
SWPL-217372