Hi all, On 11:56-20240705, Manorit Chawdhry wrote: > 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. > > Signed-off-by: Manorit Chawdhry <m-chawdhry@xxxxxx> > --- > Changes in v2: > > * Aniket > - Change wkup_vtm0 bootph-all to bootph-pre-ram > - Add bootph-all explicitly to dmsc/sms nodes as otherwise the boards > don't boot > > - Cleanup more nodes along with some testing with u-boot. Here is the u-boot patch with the cleanup that I have tried [0] and here is the corresponding boot log for that [1]. [0]: https://github.com/manorit2001/u-boot/tree/b4/upstream/j7/remove-bootph [1]: https://gist.github.com/manorit2001/da42b634fabb662a48728927cdcb1acc Regards, Manorit > - Fix build errors > - Link to v1: https://lore.kernel.org/r/20240507-b4-upstream-bootph-all-v1-0-c6d52651856f@xxxxxx > > --- > Manorit Chawdhry (5): > arm64: dts: ti: k3-j721s2*: Add bootph-* properties > arm64: dts: ti: k3-j784s4*: Remove bootph properties from parent nodes > arm64: dts: ti: k3-am68*: Add bootph-* properties > arm64: dts: ti: k3-j721e*: Add bootph-* properties > arm64: dts: ti: k3-j7200*: Add bootph-* properties > > arch/arm64/boot/dts/ti/k3-am68-sk-base-board.dts | 10 ++++++++++ > arch/arm64/boot/dts/ti/k3-am68-sk-som.dtsi | 2 ++ > .../boot/dts/ti/k3-j7200-common-proc-board.dts | 23 ++++++++++++++++++++++ > 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 | 7 +++++++ > .../boot/dts/ti/k3-j721e-common-proc-board.dts | 20 +++++++++++++++++++ > 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 +++++ > .../boot/dts/ti/k3-j721s2-common-proc-board.dts | 14 +++++++++++++ > arch/arm64/boot/dts/ti/k3-j721s2-main.dtsi | 2 ++ > arch/arm64/boot/dts/ti/k3-j721s2-mcu-wakeup.dtsi | 12 +++++++++++ > arch/arm64/boot/dts/ti/k3-j721s2-som-p0.dtsi | 2 ++ > arch/arm64/boot/dts/ti/k3-j784s4-evm.dts | 9 +-------- > arch/arm64/boot/dts/ti/k3-j784s4-mcu-wakeup.dtsi | 7 ++++--- > 17 files changed, 145 insertions(+), 11 deletions(-) > --- > base-commit: 0b58e108042b0ed28a71cd7edf5175999955b233 > change-id: 20240430-b4-upstream-bootph-all-8d47b72bc0fd > > Best regards, > -- > Manorit Chawdhry <m-chawdhry@xxxxxx> >