mbox series

[v8,0/7] arm64: ti: k3-j7: Add the ESM & main domain watchdog nodes

Message ID 20231008044657.25788-1-j-keerthy@ti.com (mailing list archive)
Headers show
Series arm64: ti: k3-j7: Add the ESM & main domain watchdog nodes | expand

Message

J, KEERTHY Oct. 8, 2023, 4:46 a.m. UTC
The series add the ESM & main domain watchdog nodes for j721s2,
j784s4 SOCs.

Changes in v8:

	* Changed the status of non-MPU nodes from disabled to reserved
	* Added inline comments to the reserved RTI nodes

Changes in v7:
	* Rebased on top of ti-next branch
	* Reordered the watchdog nodes based on the addresses.
	* Changed the watchdog numbering.

Changes in v5/v6:

        * Updated commit log and added comments for MCU & non-A72 watchdog
          instances disabling.

Changes in v4:

        * Added bootph-pre-ram for all the ESM instances needed for SPL.

Changes in v3:

        * Added all the RTI events for MAIN_ESM for j784s4 as 8 instances
          are enabled.
        * Rebased on top of 6.6-rc1
        * Tested for the watchdog reset

RESEND series - corrected krzysztof.kozlowski+dt@linaro.org ID

Changes in v2:

        * Added all the instances of watchdog on j784s4/j721s2
        * Fixed all 0x0 in dts to 0x00
        * Fixed couple of ESM event numbers for j721s2
        * Rebased to linux-next branch

Keerthy (7):
  arm64: dts: ti: k3-j721s2: Add ESM instances
  arm64: dts: ti: k3-j784s4: Add ESM instances
  arm64: dts: ti: k3-j7200: Add MCU domain ESM instance
  arm64: dts: ti: k3-j784s4-main: Add the main domain watchdog instances
  arm64: dts: ti: k3-j784s4-mcu: Add the mcu domain watchdog instances
  arm64: dts: ti: k3-j721s2-main: Add the main domain watchdog instances
  arm64: dts: ti: k3-j712s2-mcu: Add the mcu domain watchdog instances

 .../boot/dts/ti/k3-j7200-mcu-wakeup.dtsi      |   7 +
 arch/arm64/boot/dts/ti/k3-j721s2-main.dtsi    | 107 +++++++++
 .../boot/dts/ti/k3-j721s2-mcu-wakeup.dtsi     |  40 ++++
 arch/arm64/boot/dts/ti/k3-j784s4-main.dtsi    | 206 ++++++++++++++++++
 .../boot/dts/ti/k3-j784s4-mcu-wakeup.dtsi     |  40 ++++
 5 files changed, 400 insertions(+)

Comments

Vignesh Raghavendra Oct. 18, 2023, 2:57 p.m. UTC | #1
Hi Keerthy,

On Sun, 08 Oct 2023 10:16:50 +0530, Keerthy wrote:
> The series add the ESM & main domain watchdog nodes for j721s2,
> j784s4 SOCs.
> 
> Changes in v8:
> 
> 	* Changed the status of non-MPU nodes from disabled to reserved
> 	* Added inline comments to the reserved RTI nodes
> 
> [...]

I have applied the following to branch ti-k3-dts-next on [1].
Thank you!

[1/7] arm64: dts: ti: k3-j721s2: Add ESM instances
      commit: dbf02264de7ab28933c152a2e5751f7ce9cd8c3d
[2/7] arm64: dts: ti: k3-j784s4: Add ESM instances
      commit: 1c4cc4ca5aff237544c502e6e5ffbe13f4c372fa
[3/7] arm64: dts: ti: k3-j7200: Add MCU domain ESM instance
      commit: 81be795bb3eac1a8cdbd5adb862044c12dc2b744
[4/7] arm64: dts: ti: k3-j784s4-main: Add the main domain watchdog instances
      commit: caae599de8c6cc7405dcfd3bcd66a467eee23d2b
[5/7] arm64: dts: ti: k3-j784s4-mcu: Add the mcu domain watchdog instances
      commit: 9ac8006abcda58c0fd866f967b1a6a05aa3c6b48
[6/7] arm64: dts: ti: k3-j721s2-main: Add the main domain watchdog instances
      commit: eb4c9909dc49f742bdbb9e5d411a4ac1df1cb6d6
[7/7] arm64: dts: ti: k3-j712s2-mcu: Add the mcu domain watchdog instances
      commit: 56bc311585206a8955de793301d4f84fb4ad2ee6

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent up the chain during
the next merge window (or sooner if it is a relevant bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

[1] https://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git
--
Vignesh