Skip to content
Snippets Groups Projects
Commit aac9f830 authored by kaloz's avatar kaloz
Browse files

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: default avatarRob Mosher <nyt-openwrt@countercultured.net>



git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46530 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent cdc432b5
No related branches found
No related tags found
No related merge requests found
......@@ -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>;
+ };
+ };
+
......
......@@ -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>;
+ };
+ };
+
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment