Commit b0c0aa7a authored by David Bauer's avatar David Bauer Committed by Heiko Stuebner
Browse files

arm64: dts: rockchip: fix NanoPi R2S GMAC clock name



This commit fixes the name for the GMAC clock to gmac_clkin, as this is
the name of the clock provided by the rk3328-clk driver.

Without this commit, the GMAC will not work in TX direction.

Fixes: f1ec83f8 ("arm64: dts: rockchip: Add support for FriendlyARM NanoPi R2S")
Suggested-by: default avatarTobias Waldvogel <tobias.waldvogel@gmail.com>
Signed-off-by: default avatarDavid Bauer <mail@david-bauer.net>
Link: https://lore.kernel.org/r/20201026162721.70672-1-mail@david-bauer.net


Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 3650b228
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@
	gmac_clk: gmac-clock {
		compatible = "fixed-clock";
		clock-frequency = <125000000>;
		clock-output-names = "gmac_clk";
		clock-output-names = "gmac_clkin";
		#clock-cells = <0>;
	};