Commit c6af84dd authored by Martin Blumenstingl's avatar Martin Blumenstingl
Browse files

ARM: dts: meson: meson8: Add the clock input to the Ethernet controller



The Ethernet controller on Meson8 has an additional clock input from the
HHI clock controller. The clock signal provides the RMII reference clock
which is used to generate the internal 25MHz or 2.5MHz clocks depending
on the line speed.

Signed-off-by: default avatarMartin Blumenstingl <martin.blumenstingl@googlemail.com>
parent cc4efd7e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -786,8 +786,8 @@
};

&ethmac {
	clocks = <&clkc CLKID_ETH>;
	clock-names = "stmmaceth";
	clocks = <&clkc CLKID_ETH>, <&clkc CLKID_ETH_CLK>;
	clock-names = "stmmaceth", "ethernet";

	power-domains = <&pwrc PWRC_MESON8_ETHERNET_MEM_ID>;
};