linux-rockchip.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] rockchip: rk3328: fix NanoPi R2S GMAC clock name
@ 2020-10-26 16:27 David Bauer
  2020-11-01 15:33 ` Heiko Stuebner
  0 siblings, 1 reply; 2+ messages in thread
From: David Bauer @ 2020-10-26 16:27 UTC (permalink / raw)
  To: heiko, jbx6244, pgwipeout, linux-arm-kernel, linux-rockchip
  Cc: Tobias Waldvogel

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.

Suggested-by: Tobias Waldvogel <tobias.waldvogel@gmail.com>
Signed-off-by: David Bauer <mail@david-bauer.net>
---
 arch/arm64/boot/dts/rockchip/rk3328-nanopi-r2s.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/rockchip/rk3328-nanopi-r2s.dts b/arch/arm64/boot/dts/rockchip/rk3328-nanopi-r2s.dts
index a7d98501a16d..b1e45c01a9b2 100644
--- a/arch/arm64/boot/dts/rockchip/rk3328-nanopi-r2s.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3328-nanopi-r2s.dts
@@ -20,7 +20,7 @@ chosen {
 	gmac_clk: gmac-clock {
 		compatible = "fixed-clock";
 		clock-frequency = <125000000>;
-		clock-output-names = "gmac_clk";
+		clock-output-names = "gmac_clkin";
 		#clock-cells = <0>;
 	};
 
-- 
2.29.1


_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] rockchip: rk3328: fix NanoPi R2S GMAC clock name
  2020-10-26 16:27 [PATCH] rockchip: rk3328: fix NanoPi R2S GMAC clock name David Bauer
@ 2020-11-01 15:33 ` Heiko Stuebner
  0 siblings, 0 replies; 2+ messages in thread
From: Heiko Stuebner @ 2020-11-01 15:33 UTC (permalink / raw)
  To: jbx6244, linux-rockchip, pgwipeout, David Bauer, linux-arm-kernel
  Cc: Tobias Waldvogel, Heiko Stuebner

On Mon, 26 Oct 2020 17:27:21 +0100, David Bauer wrote:
> 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.

Applied, thanks!

[1/1] arm64: dts: rockchip: fix NanoPi R2S GMAC clock name
      commit: b0c0aa7aa4b919e02e0a24aa3a46dfbf2bbc34dc

Best regards,
-- 
Heiko Stuebner <heiko@sntech.de>

_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-11-01 15:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-26 16:27 [PATCH] rockchip: rk3328: fix NanoPi R2S GMAC clock name David Bauer
2020-11-01 15:33 ` Heiko Stuebner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).