aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mvebu
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2015-07-31 18:23:28 +0000
committerImre Kaloz <kaloz@openwrt.org>2015-07-31 18:23:28 +0000
commit35a3754c5f93a84709f4bfecaadfcfb676cd3f72 (patch)
tree5e1d15e8c0007b3006808c2ea57de74a5861a14d /target/linux/mvebu
parent6d97c60ca8d6f4153bb46068f6526b3e194199e4 (diff)
downloadmaster-187ad058-35a3754c5f93a84709f4bfecaadfcfb676cd3f72.tar.gz
master-187ad058-35a3754c5f93a84709f4bfecaadfcfb676cd3f72.tar.bz2
master-187ad058-35a3754c5f93a84709f4bfecaadfcfb676cd3f72.zip
mvebu: update dts files for mamba / WRT1900AC
Fix for default button states in WRT1900AC dts files. This prevents overlay wipe when reset is pressed. Signed-off-by: Rob Mosher <nyt-openwrt@countercultured.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46530 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/mvebu')
-rw-r--r--target/linux/mvebu/patches-3.18/001-add_mamba_support.patch4
-rw-r--r--target/linux/mvebu/patches-4.0/001-add_mamba_support.patch4
2 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/mvebu/patches-3.18/001-add_mamba_support.patch b/target/linux/mvebu/patches-3.18/001-add_mamba_support.patch
index 437cc3ad3a..44a1adc415 100644
--- a/target/linux/mvebu/patches-3.18/001-add_mamba_support.patch
+++ b/target/linux/mvebu/patches-3.18/001-add_mamba_support.patch
@@ -337,13 +337,13 @@ Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
+ button@1 {
+ label = "WPS";
+ linux,code = <KEY_WPS_BUTTON>;
-+ gpios = <&gpio1 0 GPIO_ACTIVE_HIGH>;
++ gpios = <&gpio1 0 GPIO_ACTIVE_LOW>;
+ };
+
+ button@2 {
+ label = "Factory Reset Button";
+ linux,code = <KEY_RESTART>;
-+ gpios = <&gpio1 1 GPIO_ACTIVE_HIGH>;
++ gpios = <&gpio1 1 GPIO_ACTIVE_LOW>;
+ };
+ };
+
diff --git a/target/linux/mvebu/patches-4.0/001-add_mamba_support.patch b/target/linux/mvebu/patches-4.0/001-add_mamba_support.patch
index 305479acfb..0fc2638fad 100644
--- a/target/linux/mvebu/patches-4.0/001-add_mamba_support.patch
+++ b/target/linux/mvebu/patches-4.0/001-add_mamba_support.patch
@@ -337,13 +337,13 @@ Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
+ button@1 {
+ label = "WPS";
+ linux,code = <KEY_WPS_BUTTON>;
-+ gpios = <&gpio1 0 GPIO_ACTIVE_HIGH>;
++ gpios = <&gpio1 0 GPIO_ACTIVE_LOW>;
+ };
+
+ button@2 {
+ label = "Factory Reset Button";
+ linux,code = <KEY_RESTART>;
-+ gpios = <&gpio1 1 GPIO_ACTIVE_HIGH>;
++ gpios = <&gpio1 1 GPIO_ACTIVE_LOW>;
+ };
+ };
+