summaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.18
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-04-16 20:09:48 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-04-16 20:09:48 +0000
commitc9aeb21405b2ab9211e4e312f13be0e99d621b0e (patch)
tree1942116bee20bd357ed38888852d3ac2b97f7c20 /target/linux/generic/patches-3.18
parenta7f768bdc813c2a61ad3372842f2de2c5298bb9b (diff)
downloadmaster-31e0f0ae-c9aeb21405b2ab9211e4e312f13be0e99d621b0e.tar.gz
master-31e0f0ae-c9aeb21405b2ab9211e4e312f13be0e99d621b0e.tar.bz2
master-31e0f0ae-c9aeb21405b2ab9211e4e312f13be0e99d621b0e.zip
bcm53xx: add power button for Buffalo WZR-1750DHP
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45466
Diffstat (limited to 'target/linux/generic/patches-3.18')
-rw-r--r--target/linux/generic/patches-3.18/332-ARM-BCM5301X-Add-power-button-for-Buffalo-WZR-1750DHP.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/target/linux/generic/patches-3.18/332-ARM-BCM5301X-Add-power-button-for-Buffalo-WZR-1750DHP.patch b/target/linux/generic/patches-3.18/332-ARM-BCM5301X-Add-power-button-for-Buffalo-WZR-1750DHP.patch
new file mode 100644
index 0000000000..eeca753073
--- /dev/null
+++ b/target/linux/generic/patches-3.18/332-ARM-BCM5301X-Add-power-button-for-Buffalo-WZR-1750DHP.patch
@@ -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>;