diff options
author | John Crispin <john@openwrt.org> | 2015-07-14 09:57:08 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-07-14 09:57:08 +0000 |
commit | 5e1c7fb0cc6de1994579abd82e60eeea5976ca65 (patch) | |
tree | 59a2083f1f59115e6574b5360dfbe4c03ba40a33 /target | |
parent | c71ef0499bba0564682064098e26422ac280b06b (diff) | |
download | upstream-5e1c7fb0cc6de1994579abd82e60eeea5976ca65.tar.gz upstream-5e1c7fb0cc6de1994579abd82e60eeea5976ca65.tar.bz2 upstream-5e1c7fb0cc6de1994579abd82e60eeea5976ca65.zip |
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
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ramips/dts/WRTNODE.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/dts/WRTNODE.dts b/target/linux/ramips/dts/WRTNODE.dts index 793c02fb4c..2a4dd198bc 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"; }; }; |