Author: blogic
Date: 2016-02-08 09:25:31 +0100 (Mon, 08 Feb 2016)
New Revision: 48658

Modified:
   trunk/target/linux/lantiq/dts/VGV7510KW22.dtsi
   trunk/target/linux/lantiq/dts/VGV7519.dtsi
Log:
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 <[email protected]>

Modified: trunk/target/linux/lantiq/dts/VGV7510KW22.dtsi
===================================================================
--- trunk/target/linux/lantiq/dts/VGV7510KW22.dtsi      2016-02-08 08:25:22 UTC 
(rev 48657)
+++ trunk/target/linux/lantiq/dts/VGV7510KW22.dtsi      2016-02-08 08:25:31 UTC 
(rev 48658)
@@ -74,7 +74,7 @@
                                        lantiq,output = <1>;
                                };
                                spi {
-                                       lantiq,groups = "spi";
+                                       lantiq,groups = "spi_di", "spi_do", 
"spi_clk";
                                        lantiq,function = "spi";
                                };
                        };

Modified: trunk/target/linux/lantiq/dts/VGV7519.dtsi
===================================================================
--- trunk/target/linux/lantiq/dts/VGV7519.dtsi  2016-02-08 08:25:22 UTC (rev 
48657)
+++ trunk/target/linux/lantiq/dts/VGV7519.dtsi  2016-02-08 08:25:31 UTC (rev 
48658)
@@ -53,7 +53,7 @@
                                        lantiq,function = "stp";
                                };
                                spi {
-                                       lantiq,groups = "spi";
+                                       lantiq,groups = "spi_di", "spi_do", 
"spi_clk";
                                        lantiq,function = "spi";
                                };
                                mdio {
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to