summaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/dts
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2016-02-08 08:25:31 +0000
committerJohn Crispin <john@openwrt.org>2016-02-08 08:25:31 +0000
commita0e8833cb5742ad397b7a90c82a750d2b1667d3a (patch)
treef90ea049f74d9a7d88bd53dd0d35c6e28ae5cc76 /target/linux/lantiq/dts
parent7c0009a52e00b43809c62a16a74dfdda6c5ef73f (diff)
downloadmaster-31e0f0ae-a0e8833cb5742ad397b7a90c82a750d2b1667d3a.tar.gz
master-31e0f0ae-a0e8833cb5742ad397b7a90c82a750d2b1667d3a.tar.bz2
master-31e0f0ae-a0e8833cb5742ad397b7a90c82a750d2b1667d3a.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> SVN-Revision: 48658
Diffstat (limited to 'target/linux/lantiq/dts')
-rw-r--r--target/linux/lantiq/dts/VGV7510KW22.dtsi2
-rw-r--r--target/linux/lantiq/dts/VGV7519.dtsi2
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 {