[PATCH] ARM: am62l: fix mdio clock id
Sascha Hauer
s.hauer at pengutronix.de
Fri Sep 19 03:22:55 PDT 2025
Based on this commit found in the TI downstream repository:
| commit 20778f6c125dc24e62767dc4837d793a0f18c319
| Author: Siddharth Vadapalli <s-vadapalli at 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 at ti.com>
Signed-off-by: Sascha Hauer <s.hauer at 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 at 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
More information about the barebox
mailing list