]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 5 Dec 2024 12:53:02 +0000 (13:53 +0100)
[ Upstream commit ab09a68f3be04b2f9d1fc7cfc0e2225025cb9421 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm64/boot/dts/ti/k3-j721e-mcu-wakeup.dtsi

index 6b6ef6a30614262627c3f722cd47fcd975de67bf..e71696a8bb833936897dc78372e670838f45843e 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";
        };