On Mon, 17 Mar 2025 10:24:19 +0530, Manorit Chawdhry wrote: > The series adds support for J742S2 family of SoCs. Also adds J742S2 EVM > Support and re-uses most of the stuff from the superset device J784s4. > > This device is a subset of J784S4 and shares the same memory map and > thus the code is being reused from J784S4 to avoid duplication. > > It initially cleans up the J784s4 and AM69 files so that they can be > re-usable for j742s2 and then it introduces J742S2. > > [...]
Applied to u-boot/next, thanks! [1/8] tools: binman: control.py: Delete template nodes after parsing commit: 42ce9ed7ffef726640fa234966e8c36d39252422 [2/8] arm: dts: k3-j784s4-binman.dtsi: Clean up and templatize boot binaries commit: 9e1295917e48c9bb03defdde876b14ded0fa43d6 [3/8] arm: dts: k3-j784s4-ddr: Refactor J784s4 ddr file to a common file commit: 61b6b2fcc9c4513f8d9243e02bd872c6ab94a305 [4/8] soc: Add information to identify the J742S2 SoC family commit: 201b08702e3de90ba8465b34ab2445cb2fd72de7 [5/8] arm: mach-k3: j742s2: Introduce clock and device files for J742S2 SoC commit: dd837d6c88a85f7718b2f496625f20acc5d3f5cb [6/8] board: ti: Introduce basic board files for the J742S2 family commit: 4c31c0a4ddcb57fc48f64be7267cc8ccb2245163 [7/8] arm: dts: Introduce J742S2 U-boot DTS files commit: 45d056e275d683b0c215543c63fa689fd07dcab2 [8/8] configs: Introduce configs for J742S2 commit: fe36b22c3219e50e829be486619c9bd349a239a1 -- Tom