Skip to content

Commit

Permalink
arm64: dts: meson-sm1-sei610: add gpio bluetooth interrupt
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Guillaume La Roque authored and Kevin Hilman committed Dec 9, 2019
1 parent 4881873 commit 30388cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm64/boot/dts/amlogic/meson-sm1-sei610.dts
Original file line number Diff line number Diff line change
Expand Up @@ -591,6 +591,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>;
Expand Down

0 comments on commit 30388cc

Please sign in to comment.