diff options
author | John Crispin <blogic@openwrt.org> | 2015-03-26 12:23:02 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-03-26 12:23:02 +0000 |
commit | 53ddd31f45ba5ebd3027fd7c04f3ada2e3cc057a (patch) | |
tree | 8dea009091a0191870724d68c696ea59d46151eb /target | |
parent | 4e105f4aea67cd5f0ad03fe8d6e094eb9404481d (diff) | |
download | upstream-53ddd31f45ba5ebd3027fd7c04f3ada2e3cc057a.tar.gz upstream-53ddd31f45ba5ebd3027fd7c04f3ada2e3cc057a.tar.bz2 upstream-53ddd31f45ba5ebd3027fd7c04f3ada2e3cc057a.zip |
ralink: add default pinctrl node for mt7621 eval kit
fixes #19213
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45022 3c298f89-4303-0410-b956-a3cf2f4a3e73
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"; + }; + }; + }; }; |