ARM: dts: ste-ux500-samsung: dts bluetooth wakeup interrupt

Interrupt support on host wakeup gpio for ste-ux500-samsung bluetooth.

Signed-off-by: Alex Tran <alex.t.tran@gmail.com>
Link: https://lore.kernel.org/r/20250823212732.356620-1-alex.t.tran@gmail.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
Alex Tran
2025-08-28 20:39:17 +02:00
committed by Linus Walleij
parent 4ce3d8526d
commit 9c66753641
3 changed files with 9 additions and 6 deletions
@@ -383,8 +383,9 @@
/* BT_WAKE on GPIO199 */
device-wakeup-gpios = <&gpio6 7 GPIO_ACTIVE_HIGH>;
/* BT_HOST_WAKE on GPIO97 */
/* FIXME: convert to interrupt */
host-wakeup-gpios = <&gpio3 1 GPIO_ACTIVE_HIGH>;
interrupt-parent = <&gpio3>;
interrupts = <1 IRQ_TYPE_EDGE_RISING>;
interrupt-names = "host-wakeup";
/* BT_RST_N on GPIO209 */
reset-gpios = <&gpio6 17 GPIO_ACTIVE_LOW>;
pinctrl-names = "default";
@@ -479,8 +479,9 @@
/* BT_WAKE on GPIO199 */
device-wakeup-gpios = <&gpio6 7 GPIO_ACTIVE_HIGH>;
/* BT_HOST_WAKE on GPIO97 */
/* FIXME: convert to interrupt */
host-wakeup-gpios = <&gpio3 1 GPIO_ACTIVE_HIGH>;
interrupt-parent = <&gpio3>;
interrupts = <1 IRQ_TYPE_EDGE_RISING>;
interrupt-names = "host-wakeup";
/* BT_RST_N on GPIO209 */
reset-gpios = <&gpio6 17 GPIO_ACTIVE_LOW>;
pinctrl-names = "default";
@@ -481,8 +481,9 @@
/* BT_WAKE on GPIO199 */
device-wakeup-gpios = <&gpio6 7 GPIO_ACTIVE_HIGH>;
/* BT_HOST_WAKE on GPIO97 */
/* FIXME: convert to interrupt */
host-wakeup-gpios = <&gpio3 1 GPIO_ACTIVE_HIGH>;
interrupt-parent = <&gpio3>;
interrupts = <1 IRQ_TYPE_EDGE_RISING>;
interrupt-names = "host-wakeup";
/* BT_RST_N on GPIO209 */
reset-gpios = <&gpio6 17 GPIO_ACTIVE_LOW>;
pinctrl-names = "default";