diff options
author | John Crispin <john@openwrt.org> | 2013-10-07 15:02:27 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-10-07 15:02:27 +0000 |
commit | 5eacfc1c60123a04bf139102371cb076c270bced (patch) | |
tree | f4fb0d73d24e0460fc707d244edd1aacb95b61c5 /target/linux/ramips/dts/MT7620a.dts | |
parent | cc58dd26d32413166474c32351449f717cdb3502 (diff) | |
download | upstream-5eacfc1c60123a04bf139102371cb076c270bced.tar.gz upstream-5eacfc1c60123a04bf139102371cb076c270bced.tar.bz2 upstream-5eacfc1c60123a04bf139102371cb076c270bced.zip |
ralink: MT7620 eval board pinmux fixes
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38320
Diffstat (limited to 'target/linux/ramips/dts/MT7620a.dts')
-rw-r--r-- | target/linux/ramips/dts/MT7620a.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/MT7620a.dts b/target/linux/ramips/dts/MT7620a.dts index a14d682912..3351f20b17 100644 --- a/target/linux/ramips/dts/MT7620a.dts +++ b/target/linux/ramips/dts/MT7620a.dts @@ -47,7 +47,7 @@ pinctrl { state_default: pinctrl0 { gpio { - ralink,group = "jtag", "mdio", "rgmii1", "rgmii1", "i2c", "uartf"; + ralink,group = "mdio", "i2c", "uartf"; ralink,function = "gpio"; }; }; |