mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] ARM: am62l: fix mdio clock id
@ 2025-09-19 10:22 Sascha Hauer
  2025-09-22  9:47 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Sascha Hauer @ 2025-09-19 10:22 UTC (permalink / raw)
  To: Barebox List

Based on this commit found in the TI downstream repository:

| commit 20778f6c125dc24e62767dc4837d793a0f18c319
| Author: Siddharth Vadapalli <s-vadapalli@ti.com>
| Date:   Wed Jun 4 15:41:53 2025 +0530
|
|    PENDING: arm64: dts: ti: k3-am62l-main: Fix MDIO clock
|
|    Based on the Clock ID documentation for AM62L [0], the Clock ID for the
|    MDIO module within CPSW3G should be '9' instead of '13'. Hence, fix it.
|
|    [0]: https://github.com/TexasInstruments/arm-trusted-firmware/blob/ti-master/docs/plat/ti-am62l.rst#am62l-clock-scmi-id-list
|    Fixes: 12b7268608d8 ("PENDING: arm64: dts: ti: k3-am62l-main: Add CPSW3G DT node")
|    Signed-off-by: Siddharth Vadapalli <s-vadapalli@ti.com>

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
---
 arch/arm/dts/k3-am62l-main.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/dts/k3-am62l-main.dtsi b/arch/arm/dts/k3-am62l-main.dtsi
index cd9506aee7..267664eecd 100644
--- a/arch/arm/dts/k3-am62l-main.dtsi
+++ b/arch/arm/dts/k3-am62l-main.dtsi
@@ -760,7 +760,7 @@ cpsw3g_mdio: mdio@f00 {
 			reg = <0x00 0xf00 0x00 0x100>;
 			#address-cells = <1>;
 			#size-cells = <0>;
-			clocks = <&scmi_clk 13 0>;
+			clocks = <&scmi_clk 9>;
 			clock-names = "fck";
 			bus_freq = <1000000>;
 			status = "disabled";
-- 
2.47.3




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

end of thread, other threads:[~2025-09-22  9:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-09-19 10:22 [PATCH] ARM: am62l: fix mdio clock id Sascha Hauer
2025-09-22  9:47 ` Sascha Hauer

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