Commit d78a5742 authored by Ioana Ciornei's avatar Ioana Ciornei Committed by Shawn Guo
Browse files

arm64: dts: ls1088a: specify clock frequencies for the MDIO controllers



Up until now, the external MDIO controller frequency values relied
either on the default ones out of reset or on those setup by u-boot.
Let's just properly specify the MDC frequency in the DTS so that even
without u-boot's intervention Linux can drive the MDIO bus.

Fixes: bbe75af7 ("arm64: dts: ls1088a: add external MDIO device nodes")
Signed-off-by: default avatarIoana Ciornei <ioana.ciornei@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent c126a0ab
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -779,6 +779,9 @@
			little-endian;
			#address-cells = <1>;
			#size-cells = <0>;
			clock-frequency = <2500000>;
			clocks = <&clockgen QORIQ_CLK_PLATFORM_PLL
					    QORIQ_CLK_PLL_DIV(1)>;
			status = "disabled";
		};

@@ -788,6 +791,9 @@
			little-endian;
			#address-cells = <1>;
			#size-cells = <0>;
			clock-frequency = <2500000>;
			clocks = <&clockgen QORIQ_CLK_PLATFORM_PLL
					    QORIQ_CLK_PLL_DIV(1)>;
			status = "disabled";
		};