bcm53xx: add power button for Buffalo WZR-1750DHP

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 45466
This commit is contained in:
Felix Fietkau 2015-04-16 20:09:48 +00:00
parent a7f768bdc8
commit c9aeb21405

View file

@ -0,0 +1,20 @@
From: Felix Fietkau <nbd@openwrt.org>
Subject: [PATCH] ARM: BCM5301X: Add power button for Buffalo WZR-1750DHP
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
---
--- a/arch/arm/boot/dts/bcm4708-buffalo-wzr-1750dhp.dts
+++ b/arch/arm/boot/dts/bcm4708-buffalo-wzr-1750dhp.dts
@@ -102,6 +102,12 @@
#address-cells = <1>;
#size-cells = <0>;
+ power {
+ label = "Power";
+ linux,code = <KEY_POWER>;
+ gpios = <&chipcommon 1 GPIO_ACTIVE_LOW>;
+ };
+
restart {
label = "Reset";
linux,code = <KEY_RESTART>;