Commit 77591e42 authored by Anatolij Gustschin's avatar Anatolij Gustschin Committed by Shawn Guo
Browse files

ARM: dts: imx6qdl-wandboard: add ethernet PHY description



Wandboard devicetrees lack the ethernet PHY description, add it.

Signed-off-by: default avatarAnatolij Gustschin <agust@denx.de>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent b0a506fb
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -279,8 +279,18 @@
	pinctrl-names = "default";
	pinctrl-0 = <&pinctrl_enet>;
	phy-mode = "rgmii-id";
	phy-handle = <&ethphy>;
	phy-reset-gpios = <&gpio3 29 GPIO_ACTIVE_LOW>;
	status = "okay";

	mdio {
		#address-cells = <1>;
		#size-cells = <0>;

		ethphy: ethernet-phy@1 {
			reg = <1>;
		};
	};
};

&mipi_csi {