public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 0/3] arm: dts: Sync k3-am62 with upstream
@ 2023-07-25 12:58 Nishanth Menon
  2023-07-25 12:58 ` [PATCH 1/3] omap: timer: add ti,am654-timer compatibility Nishanth Menon
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Nishanth Menon @ 2023-07-25 12:58 UTC (permalink / raw)
  To: u-boot, Tom Rini
  Cc: Wadim Egorov, Francesco Dolcini, Sjoerd Simons,
	Neha Malcom Francis, Bryan Brattlof, Vignesh Raghavendra,
	Mattijs Korpershoek, Marcel Ziswiler, Maxime Ripard,
	Roger Quadros, Nishanth Menon

I have picked up part of Sjoerd's series[1] to keep it constrained just
to dts sync at this point rather than adding newer functionality on top.

You can find the full series in [2].

Attempting am625 as a start of a series of clean ups for device tree for
u-boot, but will love to get any review comments to improve this series
up.

Roger, Maxime: I have kept the series:
https://lore.kernel.org/all/20230724-ti-mdio-pinmux-v4-0-18541f976501@kernel.org/
and
https://lore.kernel.org/all/20230722193151.117345-1-rogerq@kernel.org/
Out of the dependency for now. The fix ups after the above two series is
relatively easier to do and impacts just u-boot.dtsi files - I suggest
posting follow on series on top.

baseline:
  master 94e7cb181ad6 Revert "Merge branch '2023-07-24-introduce-FF-A-suppport'"

Boot log: https://gist.github.com/nmenon/8d89dae0225d83b248c31862b7262308

Changes since RFC:
* dependencies are all merged on master now.
* No new dependencies in this series, though the issue with uboot dtb
  not working for kernel is not a regression, it should probably be
  handled as a fixup part of RC Cycle.

RFC: https://lore.kernel.org/u-boot/20230713072019.3153871-1-nm@ti.com/

Nishanth Menon (1):
  arm: dts: k3-am62: Bump dtsi from linux v6.5-rc1

Sjoerd Simons (2):
  omap: timer: add ti,am654-timer compatibility
  arm: mach-k3: am62: Add timer0 id to the dev list

 arch/arm/dts/k3-am62-main.dtsi       | 389 +++++++++++++++++++++++--
 arch/arm/dts/k3-am62-mcu.dtsi        |  66 +++++
 arch/arm/dts/k3-am62-thermal.dtsi    |  33 +++
 arch/arm/dts/k3-am62-wakeup.dtsi     |  33 ++-
 arch/arm/dts/k3-am62.dtsi            |  11 +-
 arch/arm/dts/k3-am625-r5-sk.dts      |  92 +-----
 arch/arm/dts/k3-am625-sk-u-boot.dtsi |  24 +-
 arch/arm/dts/k3-am625-sk.dts         | 286 ++-----------------
 arch/arm/dts/k3-am625.dtsi           |  54 +++-
 arch/arm/dts/k3-am62x-sk-common.dtsi | 412 +++++++++++++++++++++++++++
 arch/arm/dts/k3-pinctrl.h            |  53 ++++
 arch/arm/mach-k3/am62x/dev-data.c    |   1 +
 drivers/timer/omap-timer.c           |   1 +
 13 files changed, 1067 insertions(+), 388 deletions(-)
 create mode 100644 arch/arm/dts/k3-am62-thermal.dtsi
 create mode 100644 arch/arm/dts/k3-am62x-sk-common.dtsi
 create mode 100644 arch/arm/dts/k3-pinctrl.h


[1] https://lore.kernel.org/all/20230406185542.1179073-1-sjoerd@collabora.com/
[2] https://github.com/nmenon/fix-k3-dt-u-boot/commits/fdt-fixup-s1-am625-rev2.1
-- 
2.40.0


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2023-07-26 16:57 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-25 12:58 [PATCH 0/3] arm: dts: Sync k3-am62 with upstream Nishanth Menon
2023-07-25 12:58 ` [PATCH 1/3] omap: timer: add ti,am654-timer compatibility Nishanth Menon
2023-07-25 12:58 ` [PATCH 2/3] arm: mach-k3: am62: Add timer0 id to the dev list Nishanth Menon
2023-07-25 12:58 ` [PATCH 3/3] arm: dts: k3-am62: Bump dtsi from linux v6.5-rc1 Nishanth Menon
2023-07-25 13:56   ` Maxime Ripard
2023-07-25 14:09     ` Nishanth Menon
2023-07-25 18:17       ` Tom Rini
2023-07-26  5:56         ` Ravi Gunasekaran
2023-07-26  8:15           ` Maxime Ripard
2023-07-26 12:51             ` Nishanth Menon
2023-07-26 13:36               ` Tom Rini
2023-07-26 14:19                 ` Nishanth Menon
2023-07-26  8:05   ` Roger Quadros

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox