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)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Sat, 9 Apr 2022 16:49:51 +0000 (18:49 +0200)
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>
arch/arm/boot/dts/s5pv210-aries.dtsi

index dba186d..9ae4c4a 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";
        };
 };