Hi, On Nov 13, 2023 at 08:59:15 -0600, Nishanth Menon wrote: > Hi, > > Sync Device tree to kernel v6.7-rc1 - we are getting closer to > clean u-boot integration now. > > 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) > - so will be nice to verify. > > 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
boot tested these patches on SK-AM62x: ... U-Boot SPL 2024.01-rc2-00087-g38667965389d (Nov 14 2023 - 08:38:39 +0530) SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.1--v09.01.01 (Kool Koala)') SPL initial stack usage: 13368 bytes Trying to boot from UART CLoaded 777811 bytes Starting ATF on ARM64 core... NOTICE: BL31: v2.9(release):v2.9.0-792-g2899ad392225-dirty NOTICE: BL31: Built : 17:56:37, Oct 26 2023 U-Boot SPL 2024.01-rc2-00087-g38667965389d (Nov 14 2023 - 08:38:54 +0530) SYSFW ABI: 3.1 (firmware rev 0x0009 '9.1.1--v09.01.01 (Kool Koala)') SPL initial stack usage: 1872 bytes Trying to boot from UART CLoaded 727547 bytes U-Boot 2024.01-rc2-00087-g38667965389d (Nov 14 2023 - 08:38:54 +0530) SoC: AM62X SR1.0 HS-FS Model: Texas Instruments AM625 SK DRAM: 2 GiB Core: 57 devices, 23 uclasses, devicetree: separate MMC: mmc@fa10000: 0, mmc@fa00000: 1 Loading Environment from nowhere... OK In: serial@2800000 Out: serial@2800000 Err: serial@2800000 Net: eth0: ethernet@8000000port@1 Hit any key to stop autoboot: 2 0 => => => => => version U-Boot 2024.01-rc2-00087-g38667965389d (Nov 14 2023 - 08:38:54 +0530) aarch64-none-linux-gnu-gcc (Arm GNU Toolchain 12.3.Rel1 (Build arm-12.35)) 12.3.1 20230626 GNU ld (Arm GNU Toolchain 12.3.Rel1 (Build arm-12.35)) 2.40.0.20230627 => ... Tested-by: Dhruva Gole <d-g...@ti.com> > > 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(-) > > -- > 2.40.0 > > -- Best regards, Dhruva Gole <d-g...@ti.com>