Hi Andrew, On 09:46-20240731, Andrew Davis wrote: > On 7/30/24 2:13 AM, Manorit Chawdhry wrote: > > J742S2 EVM board is designed for TI J742S2 SoC. It supports the following > > interfaces: > > * 16 GB DDR4 RAM > > * x2 Gigabit Ethernet interfaces capable of working in Switch and MAC mode > > * x1 Input Audio Jack, x1 Output Audio Jack > > * x1 USB2.0 Hub with two Type A host and x1 USB 3.1 Type-C Port > > * x1 4L PCIe connector > > * x1 UHS-1 capable micro-SD card slot > > * 512 Mbit OSPI flash, 1 Gbit Octal NAND flash, 512 Mbit QSPI flash, > > UFS flash. > > * x6 UART through UART-USB bridge > > * XDS110 for onboard JTAG debug using USB > > * Temperature sensors, user push buttons and LEDs > > * x1 GESI expander, x2 Display connector > > * x1 15-pin CSI header > > * x6 MCAN instances > > > > Link: https://www.ti.com/lit/ug/sprujd8/sprujd8.pdf (EVM user guide) > > Link: https://www.ti.com/lit/zip/SPAC001 (Schematics) > > Signed-off-by: Manorit Chawdhry <m-chawdhry@xxxxxx> > > --- > > arch/arm64/boot/dts/ti/Makefile | 3 + > > arch/arm64/boot/dts/ti/k3-j742s2-evm.dts | 26 + > > arch/arm64/boot/dts/ti/k3-j784s4-evm-common.dtsi | 1436 +++++++++++++++++++++ > > Seems git is not seeing that this is a copy. > When you do format-patch try using "-C". Am using b4 for sending patches.. though I think there are some delta changes as well so maybe that's why it ain't picking up. I think will try to do it similary to j722s and am62p split up to make it clear for the changes happening as well. Regards, Manorit > > Andrew