summaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/dts
diff options
context:
space:
mode:
authorMathias Kresin <dev@kresin.me>2016-05-26 23:08:20 +0200
committerJohn Crispin <john@phrozen.org>2016-05-27 15:50:16 +0200
commit79d92bb7ac559fca47b5476722a69dcbc3c3dbf1 (patch)
treea803cf4046ae36c5b9ef8c5de32f992031919cc7 /target/linux/lantiq/dts
parent8a382f122136c8160c2dd606cd09c29d0603f0dc (diff)
downloadmaster-31e0f0ae-79d92bb7ac559fca47b5476722a69dcbc3c3dbf1.tar.gz
master-31e0f0ae-79d92bb7ac559fca47b5476722a69dcbc3c3dbf1.tar.bz2
master-31e0f0ae-79d92bb7ac559fca47b5476722a69dcbc3c3dbf1.zip
lantiq: VGV7519 - cleanup pinmux configuration
Cleanup the pinmux configuration by removing the unused spi node. Nothing is connected to the SPI bus on devices. The stp_out pinmux child node covers the same GPIOs as the already used stp group. The same applies to the gphy-leds_out pinmux node and the "gphy0 led1" as well as "gphy1 led0" groups. Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/lantiq/dts')
-rw-r--r--target/linux/lantiq/dts/VGV7519.dtsi18
1 files changed, 3 insertions, 15 deletions
diff --git a/target/linux/lantiq/dts/VGV7519.dtsi b/target/linux/lantiq/dts/VGV7519.dtsi
index 9313fdaacb..595452b9d4 100644
--- a/target/linux/lantiq/dts/VGV7519.dtsi
+++ b/target/linux/lantiq/dts/VGV7519.dtsi
@@ -53,26 +53,14 @@
stp {
lantiq,groups = "stp";
lantiq,function = "stp";
- };
- spi {
- lantiq,groups = "spi_di", "spi_do", "spi_clk";
- lantiq,function = "spi";
+ lantiq,open-drain = <0>;
+ lantiq,output = <1>;
+ lantiq,pull = <0>;
};
mdio {
lantiq,groups = "mdio";
lantiq,function = "mdio";
};
- gphy-leds_out {
- lantiq,pins = "io7", "io44";
- lantiq,pull = <0>;
- lantiq,output = <1>;
- };
- stp_out {
- lantiq,pins = "io4", "io5", "io6";
- lantiq,open-drain = <0>;
- lantiq,output = <1>;
- lantiq,pull = <0>;
- };
pci-rst {
lantiq,pins = "io21";
lantiq,open-drain = <0>;