diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2015-07-31 18:08:51 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2015-07-31 18:08:51 +0000 |
commit | 1d6001ccf9dd01344412cfc3884ca29a91816a26 (patch) | |
tree | 18a120a8a4d2755c5dd1abbccb229569560b01a0 /target/linux/mvebu/files/arch | |
parent | b9a628bac659b065e125523510c2a5f0dfca4560 (diff) | |
download | upstream-1d6001ccf9dd01344412cfc3884ca29a91816a26.tar.gz upstream-1d6001ccf9dd01344412cfc3884ca29a91816a26.tar.bz2 upstream-1d6001ccf9dd01344412cfc3884ca29a91816a26.zip |
mvebu: fix gpio config on the WRT1200AC (backport of r46527)
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@46528 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/mvebu/files/arch')
-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"; }; |