arm64: dts: ti: k3-j721e: Fix clock IDs for MCSPI instances
authorAnurag Dutta <a-dutta@ti.com>
Wed, 23 Oct 2024 10:45:30 +0000 (16:15 +0530)
committerVignesh Raghavendra <vigneshr@ti.com>
Mon, 28 Oct 2024 15:20:40 +0000 (20:50 +0530)
The clock IDs for multiple MCSPI instances across wakeup domain
in J721e are incorrect when compared with documentation [1]. Fix
the clock ids to their appropriate values.

[1]https://software-dl.ti.com/tisci/esd/latest/5_soc_doc/j721e/clocks.html

Fixes: 76aa309f9fa7 ("arm64: dts: ti: k3-j721e: Add MCSPI nodes")

Signed-off-by: Anurag Dutta <a-dutta@ti.com>
Link: https://lore.kernel.org/r/20241023104532.3438851-3-a-dutta@ti.com
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
arch/arm64/boot/dts/ti/k3-j721e-mcu-wakeup.dtsi

index cf5fb1160ada5e8cf815f119a76f5793851883cc..b02142b2b460d1cc0f4e0a579c6e873edaeb0bd5 100644 (file)
                #address-cells = <1>;
                #size-cells = <0>;
                power-domains = <&k3_pds 274 TI_SCI_PD_EXCLUSIVE>;
-               clocks = <&k3_clks 274 0>;
+               clocks = <&k3_clks 274 1>;
                status = "disabled";
        };
 
                #address-cells = <1>;
                #size-cells = <0>;
                power-domains = <&k3_pds 275 TI_SCI_PD_EXCLUSIVE>;
-               clocks = <&k3_clks 275 0>;
+               clocks = <&k3_clks 275 1>;
                status = "disabled";
        };
 
                #address-cells = <1>;
                #size-cells = <0>;
                power-domains = <&k3_pds 276 TI_SCI_PD_EXCLUSIVE>;
-               clocks = <&k3_clks 276 0>;
+               clocks = <&k3_clks 276 1>;
                status = "disabled";
        };