ralink: add default pinctrl node for mt7621 eval kit
fixes #19213 Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 45022
This commit is contained in:
parent
0a9e38bb21
commit
21e0f98903
1 changed files with 9 additions and 0 deletions
|
@ -22,4 +22,13 @@
|
||||||
xhci@1E1C0000 {
|
xhci@1E1C0000 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
pinctrl {
|
||||||
|
state_default: pinctrl0 {
|
||||||
|
gpio {
|
||||||
|
ralink,group = "i2c", "uart2", "uart3", "rgmii2", "sdhci";
|
||||||
|
ralink,function = "gpio";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue