diff options
author | John Crispin <blogic@openwrt.org> | 2015-07-14 09:57:08 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-07-14 09:57:08 +0000 |
commit | b836f5605179990459d3e22aea192527208902f8 (patch) | |
tree | 9056f5c99f431d9463512b001550445fd70410f4 /target/linux/ramips/dts | |
parent | fe2d481b93d5066c12c887db37ae0d3820b930e2 (diff) | |
download | master-187ad058-b836f5605179990459d3e22aea192527208902f8.tar.gz master-187ad058-b836f5605179990459d3e22aea192527208902f8.tar.bz2 master-187ad058-b836f5605179990459d3e22aea192527208902f8.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46359 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/dts')
-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"; }; }; |