linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/7] Reserve Timer Nodes to avoid clash with Remoteproc firmware
@ 2024-08-26 10:48 Beleswar Padhi
  2024-08-26 10:48 ` [PATCH v4 1/7] arm64: dts: ti: k3-j7200-som-p0: Change timer nodes status to reserved Beleswar Padhi
                   ` (8 more replies)
  0 siblings, 9 replies; 13+ messages in thread
From: Beleswar Padhi @ 2024-08-26 10:48 UTC (permalink / raw)
  To: nm, vigneshr, kristo, robh, krzk+dt, conor+dt
  Cc: u-kumar1, tony, bb, d-gole, afd, hnagalla, linux-arm-kernel,
	devicetree, linux-kernel

The remoteproc firmware like of R5F and DSPs in the MAIN voltage domain
use timers. At the same time, if Linux probes the timers, some
instability is observed while booting remote cores. Therefore, change
the status of the timer nodes to "reserved" to avoid any clash. 

NOTE: This series has been rebased on top of a sibling series[0] as both of them
introduce changes in the same files. Thus, please apply [0] before applying this
series.

[0]: https://lore.kernel.org/all/20240826093024.1183540-1-b-padhi@ti.com/

v4: Changelog:
1) Refactored changes from {}-common-proc-board.dts to {}-som.dtsi to put all
remoteproc related changes at one place as remotecores were getting enabled at
{}-som.dtsi file.
2) Rebased this series on top of [0].

* Nishanth:
1) Fixed $subject line for all patches to include the board level files where
the changes were applied instead of the SoC level files.
2) Applied these timer fixes to J721E-SK, AM68-SK and AM69-SK boards as well.

Link to v3:
https://lore.kernel.org/all/20240816073908.2343650-1-b-padhi@ti.com/

v3: Changelog:
* Udit
1) j7200: Updated commit message description to remove DSPs as the SoC does not
have one.
2) j722s: Updated the correct commit for "Fixes:" tag which introduced the bug.
3) For entire series, removed comment about timer usage by R5fs in the MCU
voltage domain as those are used by Device Manager firmware to get SoC
functional.

Link to v2:
https://lore.kernel.org/all/20240814104151.2038457-1-b-padhi@ti.com/

v2: Changelog:
- Split the changes into individual patches for each SoC to tag the
  correct offending commit for "Fixes:" tag.

* Udit
1) Add the correct clashing timer nodes for J7200 SoC.
2) Port these changes to board level dts files instead of SoC level dtsi files.

Link to v1:
https://lore.kernel.org/all/20240607105559.771080-1-b-padhi@ti.com/

Beleswar Padhi (7):
  arm64: dts: ti: k3-j7200-som-p0: Change timer nodes status to reserved
  arm64: dts: ti: k3-j721e-som-p0: Change timer nodes status to reserved
  arm64: dts: ti: k3-j721e-sk: Change timer nodes status to reserved
  arm64: dts: ti: k3-j721s2-som-p0: Change timer nodes status to
    reserved
  arm64: dts: ti: k3-am68-sk-som: Change timer nodes status to reserved
  arm64: dts: ti: k3-j784s4-evm: Change timer nodes status to reserved
  arm64: dts: ti: k3-am69-sk: Change timer nodes status to reserved

 arch/arm64/boot/dts/ti/k3-am68-sk-som.dtsi   | 25 ++++++++++++
 arch/arm64/boot/dts/ti/k3-am69-sk.dts        | 41 ++++++++++++++++++++
 arch/arm64/boot/dts/ti/k3-j7200-som-p0.dtsi  | 13 +++++++
 arch/arm64/boot/dts/ti/k3-j721e-sk.dts       | 29 ++++++++++++++
 arch/arm64/boot/dts/ti/k3-j721e-som-p0.dtsi  | 29 ++++++++++++++
 arch/arm64/boot/dts/ti/k3-j721s2-som-p0.dtsi | 25 ++++++++++++
 arch/arm64/boot/dts/ti/k3-j784s4-evm.dts     | 41 ++++++++++++++++++++
 7 files changed, 203 insertions(+)

-- 
2.34.1



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

end of thread, other threads:[~2024-08-28 18:59 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-26 10:48 [PATCH v4 0/7] Reserve Timer Nodes to avoid clash with Remoteproc firmware Beleswar Padhi
2024-08-26 10:48 ` [PATCH v4 1/7] arm64: dts: ti: k3-j7200-som-p0: Change timer nodes status to reserved Beleswar Padhi
2024-08-26 10:54   ` Krzysztof Kozlowski
2024-08-26 12:37     ` Krzysztof Kozlowski
2024-08-27  4:54       ` Beleswar Prasad Padhi
2024-08-26 10:48 ` [PATCH v4 2/7] arm64: dts: ti: k3-j721e-som-p0: " Beleswar Padhi
2024-08-26 10:48 ` [PATCH v4 3/7] arm64: dts: ti: k3-j721e-sk: " Beleswar Padhi
2024-08-26 10:48 ` [PATCH v4 4/7] arm64: dts: ti: k3-j721s2-som-p0: " Beleswar Padhi
2024-08-26 10:48 ` [PATCH v4 5/7] arm64: dts: ti: k3-am68-sk-som: " Beleswar Padhi
2024-08-26 10:48 ` [PATCH v4 6/7] arm64: dts: ti: k3-j784s4-evm: " Beleswar Padhi
2024-08-26 10:48 ` [PATCH v4 7/7] arm64: dts: ti: k3-am69-sk: " Beleswar Padhi
2024-08-26 10:57 ` [PATCH v4 0/7] Reserve Timer Nodes to avoid clash with Remoteproc firmware Beleswar Prasad Padhi
2024-08-28 18:58 ` Nishanth Menon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).