All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] Add Clocks for ICSSG
@ 2024-11-13 11:09 ` MD Danish Anwar
  0 siblings, 0 replies; 31+ messages in thread
From: MD Danish Anwar @ 2024-11-13 11:09 UTC (permalink / raw)
  To: conor+dt, krzk+dt, robh, ssantosh, nm, Vignesh Raghavendra
  Cc: srk, devicetree, kristo, linux-kernel, danishanwar, Roger Quadros,
	linux-arm-kernel

This series adds clocks for ICSSG for AM64x.

PATCH 1/2 Adds the dt binding necessary to add clocks to the device tree.
It adds the `clocks` in the dt binding of ICSSG node. Each ICSSG instance
has 7 clocks available to them as per AM64x TRM [1] Section 6.4.3 Table 
6-398. They are not added in the dt bindings yet. This patch adds all
available clocks to ICSSG bindings. 

PATCH 2/2 Adds the required clock to the ICSSG nodes. It also changes the
clock used from clock 20 (ICSSG_ICLK) to clock 0 (ICSSG_CORE). This patch
adds the clock-names, assigned-clocks and assigned-clock-parents to icssg
nodes.

More details on clocks can be found at [2]
There is no additional driver changes needed for this binding change.

Changes from v2 to v3:
*) Modified commit message of PATCH 1/2 to state why clocks are being added
to the binding.
*) Added all available clocks to ICSSG bindings. Earlier only two clocks
were added.
*) Added all available clocks to AM64x DTS. Earlier only two clocks were
added.

Changes from v1 to v2:
*) Dropped assigned-clocks and assigned-clock-parents from DT binding as
suggested by Krzysztof Kozlowski

[1] https://www.ti.com/lit/pdf/spruim2
[2] https://software-dl.ti.com/tisci/esd/latest/5_soc_doc/am64x/clocks.html#clocks-for-pru-icssg0-device
v1 https://lore.kernel.org/all/20241107104557.1442800-1-danishanwar@ti.com/
v2 https://lore.kernel.org/all/20241108142946.2286098-1-danishanwar@ti.com/

MD Danish Anwar (2):
  dt-bindings: soc: ti: pruss: Add clocks for ICSSG
  arm64: dts: ti: k3-am64-main: Switch ICSSG clock to core clock

 .../devicetree/bindings/soc/ti/ti,pruss.yaml  | 10 +++++++++
 arch/arm64/boot/dts/ti/k3-am64-main.dtsi      | 22 +++++++++++++++++--
 2 files changed, 30 insertions(+), 2 deletions(-)


base-commit: bd05b9a700c10473c2f52bf12c5c5938c30e80b0
-- 
2.34.1



^ permalink raw reply	[flat|nested] 31+ messages in thread

end of thread, other threads:[~2024-12-26 20:34 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-13 11:09 [PATCH v3 0/2] Add Clocks for ICSSG MD Danish Anwar
2024-11-13 11:09 ` MD Danish Anwar
2024-11-13 11:09 ` [PATCH v3 1/2] dt-bindings: soc: ti: pruss: Add clocks " MD Danish Anwar
2024-11-13 11:09   ` MD Danish Anwar
2024-11-14 20:11   ` Conor Dooley
2024-11-14 20:11     ` Conor Dooley
2024-11-18 13:33   ` Roger Quadros
2024-11-18 13:33     ` Roger Quadros
2024-11-18 13:52     ` Roger Quadros
2024-11-18 13:52       ` Roger Quadros
2024-11-19  6:12       ` Vignesh Raghavendra
2024-11-19  6:12         ` Vignesh Raghavendra
2024-11-19 10:45         ` Roger Quadros
2024-11-19 10:45           ` Roger Quadros
2024-11-20 13:23           ` Anwar, Md Danish
2024-11-20 13:23             ` Anwar, Md Danish
2024-11-21 13:08             ` Roger Quadros
2024-11-21 13:08               ` Roger Quadros
2024-11-21 13:10   ` Roger Quadros
2024-11-21 13:10     ` Roger Quadros
2024-11-13 11:09 ` [PATCH v3 2/2] arm64: dts: ti: k3-am64-main: Switch ICSSG clock to core clock MD Danish Anwar
2024-11-13 11:09   ` MD Danish Anwar
2024-11-19 10:47   ` Roger Quadros
2024-11-19 10:47     ` Roger Quadros
2024-11-20 12:52   ` Wadim Egorov
2024-11-21 13:13   ` Roger Quadros
2024-11-21 13:13     ` Roger Quadros
2024-12-16 10:23 ` [PATCH v3 0/2] Add Clocks for ICSSG MD Danish Anwar
2024-12-16 10:23   ` MD Danish Anwar
2024-12-26 20:31 ` Nishanth Menon
2024-12-26 20:31   ` Nishanth Menon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.