Skip to content
Snippets Groups Projects
Commit a0e8833c authored by John Crispin's avatar John Crispin
Browse files

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: default avatarMathias Kresin <openwrt@kresin.me>

SVN-Revision: 48658
parent 7c0009a5
No related branches found
No related tags found
No related merge requests found
......@@ -74,7 +74,7 @@
lantiq,output = <1>;
};
spi {
lantiq,groups = "spi";
lantiq,groups = "spi_di", "spi_do", "spi_clk";
lantiq,function = "spi";
};
};
......
......@@ -53,7 +53,7 @@
lantiq,function = "stp";
};
spi {
lantiq,groups = "spi";
lantiq,groups = "spi_di", "spi_do", "spi_clk";
lantiq,function = "spi";
};
mdio {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment