Skip to content

Commit

Permalink
ARM: dts: VAR-SOM-MX6: force enet_clk to 125 MHz
Browse files Browse the repository at this point in the history
This aligns the enet_clk to the one from KSZ9031, also fixing the
Ethernet behaviour when the SoM mounts iMX6QP.

Signed-off-by: Pierluigi Passaro <pierluigi.p@variscite.com>
  • Loading branch information
varigigi committed Nov 1, 2021
1 parent d731d8a commit dbe9792
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/boot/dts/imx6qdl-var-som.dtsi
Expand Up @@ -266,6 +266,8 @@
phy-reset-gpios = <&gpio1 25 0>;
phy-reset-duration=<100>;
phy-reset-on-resume;
assigned-clocks = <&clks IMX6QDL_CLK_ENET_REF>;
assigned-clock-rates = <125000000>;
status = "okay";
};

Expand Down

0 comments on commit dbe9792

Please sign in to comment.