ARM: dts: s5pv210: Correct interrupt name for bluetooth in Aries
authorJonathan Bakker <xc-racer2@live.ca>
Sun, 27 Mar 2022 18:08:51 +0000 (11:08 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 6 Jun 2022 06:43:40 +0000 (08:43 +0200)
commit 3f5e3d3a8b895c8a11da8b0063ba2022dd9e2045 upstream.

Correct the name of the bluetooth interrupt from host-wake to
host-wakeup.

Fixes: 1c65b6184441b ("ARM: dts: s5pv210: Correct BCM4329 bluetooth node")
Cc: <stable@vger.kernel.org>
Signed-off-by: Jonathan Bakker <xc-racer2@live.ca>
Link: https://lore.kernel.org/r/CY4PR04MB0567495CFCBDC8D408D44199CB1C9@CY4PR04MB0567.namprd04.prod.outlook.com
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm/boot/dts/s5pv210-aries.dtsi

index 160f8cd9a68dac2b9e88837a37610d934d300e2d..2f57100a011a38ee90b80aaa92bb7393bfc34efe 100644 (file)
                device-wakeup-gpios = <&gpg3 4 GPIO_ACTIVE_HIGH>;
                interrupt-parent = <&gph2>;
                interrupts = <5 IRQ_TYPE_LEVEL_HIGH>;
-               interrupt-names = "host-wake";
+               interrupt-names = "host-wakeup";
        };
 };