Skip to content

Commit

Permalink
ramips: fix mt7628 eval board pinmux
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
mkresin committed Apr 25, 2018
1 parent d089a5d commit 91e11be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target/linux/ramips/dts/MT7628.dts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
&pinctrl {
state_default: pinctrl0 {
gpio {
ralink,group = "i2c", "jtag";
ralink,group = "i2c";
ralink,function = "gpio";
};
};
Expand Down

0 comments on commit 91e11be

Please sign in to comment.