mbox series

[v5,00/12] Add bootph-all property for J7 boards

Message ID 20241023-b4-upstream-bootph-all-v5-0-a974d06370ab@ti.com (mailing list archive)
Headers show
Series Add bootph-all property for J7 boards | expand

Message

Manorit Chawdhry Oct. 23, 2024, 6:57 a.m. UTC
The idea of this series is to add bootph-all and bootph-pre-ram property
in all the leaf nodes wherever required and cleanup any other places where
bootph-all/bootph-pre-ram exist in the parent nodes as well since now
the bootloaders can handle it.

Signed-off-by: Manorit Chawdhry <m-chawdhry@ti.com>
---
Changes in v5:
* Nishanth
- Break the patch into EVM and SoC

- Drop serdes0_pcie_link, serdes0_qsgmii_link, serdes_ln_ctrl bootph tags
- Drop usb0 bootph from am68-base-board
- Drop exp nodes bootph from j7200 and j721e ( along with main_i2c )
- Drop wkup_gpio bootph as it is only used as interrupt parent or for CAN nodes
- Sort some missed bootph entries

- Drop Aniket and Neha's r-by due to quite a few changes in j721e and
  j7200
- Link to v4: https://lore.kernel.org/r/20240814-b4-upstream-bootph-all-v4-0-f2b462000f25@ti.com

---
Manorit Chawdhry (12):
      arm64: dts: ti: k3-j784s4-j742s2-mcu-wakeup: Move bootph from mcu_timer1 to mcu_timer0
      arm64: dts: ti: k3-j784s4-j742s2-mcu-wakeup: Remove parent nodes bootph-*
      arm64: dts: ti: k3-j784s4: Add bootph-* properties
      arm64: dts: ti: k3-j721s2: Add bootph-* properties
      arm64: dts: ti: k3-j721e: Add bootph-* properties
      arm64: dts: ti: k3-j7200: Add bootph-* properties
      arm64: dts: ti: k3-j784s4-j742s2-evm-common: Remove parent nodes bootph-*
      arm64: dts: ti: k3-j721s2-evm*: Add bootph-* properties
      arm64: dts: ti: k3-am68-sk*: Add bootph-* properties
      arm64: dts: ti: k3-j721e-evm*: Add bootph-* properties
      arm64: dts: ti: k3-j721e-sk*: Add bootph-* properties
      arm64: dts: ti: k3-j7200-evm*: Add bootph-* properties

 arch/arm64/boot/dts/ti/k3-am68-sk-base-board.dts       |  8 ++++++++
 arch/arm64/boot/dts/ti/k3-am68-sk-som.dtsi             |  5 +++--
 arch/arm64/boot/dts/ti/k3-j7200-common-proc-board.dts  | 13 +++++++++++++
 arch/arm64/boot/dts/ti/k3-j7200-main.dtsi              |  2 ++
 arch/arm64/boot/dts/ti/k3-j7200-mcu-wakeup.dtsi        | 11 +++++++++++
 arch/arm64/boot/dts/ti/k3-j7200-som-p0.dtsi            |  6 ++++++
 arch/arm64/boot/dts/ti/k3-j721e-common-proc-board.dts  | 16 ++++++++++++++++
 arch/arm64/boot/dts/ti/k3-j721e-main.dtsi              |  2 ++
 arch/arm64/boot/dts/ti/k3-j721e-mcu-wakeup.dtsi        | 10 ++++++++++
 arch/arm64/boot/dts/ti/k3-j721e-sk.dts                 | 18 ++++++++++++++++++
 arch/arm64/boot/dts/ti/k3-j721e-som-p0.dtsi            |  5 +++++
 arch/arm64/boot/dts/ti/k3-j721s2-common-proc-board.dts | 14 ++++++++++++++
 arch/arm64/boot/dts/ti/k3-j721s2-main.dtsi             |  1 +
 arch/arm64/boot/dts/ti/k3-j721s2-mcu-wakeup.dtsi       | 13 +++++++++++++
 arch/arm64/boot/dts/ti/k3-j721s2-som-p0.dtsi           |  3 +++
 .../arm64/boot/dts/ti/k3-j784s4-j742s2-evm-common.dtsi |  9 ---------
 .../dts/ti/k3-j784s4-j742s2-mcu-wakeup-common.dtsi     | 10 ++++++----
 17 files changed, 131 insertions(+), 15 deletions(-)
---
base-commit: 63b3ff03d91ae8f875fe8747c781a521f78cde17
change-id: 20240430-b4-upstream-bootph-all-8d47b72bc0fd

Best regards,