Hi Nishanth On Tue, 2023-11-14 at 21:28 -0600, Nishanth Menon wrote: > Hi, > rev 2 of the series to sync am62 with v6.7-rc1.
For the whole series: Tested-by: Marcel Ziswiler <marcel.ziswi...@toradex.com> > Changes: > - picked up reviews, tested tags. > - minor commit message correction in patch #4. > > Boot logs: > https://gist.github.com/nmenon/d62c4795c6d3d40c83ba36d1cd047c42 > > WARNING: This will have a minor conflict (binman) with: > https://lore.kernel.org/u-boot/20231104080137.9628-1...@ti.com/ > > > I haven't had a chance to test this out on verdin (only build tested) > - going to depend on any checks folks can provide. > > V1: https://lore.kernel.org/all/20231113145919.1928812-1...@ti.com/ > > Nishanth Menon (4): > arm: dts: k3-am625*: Sync with kernel v6.7-rc1 > arm: dts: k3-am625: Drop SoC provided bootph params from board > u-boot/r5 dtsi > arm: dts: k3-am625-beagleplay-u-boot: drop duplicate bootph-nodes > arm: dts: k3-am625-sk-r5/u-boot: Drop duplicate bootph-nodes > > arch/arm/dts/k3-am62-main.dtsi | 12 +- > arch/arm/dts/k3-am62-mcu.dtsi | 2 + > arch/arm/dts/k3-am62-verdin-wifi.dtsi | 6 + > arch/arm/dts/k3-am62-verdin.dtsi | 1 + > arch/arm/dts/k3-am62-wakeup.dtsi | 2 + > arch/arm/dts/k3-am62.dtsi | 3 + > arch/arm/dts/k3-am625-beagleplay-u-boot.dtsi | 110 ------------- > arch/arm/dts/k3-am625-beagleplay.dts | 34 +++- > arch/arm/dts/k3-am625-r5-beagleplay.dts | 9 -- > arch/arm/dts/k3-am625-r5-sk.dts | 21 +-- > arch/arm/dts/k3-am625-sk-u-boot.dtsi | 145 ------------------ > arch/arm/dts/k3-am625-sk.dts | 27 ++++ > arch/arm/dts/k3-am625-verdin-r5.dts | 9 -- > .../dts/k3-am625-verdin-wifi-dev-u-boot.dtsi | 55 +------ > arch/arm/dts/k3-am62x-sk-common.dtsi | 109 ++++++++++++- > 15 files changed, 197 insertions(+), 348 deletions(-) Thanks! Cheers Marcel