diff options
author | Manorit Chawdhry <m-chawdhry@ti.com> | 2024-10-15 16:22:19 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-10-21 17:52:31 -0600 |
commit | 8659144ae58c01424636fea27ffe20bb92ed638d (patch) | |
tree | 87466078de15d30474cd80c8e12303e293558431 /arch/arm/dts/k3-j721s2-r5.dtsi | |
parent | c530cd4fa1356dee96047e8e605a20348f6d2eaa (diff) | |
download | u-boot-8659144ae58c01424636fea27ffe20bb92ed638d.tar.gz |
arm: dts: k3-*-r5: Add MPU clock in clocks property
MPU clock had been missing. Distinguish multiple clocks with clock-names
and add MPU clock as well.
Link: https://software-dl.ti.com/tisci/esd/latest/5_soc_doc/j721s2/clocks.html#clocks-for-a72ss0-core0-device
Signed-off-by: Manorit Chawdhry <m-chawdhry@ti.com>
Reviewed-by: Aniket Limaye <a-limaye@ti.com>
Diffstat (limited to 'arch/arm/dts/k3-j721s2-r5.dtsi')
-rw-r--r-- | arch/arm/dts/k3-j721s2-r5.dtsi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/dts/k3-j721s2-r5.dtsi b/arch/arm/dts/k3-j721s2-r5.dtsi index caf696c2d96..634676c8491 100644 --- a/arch/arm/dts/k3-j721s2-r5.dtsi +++ b/arch/arm/dts/k3-j721s2-r5.dtsi @@ -20,7 +20,8 @@ <&k3_pds 202 TI_SCI_PD_EXCLUSIVE>, <&k3_pds 4 TI_SCI_PD_EXCLUSIVE>; resets = <&k3_reset 202 0>; - clocks = <&k3_clks 61 1>; + clocks = <&k3_clks 61 1>, <&k3_clks 202 0>; + clock-names = "gtc", "core"; assigned-clocks = <&k3_clks 61 1>, <&k3_clks 202 0>; assigned-clock-parents = <&k3_clks 61 3>; assigned-clock-rates = <200000000>, <2000000000>; |