ralink: add default pinctrl node for mt7621 eval kit
authorJohn Crispin <john@openwrt.org>
Thu, 26 Mar 2015 12:23:02 +0000 (12:23 +0000)
committerJohn Crispin <john@openwrt.org>
Thu, 26 Mar 2015 12:23:02 +0000 (12:23 +0000)
fixes #19213

Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 45022

target/linux/ramips/dts/MT7621.dts

index 41a1fe4cab7aa975b16593c39662a76d5075167f..c90fc9511c568a9740d44850f3080771d4c577ce 100644 (file)
        xhci@1E1C0000 {
                status = "okay";
        };
+
+       pinctrl {
+               state_default: pinctrl0 {
+                       gpio {
+                               ralink,group = "i2c", "uart2", "uart3", "rgmii2", "sdhci";
+                               ralink,function = "gpio";
+                       };
+               };
+       };
 };