[OpenWrt-Devel] [PATCH 07/10] lantiq - vgv7519: fix open-drain configuration for stp
Eddi De Pieri
eddi at depieri.net
Mon Oct 6 11:11:08 EDT 2014
Signed-off-by: Eddi De Pieri <eddi at depieri.net>
---
target/linux/lantiq/dts/VGV7519.dtsi | 14 ++++++--------
1 file changed, 6 insertions(+), 8 deletions(-)
diff --git a/target/linux/lantiq/dts/VGV7519.dtsi
b/target/linux/lantiq/dts/VGV7519.dtsi
index 50ee7a3..2894099 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>;
};
--
1.7.10.4
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list