Message ID | 20200117133423.22602-1-glaroque@baylibre.com (mailing list archive) |
---|---|
State | Mainlined |
Commit | 5bea1336ed2c939328999c64de28792e8dc0699b |
Headers | show |
Series | arm64: dts: meson-sm1-sei610: add missing interrupt-names | expand |
On 17/01/2020 14:34, Guillaume La Roque wrote: > add missing "host-wakeup interrupt names > > Fixes: 30388cc07572 ("arm64: dts: meson-sm1-sei610: add gpio bluetooth interrupt") > > Signed-off-by: Guillaume La Roque <glaroque@baylibre.com> > --- > arch/arm64/boot/dts/amlogic/meson-sm1-sei610.dts | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm64/boot/dts/amlogic/meson-sm1-sei610.dts b/arch/arm64/boot/dts/amlogic/meson-sm1-sei610.dts > index a8bb3fa9fec9..cb1b48f5b8b1 100644 > --- a/arch/arm64/boot/dts/amlogic/meson-sm1-sei610.dts > +++ b/arch/arm64/boot/dts/amlogic/meson-sm1-sei610.dts > @@ -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>; > Acked-by: Neil Armstrong <narmstrong@baylibre.com>
Neil Armstrong <narmstrong@baylibre.com> writes: > On 17/01/2020 14:34, Guillaume La Roque wrote: >> add missing "host-wakeup interrupt names >> >> Fixes: 30388cc07572 ("arm64: dts: meson-sm1-sei610: add gpio bluetooth interrupt") >> >> Signed-off-by: Guillaume La Roque <glaroque@baylibre.com> >> --- >> arch/arm64/boot/dts/amlogic/meson-sm1-sei610.dts | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/arch/arm64/boot/dts/amlogic/meson-sm1-sei610.dts b/arch/arm64/boot/dts/amlogic/meson-sm1-sei610.dts >> index a8bb3fa9fec9..cb1b48f5b8b1 100644 >> --- a/arch/arm64/boot/dts/amlogic/meson-sm1-sei610.dts >> +++ b/arch/arm64/boot/dts/amlogic/meson-sm1-sei610.dts >> @@ -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>; >> > > Acked-by: Neil Armstrong <narmstrong@baylibre.com> Queued as a fix for v5.6-rc1. Thanks, Kevin
Hello: This patch was applied to khilman/linux-amlogic.git (refs/heads/for-next). On Fri, 17 Jan 2020 14:34:23 +0100 you wrote: > add missing "host-wakeup interrupt names > > Fixes: 30388cc07572 ("arm64: dts: meson-sm1-sei610: add gpio bluetooth interrupt") > > Signed-off-by: Guillaume La Roque <glaroque@baylibre.com> > --- > arch/arm64/boot/dts/amlogic/meson-sm1-sei610.dts | 1 + > 1 file changed, 1 insertion(+) Here is a summary with links: - arm64: dts: meson-sm1-sei610: add missing interrupt-names https://git.kernel.org/khilman/linux-amlogic/c/80a26ed452811d04b2eeaba0481a72bf00f97b89 You are awesome, thank you!
diff --git a/arch/arm64/boot/dts/amlogic/meson-sm1-sei610.dts b/arch/arm64/boot/dts/amlogic/meson-sm1-sei610.dts index a8bb3fa9fec9..cb1b48f5b8b1 100644 --- a/arch/arm64/boot/dts/amlogic/meson-sm1-sei610.dts +++ b/arch/arm64/boot/dts/amlogic/meson-sm1-sei610.dts @@ -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>;
add missing "host-wakeup interrupt names Fixes: 30388cc07572 ("arm64: dts: meson-sm1-sei610: add gpio bluetooth interrupt") Signed-off-by: Guillaume La Roque <glaroque@baylibre.com> --- arch/arm64/boot/dts/amlogic/meson-sm1-sei610.dts | 1 + 1 file changed, 1 insertion(+)