arm64: dts: meson-sm1-sei610: add gpio bluetooth interrupt
authorGuillaume La Roque <glaroque@baylibre.com>
Thu, 5 Dec 2019 13:19:00 +0000 (14:19 +0100)
committerKevin Hilman <khilman@baylibre.com>
Mon, 9 Dec 2019 23:21:21 +0000 (15:21 -0800)
add gpio irq to support interrupt trigger mode.

Signed-off-by: Guillaume La Roque <glaroque@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
arch/arm64/boot/dts/amlogic/meson-sm1-sei610.dts

index 2c90f47..a8bb3fa 100644 (file)
 
        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>;