diff options
author | John Crispin <blogic@openwrt.org> | 2014-10-06 20:08:11 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-10-06 20:08:11 +0000 |
commit | d8f979919a225ce09d3aac20219e0d56edf188a7 (patch) | |
tree | 5ac4f4660f7b862df1c5d4e6cd36ef50059b2aba /target/linux/lantiq/dts | |
parent | 908a10d1dafa981ba2c7a5529c241563ea64ad1f (diff) | |
download | upstream-d8f979919a225ce09d3aac20219e0d56edf188a7.tar.gz upstream-d8f979919a225ce09d3aac20219e0d56edf188a7.tar.bz2 upstream-d8f979919a225ce09d3aac20219e0d56edf188a7.zip |
lantiq - vgv7519: remove spi_cs4, since the board use this line for something else
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42822 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq/dts')
-rw-r--r-- | target/linux/lantiq/dts/VGV7519.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/dts/VGV7519.dtsi b/target/linux/lantiq/dts/VGV7519.dtsi index 2894099e37..fafcf5ed14 100644 --- a/target/linux/lantiq/dts/VGV7519.dtsi +++ b/target/linux/lantiq/dts/VGV7519.dtsi @@ -43,7 +43,7 @@ lantiq,function = "stp"; }; spi { - lantiq,groups = "spi", "spi_cs4"; + lantiq,groups = "spi"; lantiq,function = "spi"; }; mdio { |