projects
/
openwrt
/
staging
/
ynezz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d089a5d
)
ramips: fix mt7628 eval board pinmux
author
Mathias Kresin
<dev@kresin.me>
Tue, 24 Apr 2018 18:18:48 +0000
(20:18 +0200)
committer
Mathias Kresin
<dev@kresin.me>
Wed, 25 Apr 2018 18:33:27 +0000
(20:33 +0200)
There is no pinmux group "jtag" for mt7628 and the pinmux driver fails
to load due to the use of the not existing group.
Fixes: FS#1515
Signed-off-by: Mathias Kresin <dev@kresin.me>
target/linux/ramips/dts/MT7628.dts
patch
|
blob
|
history
diff --git
a/target/linux/ramips/dts/MT7628.dts
b/target/linux/ramips/dts/MT7628.dts
index dc86c701353cbc733f1253b4879188e1eb3af3af..3bd172a053926a51c9cb4f1f34c16b481b1bb90f 100644
(file)
--- a/
target/linux/ramips/dts/MT7628.dts
+++ b/
target/linux/ramips/dts/MT7628.dts
@@
-15,7
+15,7
@@
&pinctrl {
state_default: pinctrl0 {
gpio {
- ralink,group = "i2c"
, "jtag"
;
+ ralink,group = "i2c";
ralink,function = "gpio";
};
};