summaryrefslogtreecommitdiffstats
path: root/target/linux/oxnas/files
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-12-02 15:25:09 +0000
committerJohn Crispin <john@openwrt.org>2014-12-02 15:25:09 +0000
commit46814be2a8800738cbd7b90d8b0fb538d0e862d1 (patch)
treee8d4cd4192005d2554114581e59641aad0cea208 /target/linux/oxnas/files
parentc2e57fcb2fa7c552765bafedf11c53c1b1b8f103 (diff)
downloadmaster-31e0f0ae-46814be2a8800738cbd7b90d8b0fb538d0e862d1.tar.gz
master-31e0f0ae-46814be2a8800738cbd7b90d8b0fb538d0e862d1.tar.bz2
master-31e0f0ae-46814be2a8800738cbd7b90d8b0fb538d0e862d1.zip
oxnas/kd20: use gpio-beeper
gpio-beeper module was added to the kernel recently. Make use of it to drive the piezoelectric buzzer of the kd20. Signed-off-by: Daniel Golle <daniel@makrotopia.org> SVN-Revision: 43496
Diffstat (limited to 'target/linux/oxnas/files')
-rw-r--r--target/linux/oxnas/files/arch/arm/boot/dts/ox820-kd20.dts9
1 files changed, 5 insertions, 4 deletions
diff --git a/target/linux/oxnas/files/arch/arm/boot/dts/ox820-kd20.dts b/target/linux/oxnas/files/arch/arm/boot/dts/ox820-kd20.dts
index e7ee5871c4..9f52f43f80 100644
--- a/target/linux/oxnas/files/arch/arm/boot/dts/ox820-kd20.dts
+++ b/target/linux/oxnas/files/arch/arm/boot/dts/ox820-kd20.dts
@@ -123,10 +123,11 @@
label = "kd20:blue:usb";
gpios = <&GPIOB 8 0>;
};
- buzzer {
- label = "kd20:buzzer";
- gpios = <&GPIOB 11 0>;
- };
+ };
+
+ beeper: beeper {
+ compatible = "gpio-beeper";
+ gpios = <&GPIOB 11 0>;
};
gpio-fan {