|
|
@@ -309,10 +309,11 @@
|
|
|
|
|
|
pinctrl-0 = <&mdio_pins>;
|
|
|
pinctrl-names = "default";
|
|
|
-
|
|
|
+
|
|
|
qca8081_24: ethernet-phy@24 {
|
|
|
compatible = "ethernet-phy-id004d.d101";
|
|
|
reg = <24>;
|
|
|
+ reset-deassert-us = <10000>;
|
|
|
reset-gpios = <&tlmm 33 GPIO_ACTIVE_LOW>;
|
|
|
|
|
|
leds {
|
|
|
@@ -331,6 +332,7 @@
|
|
|
qca8081_28: ethernet-phy@28 {
|
|
|
compatible = "ethernet-phy-id004d.d101";
|
|
|
reg = <28>;
|
|
|
+ reset-deassert-us = <10000>;
|
|
|
reset-gpios = <&tlmm 44 GPIO_ACTIVE_LOW>;
|
|
|
|
|
|
leds {
|