Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f28d4bdb authored by Martin Blumenstingl's avatar Martin Blumenstingl Committed by Kevin Hilman
Browse files

ARM: dts: meson: use the real ethernet clock on Meson8 and Meson8b



Until now clk81 was used as gate clock for the ethernet controller on
Meson8 whereas Meson8b did not configure a gate clock at all. Use
CLKID_ETH for both SoCs, which is the real gate clock for the ethernet
controller.

Signed-off-by: default avatarMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Reviewed-by: default avatarNeil Armstrong <narmstrong@baylibre.com>
Signed-off-by: default avatarKevin Hilman <khilman@baylibre.com>
parent d8dd3d29
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -242,7 +242,7 @@
};

&ethmac {
	clocks = <&clkc CLKID_CLK81>;
	clocks = <&clkc CLKID_ETH>;
	clock-names = "stmmaceth";
};

+5 −0
Original line number Diff line number Diff line
@@ -176,6 +176,11 @@
	};
};

&ethmac {
	clocks = <&clkc CLKID_ETH>;
	clock-names = "stmmaceth";
};

&hwrng {
	compatible = "amlogic,meson8b-rng", "amlogic,meson-rng";
	clocks = <&clkc CLKID_RNG0>;