mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Sascha Hauer <s.hauer@pengutronix.de>
To: Barebox List <barebox@lists.infradead.org>
Subject: [PATCH] ARM: am62l: fix mdio clock id
Date: Fri, 19 Sep 2025 12:22:55 +0200	[thread overview]
Message-ID: <20250919102255.1928858-1-s.hauer@pengutronix.de> (raw)

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




             reply	other threads:[~2025-09-19 10:23 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-19 10:22 Sascha Hauer [this message]
2025-09-22  9:47 ` Sascha Hauer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250919102255.1928858-1-s.hauer@pengutronix.de \
    --to=s.hauer@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox