projects
/
openwrt
/
staging
/
noltari.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a9e38b
)
ralink: add default pinctrl node for mt7621 eval kit
author
John Crispin
<john@openwrt.org>
Thu, 26 Mar 2015 12:23:02 +0000
(12:23 +0000)
committer
John 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
patch
|
blob
|
history
diff --git
a/target/linux/ramips/dts/MT7621.dts
b/target/linux/ramips/dts/MT7621.dts
index 41a1fe4cab7aa975b16593c39662a76d5075167f..c90fc9511c568a9740d44850f3080771d4c577ce 100644
(file)
--- 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";
+ };
+ };
+ };
};