diff options
author | John Crispin <john@openwrt.org> | 2015-03-26 12:23:02 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-03-26 12:23:02 +0000 |
commit | 21e0f98903a995815cdb0f45c17d31119f30a776 (patch) | |
tree | 4131808c95473e61e6a6e13eb87c5492c5ac77fa /target | |
parent | 0a9e38bb2155ac85af18bb0137d1d0c9a6a517ee (diff) | |
download | upstream-21e0f98903a995815cdb0f45c17d31119f30a776.tar.gz upstream-21e0f98903a995815cdb0f45c17d31119f30a776.tar.bz2 upstream-21e0f98903a995815cdb0f45c17d31119f30a776.zip |
ralink: add default pinctrl node for mt7621 eval kit
fixes #19213
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45022
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ramips/dts/MT7621.dts | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/MT7621.dts b/target/linux/ramips/dts/MT7621.dts index 41a1fe4cab..c90fc9511c 100644 --- a/target/linux/ramips/dts/MT7621.dts +++ b/target/linux/ramips/dts/MT7621.dts @@ -22,4 +22,13 @@ xhci@1E1C0000 { status = "okay"; }; + + pinctrl { + state_default: pinctrl0 { + gpio { + ralink,group = "i2c", "uart2", "uart3", "rgmii2", "sdhci"; + ralink,function = "gpio"; + }; + }; + }; }; |