Skip to content

Commit

Permalink
ARM: dts: imx6qdl-wandboard: add ethernet PHY description
Browse files Browse the repository at this point in the history
Wandboard devicetrees lack the ethernet PHY description, add it.

Signed-off-by: Anatolij Gustschin <agust@denx.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
  • Loading branch information
vdsao authored and Shawn Guo committed Oct 7, 2019
1 parent b0a506f commit 77591e4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions arch/arm/boot/dts/imx6qdl-wandboard.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 77591e4

Please sign in to comment.