Skip to content

Commit 8845027

Browse files
xc-racer99gregkh
authored andcommitted
ARM: dts: s5pv210: Correct interrupt name for bluetooth in Aries
commit 3f5e3d3 upstream. Correct the name of the bluetooth interrupt from host-wake to host-wakeup. Fixes: 1c65b61 ("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>
1 parent 4989bb0 commit 8845027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/s5pv210-aries.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -896,7 +896,7 @@
896896
device-wakeup-gpios = <&gpg3 4 GPIO_ACTIVE_HIGH>;
897897
interrupt-parent = <&gph2>;
898898
interrupts = <5 IRQ_TYPE_LEVEL_HIGH>;
899-
interrupt-names = "host-wake";
899+
interrupt-names = "host-wakeup";
900900
};
901901
};
902902

0 commit comments

Comments
 (0)