aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/VOCORE2.dts
diff options
context:
space:
mode:
authorMathias Kresin <dev@kresin.me>2017-11-18 21:07:45 +0100
committerMathias Kresin <dev@kresin.me>2017-11-27 21:28:34 +0100
commitd77fe9219af17dce2d00147d904267d4489ae841 (patch)
tree320173815561c85bcf5022ea66685d2d2b136414 /target/linux/ramips/dts/VOCORE2.dts
parent9601e6a0e2d0dd1b08ffc7d0ea4ef135dee1e0cf (diff)
downloadupstream-d77fe9219af17dce2d00147d904267d4489ae841.tar.gz
upstream-d77fe9219af17dce2d00147d904267d4489ae841.tar.bz2
upstream-d77fe9219af17dce2d00147d904267d4489ae841.zip
ramips: backport MT7628 pinmux fixes
According to the datasheet the REFCLK pin is shared with GPIO#37 and the PERST pin is shared with GPIO#36. While at it fix a typo inside the pinmux setup code. The function is called refclk and not reclk. Update device tree source files accordingly. Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/ramips/dts/VOCORE2.dts')
-rw-r--r--target/linux/ramips/dts/VOCORE2.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/VOCORE2.dts b/target/linux/ramips/dts/VOCORE2.dts
index 9173951d68..d6d1e8b65f 100644
--- a/target/linux/ramips/dts/VOCORE2.dts
+++ b/target/linux/ramips/dts/VOCORE2.dts
@@ -31,7 +31,7 @@
&pinctrl {
state_default: pinctrl0 {
gpio {
- ralink,group = "wled_an", "perst", "wdt";
+ ralink,group = "wled_an", "refclk", "wdt";
ralink,function = "gpio";
};
};