mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-13 18:34:53 +00:00
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
@ -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 New Issue
Block a user