Skip to content

Commit 450e7fe

Browse files
fabioestevamShawn Guo
authored andcommitted
ARM: dts: imx6qdl-pico: Fix Ethernet support
Currently, it is no longer possible to retrieve a DHCP address on the imx6qdl-pico board. This issue has been exposed by commit f5d9aa7 ("ARM: imx6q: remove clk-out fixup for the Atheros AR8031 and AR8035 PHYs"). Fix it by describing the qca,clk-out-frequency property as suggested by the commit above. Fixes: 98670a0 ("ARM: dts: imx6qdl: Add imx6qdl-pico support") Signed-off-by: Fabio Estevam <[email protected]> Reviewed-by: Andrew Lunn <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent 5c187e2 commit 450e7fe

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

arch/arm/boot/dts/imx6qdl-pico.dtsi

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,18 @@
176176
pinctrl-0 = <&pinctrl_enet>;
177177
phy-mode = "rgmii-id";
178178
phy-reset-gpios = <&gpio1 26 GPIO_ACTIVE_LOW>;
179+
phy-handle = <&phy>;
179180
status = "okay";
181+
182+
mdio {
183+
#address-cells = <1>;
184+
#size-cells = <0>;
185+
186+
phy: ethernet-phy@1 {
187+
reg = <1>;
188+
qca,clk-out-frequency = <125000000>;
189+
};
190+
};
180191
};
181192

182193
&hdmi {

0 commit comments

Comments
 (0)