mirror of https://github.com/hak5/openwrt.git
mvebu: fix gpio config on the WRT1200AC
Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 46527lede-17.01
parent
45dc304046
commit
d78c7f1765
|
@ -245,7 +245,7 @@
|
||||||
button@2 {
|
button@2 {
|
||||||
label = "Factory Reset Button";
|
label = "Factory Reset Button";
|
||||||
linux,code = <KEY_RESTART>;
|
linux,code = <KEY_RESTART>;
|
||||||
gpios = <&gpio1 15 GPIO_ACTIVE_LOW>;
|
gpios = <&gpio0 29 GPIO_ACTIVE_LOW>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -260,7 +260,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
sata {
|
sata {
|
||||||
gpios = <&gpio1 22 GPIO_ACTIVE_HIGH>;
|
gpios = <&gpio1 22 GPIO_ACTIVE_LOW>;
|
||||||
default-state = "off";
|
default-state = "off";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -280,7 +280,7 @@
|
||||||
|
|
||||||
&pinctrl {
|
&pinctrl {
|
||||||
keys_pin: keys-pin {
|
keys_pin: keys-pin {
|
||||||
marvell,pins = "mpp24", "mpp47";
|
marvell,pins = "mpp24", "mpp29";
|
||||||
marvell,function = "gpio";
|
marvell,function = "gpio";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue