mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
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:
@@ -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
|
||||
Reference in New Issue
Block a user