mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 11:09:57 +08:00
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
This commit is contained in:
parent
7c0009a52e
commit
a0e8833cb5
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user