fix rt305x gpio
https://dev.openwrt.org/ticket/13359 Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36343
This commit is contained in:
parent
a662200205
commit
8001e6a689
@ -0,0 +1,14 @@
|
||||
--- a/arch/mips/ralink/rt305x.c
|
||||
+++ b/arch/mips/ralink/rt305x.c
|
||||
@@ -97,6 +97,11 @@ struct ralink_pinmux_grp uart_mux[] = {
|
||||
.mask = RT305X_GPIO_MODE_GPIO_I2S,
|
||||
.gpio_first = RT305X_GPIO_7,
|
||||
.gpio_last = RT305X_GPIO_14,
|
||||
+ }, {
|
||||
+ .name = "gpio",
|
||||
+ .mask = RT305X_GPIO_MODE_GPIO,
|
||||
+ .gpio_first = RT305X_GPIO_7,
|
||||
+ .gpio_last = RT305X_GPIO_14,
|
||||
}, {0}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user