diff mbox series

[5/7] ARM: dts: s5pv210: Correct interrupt name for bluetooth in Aries

Message ID CY4PR04MB0567DC7336ECABC67A1EC78ECB189@CY4PR04MB0567.namprd04.prod.outlook.com (mailing list archive)
State Superseded
Headers show
Series [1/7] ARM: dts: s5pv210: Split memory nodes to match spec | expand

Commit Message

Jonathan Bakker March 23, 2022, 3:03 p.m. UTC
Correct the name of the bluetooth interrupt from host-wake to
host-wakeup.

Fixes: 1c65b6184441b
Signed-off-by: Jonathan Bakker <xc-racer2@live.ca>
---
 arch/arm/boot/dts/s5pv210-aries.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Krzysztof Kozlowski March 23, 2022, 3:23 p.m. UTC | #1
On 23/03/2022 16:03, Jonathan Bakker wrote:
> Correct the name of the bluetooth interrupt from host-wake to
> host-wakeup.
> 
> Fixes: 1c65b6184441b

Incorrect tag.

Best regards,
Krzysztof
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/s5pv210-aries.dtsi b/arch/arm/boot/dts/s5pv210-aries.dtsi
index b5d625f12132..13a065f5df5e 100644
--- a/arch/arm/boot/dts/s5pv210-aries.dtsi
+++ b/arch/arm/boot/dts/s5pv210-aries.dtsi
@@ -902,7 +902,7 @@ 
 		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";
 	};
 };