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 2c90f4713d0e8b797389da3644aad5a2799285f7..a8bb3fa9fec98e994ce2876b95e81e86b8369c02 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>;