[PATCH] ARM: dts: ixp4xx: Add beeper to the NSLU2

Linus Walleij linus.walleij at linaro.org
Thu May 13 03:09:01 PDT 2021


This adds the beeper GPIO to the NSLU2 completing the board
support.

Signed-off-by: Linus Walleij <linus.walleij at linaro.org>
---
 arch/arm/boot/dts/intel-ixp42x-linksys-nslu2.dts | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm/boot/dts/intel-ixp42x-linksys-nslu2.dts b/arch/arm/boot/dts/intel-ixp42x-linksys-nslu2.dts
index 46dda0a895e7..5b8dcc19deee 100644
--- a/arch/arm/boot/dts/intel-ixp42x-linksys-nslu2.dts
+++ b/arch/arm/boot/dts/intel-ixp42x-linksys-nslu2.dts
@@ -90,6 +90,11 @@ gpio-poweroff {
 		timeout-ms = <5000>;
 	};
 
+	gpio-beeper {
+		compatible = "gpio-beeper";
+		gpios = <&gpio0 4 GPIO_ACTIVE_HIGH>;
+	};
+
 	soc {
 		bus at 50000000 {
 			/* The first 16MB region at CS0 on the expansion bus */
-- 
2.30.2




More information about the linux-arm-kernel mailing list