public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Nishanth Menon <nm@ti.com>
To: <u-boot@lists.denx.de>, Tom Rini <trini@konsulko.com>
Cc: Wadim Egorov <w.egorov@phytec.de>,
	Francesco Dolcini <francesco@dolcini.it>,
	Sjoerd Simons <sjoerd@collabora.com>,
	Neha Malcom Francis <n-francis@ti.com>,
	Bryan Brattlof <bb@ti.com>, Vignesh Raghavendra <vigneshr@ti.com>,
	Mattijs Korpershoek <mkorpershoek@baylibre.com>,
	Marcel Ziswiler <marcel.ziswiler@toradex.com>,
	Maxime Ripard <mripard@kernel.org>,
	Roger Quadros <rogerq@kernel.org>, Nikhil Jain <n-jain1@ti.com>,
	Andrew Davis <afd@ti.com>, Nishanth Menon <nm@ti.com>
Subject: [PATCH V3 0/3] arm: dts: Sync k3-am62 with upstream kernel
Date: Thu, 27 Jul 2023 04:03:28 -0500	[thread overview]
Message-ID: <20230727090331.2834463-1-nm@ti.com> (raw)

Hopefully, third time is a charm.. ;)

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.

This series also depends on:
 https://lore.kernel.org/r/20230724-ti-mdio-pinmux-v4-1-18541f976501@kernel.org
 https://lore.kernel.org/r/20230722193151.117345-2-rogerq@kernel.org
 https://lore.kernel.org/r/20230722193151.117345-3-rogerq@kernel.org

baseline:
    master  197aa22e6506 Merge branch 'master' of git://git.denx.de/u-boot-coldfire

Boot log: https://gist.github.com/nmenon/a1705c385189c2367d8cad1debcf8155

changes since v2:
* Typo fixups in commit messages - patches 1 and 3
* Picked up Roger's Reviewed-by

V2: https://lore.kernel.org/all/20230726151027.2517151-1-nm@ti.com/

Changes since V1:
* Added dependency on CPSW cleanup patches.
* Dropped the hack done in u-boot.dtsi to use kernel dts as is for cpsw

V1: https://lore.kernel.org/all/20230725125856.1807742-1-nm@ti.com/

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 |  33 +--
 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, 1066 insertions(+), 398 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-rev4
-- 
2.40.0


             reply	other threads:[~2023-07-27  9:03 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-27  9:03 Nishanth Menon [this message]
2023-07-27  9:03 ` [PATCH V3 1/3] omap: timer: add ti,am654-timer compatibility Nishanth Menon
2023-07-28 16:50   ` Tom Rini
2023-07-27  9:03 ` [PATCH V3 2/3] arm: mach-k3: am62: Add timer0 id to the dev list Nishanth Menon
2023-07-28 16:50   ` Tom Rini
2023-07-27  9:03 ` [PATCH V3 3/3] arm: dts: k3-am62: Bump dtsi from linux v6.5-rc1 Nishanth Menon
2023-07-28 12:45   ` Maxime Ripard
2023-07-28 16:51   ` Tom Rini
2023-07-28 12:45 ` [PATCH V3 0/3] arm: dts: Sync k3-am62 with upstream kernel Maxime Ripard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230727090331.2834463-1-nm@ti.com \
    --to=nm@ti.com \
    --cc=afd@ti.com \
    --cc=bb@ti.com \
    --cc=francesco@dolcini.it \
    --cc=marcel.ziswiler@toradex.com \
    --cc=mkorpershoek@baylibre.com \
    --cc=mripard@kernel.org \
    --cc=n-francis@ti.com \
    --cc=n-jain1@ti.com \
    --cc=rogerq@kernel.org \
    --cc=sjoerd@collabora.com \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    --cc=vigneshr@ti.com \
    --cc=w.egorov@phytec.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox