aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-10-06 20:08:04 +0000
committerJohn Crispin <blogic@openwrt.org>2014-10-06 20:08:04 +0000
commit908a10d1dafa981ba2c7a5529c241563ea64ad1f (patch)
tree9472adc900c74cfe14d2d944612c8e6d7934e320 /target
parent626dbb940e2bcafb3e335e1c4a0c1f5d7d848e1b (diff)
downloadmaster-187ad058-908a10d1dafa981ba2c7a5529c241563ea64ad1f.tar.gz
master-187ad058-908a10d1dafa981ba2c7a5529c241563ea64ad1f.tar.bz2
master-187ad058-908a10d1dafa981ba2c7a5529c241563ea64ad1f.zip
lantiq - vgv7519: fix open-drain configuration for stp
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42821 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/lantiq/dts/VGV7519.dtsi14
1 files changed, 6 insertions, 8 deletions
diff --git a/target/linux/lantiq/dts/VGV7519.dtsi b/target/linux/lantiq/dts/VGV7519.dtsi
index 50ee7a321c..2894099e37 100644
--- a/target/linux/lantiq/dts/VGV7519.dtsi
+++ b/target/linux/lantiq/dts/VGV7519.dtsi
@@ -55,17 +55,15 @@
lantiq,pull = <0>;
lantiq,output = <1>;
};
- pci-rst {
- lantiq,pins = "io21";
+ stp_out {
+ lantiq,pins = "io4", "io5", "io6";
lantiq,open-drain = <0>;
- lantiq,pull = <0>;
lantiq,output = <1>;
+ lantiq,pull = <0>;
};
- conf_out {
- lantiq,pins = "io4", "io5", "io6", /* stp */
- "io21",
- "io33";
- lantiq,open-drain;
+ pci-rst {
+ lantiq,pins = "io21";
+ lantiq,open-drain = <0>;
lantiq,pull = <0>;
lantiq,output = <1>;
};