aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.18/332-ARM-BCM5301X-Add-power-button-for-Buffalo-WZR-1750DHP.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-04-16 20:43:11 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-04-16 20:43:11 +0000
commit582b20c4e2c19744021866243fe569acb39c7eca (patch)
tree53bafeb9ca09b79f47fd7844eae2a2b49243ea87 /target/linux/generic/patches-3.18/332-ARM-BCM5301X-Add-power-button-for-Buffalo-WZR-1750DHP.patch
parentb860db2c636cb8c304d92f5482b11ddf01caeac2 (diff)
downloadupstream-582b20c4e2c19744021866243fe569acb39c7eca.tar.gz
upstream-582b20c4e2c19744021866243fe569acb39c7eca.tar.bz2
upstream-582b20c4e2c19744021866243fe569acb39c7eca.zip
kernel: accidentally committed a few patches in the wrong place, move them
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45468
Diffstat (limited to 'target/linux/generic/patches-3.18/332-ARM-BCM5301X-Add-power-button-for-Buffalo-WZR-1750DHP.patch')
-rw-r--r--target/linux/generic/patches-3.18/332-ARM-BCM5301X-Add-power-button-for-Buffalo-WZR-1750DHP.patch20
1 files changed, 0 insertions, 20 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
deleted file mode 100644
index eeca753073..0000000000
--- a/target/linux/generic/patches-3.18/332-ARM-BCM5301X-Add-power-button-for-Buffalo-WZR-1750DHP.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-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>;