Browse Source

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 <[email protected]>

SVN-Revision: 46530
Imre Kaloz 10 years ago
parent
commit
eca9068815

+ 2 - 2
target/linux/mvebu/patches-3.18/001-add_mamba_support.patch

@@ -337,13 +337,13 @@ Signed-off-by: Gregory CLEMENT <[email protected]>
 +		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>;
 +		};
 +	};
 +

+ 2 - 2
target/linux/mvebu/patches-4.0/001-add_mamba_support.patch

@@ -337,13 +337,13 @@ Signed-off-by: Gregory CLEMENT <[email protected]>
 +		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>;
 +		};
 +	};
 +