diff mbox

[OpenWrt-Devel] ramips: added gpio spi refclk support for wrtnode board

Message ID 1436862726-2693-1-git-send-email-christian@m3hlis.de
State Accepted
Headers show

Commit Message

Christian Mehlis July 14, 2015, 8:32 a.m. UTC
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>
---
 target/linux/ramips/dts/WRTNODE.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/target/linux/ramips/dts/WRTNODE.dts b/target/linux/ramips/dts/WRTNODE.dts
index 793c02f..2a4dd19 100644
--- a/target/linux/ramips/dts/WRTNODE.dts
+++ b/target/linux/ramips/dts/WRTNODE.dts
@@ -76,7 +76,7 @@ 
 	pinctrl {
 		state_default: pinctrl0 {
 			default {
-				ralink,group = "ephy", "wled", "pa", "i2c", "wdt", "uartf";
+				ralink,group = "ephy", "wled", "pa", "i2c", "wdt", "uartf", "spi refclk";
 				ralink,function = "gpio";
 			};
 		};