ramips: added gpio spi refclk support for wrtnode board
This syncs the dts file with the one provided by the wrtnode team: https://github.com/WRTnode/openwrt-patches/blob/master/R41508/wrtnode_factory_firmware_dts.patch Signed-off-by: Christian Mehlis <christian@m3hlis.de> SVN-Revision: 46359
This commit is contained in:
parent
c71ef0499b
commit
5e1c7fb0cc
|
@ -76,7 +76,7 @@
|
||||||
pinctrl {
|
pinctrl {
|
||||||
state_default: pinctrl0 {
|
state_default: pinctrl0 {
|
||||||
default {
|
default {
|
||||||
ralink,group = "ephy", "wled", "pa", "i2c", "wdt", "uartf";
|
ralink,group = "ephy", "wled", "pa", "i2c", "wdt", "uartf", "spi refclk";
|
||||||
ralink,function = "gpio";
|
ralink,function = "gpio";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue