diff options
author | John Crispin <blogic@openwrt.org> | 2016-02-08 08:25:31 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2016-02-08 08:25:31 +0000 |
commit | 1726adc1d75944236974af91aefbb06ecd3d9758 (patch) | |
tree | d9b12d1a53d0ae710583e560edfe5645febab2f1 /target/linux/lantiq | |
parent | c149f7360578de58131478194ba233f1bbaba661 (diff) | |
download | master-187ad058-1726adc1d75944236974af91aefbb06ecd3d9758.tar.gz master-187ad058-1726adc1d75944236974af91aefbb06ecd3d9758.tar.bz2 master-187ad058-1726adc1d75944236974af91aefbb06ecd3d9758.zip |
lantiq: VGV7510KW22/VGV7519 update spi pinmux group
With the backport of the kernel 4.5 pinctrl-xway patches (3551609d &
826bca29) the pinmux group "spi" was splitted into "spi_di", "spi_do" &
"spi_clk". But the no longer existing group "spi" is still used by some
device tree source files.
This fixes the detection of the wireless chipset of the VGV7510KW22.
Signed-off-by: Mathias Kresin <openwrt@kresin.me>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48658 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq')
-rw-r--r-- | target/linux/lantiq/dts/VGV7510KW22.dtsi | 2 | ||||
-rw-r--r-- | target/linux/lantiq/dts/VGV7519.dtsi | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/lantiq/dts/VGV7510KW22.dtsi b/target/linux/lantiq/dts/VGV7510KW22.dtsi index c3722e9e86..e504dc295b 100644 --- a/target/linux/lantiq/dts/VGV7510KW22.dtsi +++ b/target/linux/lantiq/dts/VGV7510KW22.dtsi @@ -74,7 +74,7 @@ lantiq,output = <1>; }; spi { - lantiq,groups = "spi"; + lantiq,groups = "spi_di", "spi_do", "spi_clk"; lantiq,function = "spi"; }; }; diff --git a/target/linux/lantiq/dts/VGV7519.dtsi b/target/linux/lantiq/dts/VGV7519.dtsi index 4a5611449d..95de6e56e7 100644 --- a/target/linux/lantiq/dts/VGV7519.dtsi +++ b/target/linux/lantiq/dts/VGV7519.dtsi @@ -53,7 +53,7 @@ lantiq,function = "stp"; }; spi { - lantiq,groups = "spi"; + lantiq,groups = "spi_di", "spi_do", "spi_clk"; lantiq,function = "spi"; }; mdio { |