Skip to content

Commit b0c0aa7

Browse files
blocktrronmmind
authored andcommitted
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: f1ec83f ("arm64: dts: rockchip: Add support for FriendlyARM NanoPi R2S") Suggested-by: Tobias Waldvogel <tobias.waldvogel@gmail.com> Signed-off-by: David Bauer <mail@david-bauer.net> Link: https://lore.kernel.org/r/20201026162721.70672-1-mail@david-bauer.net Signed-off-by: Heiko Stuebner <heiko@sntech.de>
1 parent 3650b22 commit b0c0aa7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm64/boot/dts/rockchip/rk3328-nanopi-r2s.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
gmac_clk: gmac-clock {
2121
compatible = "fixed-clock";
2222
clock-frequency = <125000000>;
23-
clock-output-names = "gmac_clk";
23+
clock-output-names = "gmac_clkin";
2424
#clock-cells = <0>;
2525
};
2626

0 commit comments

Comments
 (0)