Commit 5bea1336 authored by Guillaume La Roque's avatar Guillaume La Roque Committed by Kevin Hilman

arm64: dts: meson-sm1-sei610: add missing interrupt-names

add missing "host-wakeup interrupt names

Fixes: 30388cc0 ("arm64: dts: meson-sm1-sei610: add gpio bluetooth interrupt")
Signed-off-by: default avatarGuillaume La Roque <glaroque@baylibre.com>
Acked-by: default avatarNeil Armstrong <narmstrong@baylibre.com>
Link: https://lore.kernel.org/r/20200117133423.22602-1-glaroque@baylibre.comSigned-off-by: default avatarKevin Hilman <khilman@baylibre.com>
parent a469226d
......@@ -593,6 +593,7 @@ bluetooth {
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>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment