Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e6f4292a authored by Leonard Crestez's avatar Leonard Crestez Committed by David S. Miller
Browse files

ARM: dts: imx6ul-14x14-evk: Add ksz8081 phy properties



Right now mach-imx6ul registers a fixup for the ksz8081 phy. The same
register values can be set through the micrel phy driver by using dts
properties.

This seems preferable and allows cleanly fixing suspend/resume.

Signed-off-by: default avatarLeonard Crestez <leonard.crestez@nxp.com>
Reviewed-by: default avatarFabio Estevam <fabio.estevam@nxp.com>
Reviewed-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 93818da5
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -120,10 +120,16 @@

		ethphy0: ethernet-phy@2 {
			reg = <2>;
			micrel,led-mode = <1>;
			clocks = <&clks IMX6UL_CLK_ENET_REF>;
			clock-names = "rmii-ref";
		};

		ethphy1: ethernet-phy@1 {
			reg = <1>;
			micrel,led-mode = <1>;
			clocks = <&clks IMX6UL_CLK_ENET2_REF>;
			clock-names = "rmii-ref";
		};
	};
};