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. Signed-off-by: Manorit Chawdhry <m-chawdhry@xxxxxx> --- Changes in v2: * Krzysztof - Add missing compatibles - Improve commit message * Rob - Split SoC and EVM support - In EVM support separate out common stuff from j784s4 and j742s2 - Fix the number of VPUs, TRM conveys 2 VPUs - Link to v1: https://lore.kernel.org/r/20240711-b4-upstream-j742s2-v1-1-8b9e41c18f91@xxxxxx --- Manorit Chawdhry (3): dt-bindings: arm: ti: Add bindings for J742S2 SoCs and Boards arm64: dts: ti: Introduce J742S2 SoC family arm64: dts: ti: Add support for J742S2 EVM board Documentation/devicetree/bindings/arm/ti/k3.yaml | 6 + arch/arm64/boot/dts/ti/Makefile | 3 + arch/arm64/boot/dts/ti/k3-j742s2-evm.dts | 26 + arch/arm64/boot/dts/ti/k3-j742s2-main.dtsi | 44 + arch/arm64/boot/dts/ti/k3-j742s2.dtsi | 26 + arch/arm64/boot/dts/ti/k3-j784s4-evm-common.dtsi | 1436 +++++++++++++++++++++ arch/arm64/boot/dts/ti/k3-j784s4-evm.dts | 1441 +--------------------- 7 files changed, 1551 insertions(+), 1431 deletions(-) --- base-commit: 931a3b3bccc96e7708c82b30b2b5fa82dfd04890 change-id: 20240620-b4-upstream-j742s2-7ba652091550 Best regards, -- Manorit Chawdhry <m-chawdhry@xxxxxx>