mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v1] arm64: dts: rockchip: correct assigned-clock-rates spelling
@ 2025-11-01 15:35 Johan Jonker
  2025-11-13 23:04 ` Heiko Stuebner
  0 siblings, 1 reply; 2+ messages in thread
From: Johan Jonker @ 2025-11-01 15:35 UTC (permalink / raw)
  To: heiko
  Cc: robh, conor+dt, krzk+dt, devicetree, linux-arm-kernel,
	linux-rockchip, linux-kernel

Due to some copy and paste from the manufacturer tree the property
assigned-clock-rate is missing a letter "s". Correct spelling to
reduce dtbs_check output.

Signed-off-by: Johan Jonker <jbx6244@gmail.com>
---

https://github.com/rockchip-linux/kernel/blob/develop-4.4/arch/arm64/boot/dts/rockchip/rk3328-evb.dts#L313
---
 arch/arm64/boot/dts/rockchip/rk3318-a95x-z2.dts | 2 +-
 arch/arm64/boot/dts/rockchip/rk3328-evb.dts     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm64/boot/dts/rockchip/rk3318-a95x-z2.dts b/arch/arm64/boot/dts/rockchip/rk3318-a95x-z2.dts
index b5bf84322031..b9d4d78bff0f 100644
--- a/arch/arm64/boot/dts/rockchip/rk3318-a95x-z2.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3318-a95x-z2.dts
@@ -184,7 +184,7 @@ &emmc {

 &gmac2phy {
 	assigned-clock-parents = <&cru SCLK_MAC2PHY_SRC>;
-	assigned-clock-rate = <50000000>;
+	assigned-clock-rates = <50000000>;
 	assigned-clocks = <&cru SCLK_MAC2PHY>;
 	status = "okay";
 };
diff --git a/arch/arm64/boot/dts/rockchip/rk3328-evb.dts b/arch/arm64/boot/dts/rockchip/rk3328-evb.dts
index 3707df6acf1f..76715de886e2 100644
--- a/arch/arm64/boot/dts/rockchip/rk3328-evb.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3328-evb.dts
@@ -101,7 +101,7 @@ &emmc {
 &gmac2phy {
 	phy-supply = <&vcc_phy>;
 	clock_in_out = "output";
-	assigned-clock-rate = <50000000>;
+	assigned-clock-rates = <50000000>;
 	assigned-clocks = <&cru SCLK_MAC2PHY>;
 	assigned-clock-parents = <&cru SCLK_MAC2PHY_SRC>;
 	status = "okay";
--
2.39.5


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

* Re: [PATCH v1] arm64: dts: rockchip: correct assigned-clock-rates spelling
  2025-11-01 15:35 [PATCH v1] arm64: dts: rockchip: correct assigned-clock-rates spelling Johan Jonker
@ 2025-11-13 23:04 ` Heiko Stuebner
  0 siblings, 0 replies; 2+ messages in thread
From: Heiko Stuebner @ 2025-11-13 23:04 UTC (permalink / raw)
  To: Johan Jonker
  Cc: Heiko Stuebner, robh, conor+dt, krzk+dt, devicetree,
	linux-arm-kernel, linux-rockchip, linux-kernel


On Sat, 01 Nov 2025 16:35:26 +0100, Johan Jonker wrote:
> Due to some copy and paste from the manufacturer tree the property
> assigned-clock-rate is missing a letter "s". Correct spelling to
> reduce dtbs_check output.
> 
> 

Applied, thanks!

[1/1] arm64: dts: rockchip: correct assigned-clock-rates spelling
      commit: 76f4f7e04c213eff794ef6dcb1f216a57c6f2a16

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

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

end of thread, other threads:[~2025-11-13 23:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-11-01 15:35 [PATCH v1] arm64: dts: rockchip: correct assigned-clock-rates spelling Johan Jonker
2025-11-13 23:04 ` Heiko Stuebner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®