summaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-10-06 20:08:04 +0000
committerJohn Crispin <john@openwrt.org>2014-10-06 20:08:04 +0000
commit4cdf861521f43ef1600aeba111ec40efeb622fca (patch)
treecb245631628bfd7a12fc53c7cd89da2cc3a42124 /target/linux/lantiq
parent1e7962ceaf94c06cce2c0b106d91057e10c129ad (diff)
downloadmaster-31e0f0ae-4cdf861521f43ef1600aeba111ec40efeb622fca.tar.gz
master-31e0f0ae-4cdf861521f43ef1600aeba111ec40efeb622fca.tar.bz2
master-31e0f0ae-4cdf861521f43ef1600aeba111ec40efeb622fca.zip
lantiq - vgv7519: fix open-drain configuration for stp
SVN-Revision: 42821
Diffstat (limited to 'target/linux/lantiq')
-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>;
};