mirror of https://github.com/hak5/openwrt-owl.git
lantiq - vgv7519: fix gphy led configuration (this set correct alt function to gpio and let peripherials on pci bus to comes up)
SVN-Revision: 42816owl
parent
7103d61271
commit
d0606948cb
|
@ -58,15 +58,24 @@
|
||||||
lantiq,groups = "gnt1", "req1";
|
lantiq,groups = "gnt1", "req1";
|
||||||
lantiq,function = "pci";
|
lantiq,function = "pci";
|
||||||
};
|
};
|
||||||
|
gphy-leds_out {
|
||||||
|
lantiq,pins = "io7", "io44";
|
||||||
|
lantiq,pull = <0>;
|
||||||
|
lantiq,output = <1>;
|
||||||
|
};
|
||||||
conf_out {
|
conf_out {
|
||||||
lantiq,pins = "io4", "io5", "io6", /* stp */
|
lantiq,pins = "io4", "io5", "io6", /* stp */
|
||||||
"io21",
|
"io21",
|
||||||
"io33",
|
"io33";
|
||||||
"io7", "io44"; /* Internal ethernet phy leds */
|
|
||||||
lantiq,open-drain;
|
lantiq,open-drain;
|
||||||
lantiq,pull = <0>;
|
lantiq,pull = <0>;
|
||||||
lantiq,output = <1>;
|
lantiq,output = <1>;
|
||||||
};
|
};
|
||||||
|
gphy-leds {
|
||||||
|
lantiq,groups = "gphy0 led1", "gphy1 led0";
|
||||||
|
lantiq,function = "gphy";
|
||||||
|
lantiq,open-drain = <0>;
|
||||||
|
};
|
||||||
pcie-rst {
|
pcie-rst {
|
||||||
lantiq,pins = "io38";
|
lantiq,pins = "io38";
|
||||||
lantiq,pull = <0>;
|
lantiq,pull = <0>;
|
||||||
|
|
Loading…
Reference in New Issue