Skip to content

Commit

Permalink
DTS: Fix ETH PHY reset on HSC|DDC boards (imx53)
Browse files Browse the repository at this point in the history
After the commit: "eth: dm: fec: Add gpio phy reset binding"
SHA1: efd0b79

The FEC ETH driver switched to PHY GPIO reset performed with data defined
in DTS.
For the HSC|DDC boards the GPIO reset signal is active low and hence the
wrong DTS description must be changed (otherwise the reset for ETH is not
properly setup).

Signed-off-by: Lukasz Majewski <[email protected]>
  • Loading branch information
Lukasz Majewski authored and sbabic committed Apr 2, 2019
1 parent 8e2b1f2 commit da60b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/dts/imx53-kp.dts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_eth>;
phy-mode = "rmii";
phy-reset-gpios = <&gpio7 6 0>;
phy-reset-gpios = <&gpio7 6 GPIO_ACTIVE_LOW>;
status = "okay";
};

Expand Down

0 comments on commit da60b43

Please sign in to comment.