diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2015-07-31 18:08:12 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2015-07-31 18:08:12 +0000 |
commit | d78c7f17650820e657969577b2e61efe1be66546 (patch) | |
tree | 92d105ebc7d8d8b5b0cb580d2659958a0265801a /target/linux/mvebu | |
parent | 45dc304046b5bf6cb14ee41d16ad7ea1c6b69f67 (diff) | |
download | upstream-d78c7f17650820e657969577b2e61efe1be66546.tar.gz upstream-d78c7f17650820e657969577b2e61efe1be66546.tar.bz2 upstream-d78c7f17650820e657969577b2e61efe1be66546.zip |
mvebu: fix gpio config on the WRT1200AC
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 46527
Diffstat (limited to 'target/linux/mvebu')
-rw-r--r-- | target/linux/mvebu/files/arch/arm/boot/dts/armada-385-linksys.dtsi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/mvebu/files/arch/arm/boot/dts/armada-385-linksys.dtsi b/target/linux/mvebu/files/arch/arm/boot/dts/armada-385-linksys.dtsi index 7a295e2bfb..c6caa86565 100644 --- a/target/linux/mvebu/files/arch/arm/boot/dts/armada-385-linksys.dtsi +++ b/target/linux/mvebu/files/arch/arm/boot/dts/armada-385-linksys.dtsi @@ -245,7 +245,7 @@ button@2 { label = "Factory Reset Button"; linux,code = <KEY_RESTART>; - gpios = <&gpio1 15 GPIO_ACTIVE_LOW>; + gpios = <&gpio0 29 GPIO_ACTIVE_LOW>; }; }; @@ -260,7 +260,7 @@ }; sata { - gpios = <&gpio1 22 GPIO_ACTIVE_HIGH>; + gpios = <&gpio1 22 GPIO_ACTIVE_LOW>; default-state = "off"; }; }; @@ -280,7 +280,7 @@ &pinctrl { keys_pin: keys-pin { - marvell,pins = "mpp24", "mpp47"; + marvell,pins = "mpp24", "mpp29"; marvell,function = "gpio"; }; |