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@xxxxxx> --- Changes in v6: - Fix the commit message and remove ospi1 ( Aniket ) - Link to v5: https://lore.kernel.org/all/20241023-b4-upstream-bootph-all-v5-0-a974d06370ab@xxxxxx --- 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, -- Manorit Chawdhry <m-chawdhry@xxxxxx>