|
|
@@ -59,7 +59,7 @@ ethernet@83fec000 {
|
|
|
reg = <0x83fec000 0x4000>;
|
|
|
interrupts = <87>;
|
|
|
phy-mode = "mii";
|
|
|
- phy-reset-gpios = <&gpio2 14 0>; /* GPIO2_14 */
|
|
|
+ phy-reset-gpios = <&gpio2 14 GPIO_ACTIVE_LOW>; /* GPIO2_14 */
|
|
|
local-mac-address = [00 04 9F 01 1B B9];
|
|
|
phy-supply = <®_fec_supply>;
|
|
|
};
|
|
|
@@ -71,7 +71,7 @@ ethernet@83fec000 {
|
|
|
reg = <0x83fec000 0x4000>;
|
|
|
interrupts = <87>;
|
|
|
phy-mode = "mii";
|
|
|
- phy-reset-gpios = <&gpio2 14 0>; /* GPIO2_14 */
|
|
|
+ phy-reset-gpios = <&gpio2 14 GPIO_ACTIVE_LOW>; /* GPIO2_14 */
|
|
|
local-mac-address = [00 04 9F 01 1B B9];
|
|
|
phy-supply = <®_fec_supply>;
|
|
|
phy-handle = <ðphy>;
|