mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
BT: fix the issue of bt cannot wake up host.
This commit is contained in:
@@ -54,7 +54,7 @@
|
||||
BT,power_gpio = <&gpio4 GPIO_D3 GPIO_ACTIVE_HIGH>;
|
||||
BT,reset_gpio = <&gpio4 GPIO_D5 GPIO_ACTIVE_HIGH>;
|
||||
BT,wake_gpio = <&gpio4 GPIO_D2 GPIO_ACTIVE_HIGH>;
|
||||
BT,wake_host_irq = <&gpio4 GPIO_D7 GPIO_ACTIVE_LOW>;
|
||||
BT,wake_host_irq = <&gpio4 GPIO_D7 GPIO_ACTIVE_HIGH>;
|
||||
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user