Skip to content

Commit

Permalink
arm64: dts: meson-sm1-sei610: add missing interrupt-names
Browse files Browse the repository at this point in the history
add missing "host-wakeup interrupt names

Fixes: 30388cc ("arm64: dts: meson-sm1-sei610: add gpio bluetooth interrupt")

Signed-off-by: Guillaume La Roque <glaroque@baylibre.com>
Acked-by: Neil Armstrong <narmstrong@baylibre.com>
Link: https://lore.kernel.org/r/20200117133423.22602-1-glaroque@baylibre.com
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
  • Loading branch information
Guillaume La Roque authored and Kevin Hilman committed Feb 29, 2020
1 parent a469226 commit 5bea133
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm64/boot/dts/amlogic/meson-sm1-sei610.dts
Original file line number Diff line number Diff line change
Expand Up @@ -593,6 +593,7 @@
compatible = "brcm,bcm43438-bt";
interrupt-parent = <&gpio_intc>;
interrupts = <95 IRQ_TYPE_LEVEL_HIGH>;
interrupt-names = "host-wakeup";
shutdown-gpios = <&gpio GPIOX_17 GPIO_ACTIVE_HIGH>;
max-speed = <2000000>;
clocks = <&wifi32k>;
Expand Down

0 comments on commit 5bea133

Please sign in to comment.