Skip to content

Commit 5376406

Browse files
Anurag Duttagregkh
authored andcommitted
arm64: dts: ti: k3-j721e: Fix clock IDs for MCSPI instances
[ Upstream commit ab09a68 ] 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: 76aa309 ("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>
1 parent b1ec662 commit 5376406

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

arch/arm64/boot/dts/ti/k3-j721e-mcu-wakeup.dtsi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@
654654
#address-cells = <1>;
655655
#size-cells = <0>;
656656
power-domains = <&k3_pds 274 TI_SCI_PD_EXCLUSIVE>;
657-
clocks = <&k3_clks 274 0>;
657+
clocks = <&k3_clks 274 1>;
658658
status = "disabled";
659659
};
660660

@@ -665,7 +665,7 @@
665665
#address-cells = <1>;
666666
#size-cells = <0>;
667667
power-domains = <&k3_pds 275 TI_SCI_PD_EXCLUSIVE>;
668-
clocks = <&k3_clks 275 0>;
668+
clocks = <&k3_clks 275 1>;
669669
status = "disabled";
670670
};
671671

@@ -676,7 +676,7 @@
676676
#address-cells = <1>;
677677
#size-cells = <0>;
678678
power-domains = <&k3_pds 276 TI_SCI_PD_EXCLUSIVE>;
679-
clocks = <&k3_clks 276 0>;
679+
clocks = <&k3_clks 276 1>;
680680
status = "disabled";
681681
};
682682

0 commit comments

Comments
 (0)