fa4395db04
The files directory is now split up into the files which are needed for every kernel version and the files only needed by kernel 4.1. The files in files-4.1 are already merged into mainline kernel 4.3. This patch only removed patches which were merged into mainline kernel 4.3. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 47251
21 lines
526 B
Diff
21 lines
526 B
Diff
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
|
|
@@ -123,6 +123,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>;
|