From: Guillaume La Roque Date: Thu, 5 Dec 2019 13:19:00 +0000 (+0100) Subject: arm64: dts: meson-sm1-sei610: add gpio bluetooth interrupt X-Git-Tag: v5.4.18~72 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e8b0d16e4c7f0e27a5dcee512c7b94b9e43cd506;p=platform%2Fkernel%2Flinux-rpi.git arm64: dts: meson-sm1-sei610: add gpio bluetooth interrupt [ Upstream commit 30388cc075720aa0af4f2cb5933afa1f8f39d313 ] add gpio irq to support interrupt trigger mode. Signed-off-by: Guillaume La Roque Signed-off-by: Kevin Hilman Signed-off-by: Sasha Levin --- diff --git a/arch/arm64/boot/dts/amlogic/meson-sm1-sei610.dts b/arch/arm64/boot/dts/amlogic/meson-sm1-sei610.dts index 3435aaa..5d6a8da 100644 --- a/arch/arm64/boot/dts/amlogic/meson-sm1-sei610.dts +++ b/arch/arm64/boot/dts/amlogic/meson-sm1-sei610.dts @@ -361,6 +361,8 @@ bluetooth { compatible = "brcm,bcm43438-bt"; + interrupt-parent = <&gpio_intc>; + interrupts = <95 IRQ_TYPE_LEVEL_HIGH>; shutdown-gpios = <&gpio GPIOX_17 GPIO_ACTIVE_HIGH>; max-speed = <2000000>; clocks = <&wifi32k>;