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

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
......@@ -279,8 +279,18 @@ &fec {
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 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment