
Hi,
On 09/09/23 16:20, Roger Quadros wrote:
On 08/09/2023 14:05, Apurva Nandan wrote:
Introduce the basic j784s4 SoC dts from the next-20230905 tag of the linux kernel.
Signed-off-by: Hari Nagalla hnagalla@ti.com Signed-off-by: Apurva Nandan a-nandan@ti.com
arch/arm/dts/k3-j784s4-evm.dts | 864 +++++++++++++ arch/arm/dts/k3-j784s4-main.dtsi | 1571 ++++++++++++++++++++++++ arch/arm/dts/k3-j784s4-mcu-wakeup.dtsi | 703 +++++++++++ arch/arm/dts/k3-j784s4-thermal.dtsi | 101 ++ arch/arm/dts/k3-j784s4.dtsi | 294 +++++ 5 files changed, 3533 insertions(+) create mode 100644 arch/arm/dts/k3-j784s4-evm.dts create mode 100644 arch/arm/dts/k3-j784s4-main.dtsi create mode 100644 arch/arm/dts/k3-j784s4-mcu-wakeup.dtsi create mode 100644 arch/arm/dts/k3-j784s4-thermal.dtsi create mode 100644 arch/arm/dts/k3-j784s4.dtsi
Shouldn't this patch come last in the series? What about DT-binding documentation for J784S4 SoC and its modules?
These dts files are directly imported/copied from Linux dts source, so the binding are already taken care of in Linux.
As it is a direct import from linux, and u-boot dts depend on these, I had put them in start. But if you want, I can put them just after patch #8