Linux SOC development
 help / color / mirror / Atom feed
From: Geert Uytterhoeven <geert+renesas@glider.be>
To: soc@lists.linux.dev, soc <soc@kernel.org>
Cc: Magnus Damm <magnus.damm@gmail.com>,
	linux-arm-kernel@lists.infradead.org,
	linux-renesas-soc@vger.kernel.org,
	Geert Uytterhoeven <geert+renesas@glider.be>
Subject: [GIT PULL 3/3] Renesas DTS updates for v6.18 (take two)
Date: Fri, 12 Sep 2025 13:13:53 +0200	[thread overview]
Message-ID: <cover.1757669917.git.geert+renesas@glider.be> (raw)
In-Reply-To: <cover.1757669912.git.geert+renesas@glider.be>

The following changes since commit 115b557b6f61ca279a4754b20b8686039fdb5234:

  arm64: dts: renesas: Minor whitespace cleanup (2025-08-20 09:07:05 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git tags/renesas-dts-for-v6.18-tag2

for you to fetch changes up to 5bf682d9747277a0190e82e5ae6f9e201ce002d9:

  arm64: dts: renesas: sparrow-hawk-fan-pwm: Rework hwmon comment (2025-09-12 11:15:00 +0200)

----------------------------------------------------------------
Renesas DTS updates for v6.18 (take two)

  - Add pin control and I2C support for the RZ/N2H SoC and its
    evaluation board,
  - Add LED, EEPROM, eMMC, SD card, watchdog, and USB2.0 support for the
    RZ/T2H and RZ/N2H SoCs and their evaluation boards,
  - Add I3C support for the RZ/V2H and RZ/V2N SoCs,
  - Add IMX219 and IMX462 camera overlay support for the Sparrow Hawk
    board,
  - Miscellaneous fixes and improvements.

----------------------------------------------------------------
Biju Das (2):
      arm64: dts: renesas: r9a09g047e57-smarc: Fix gpio key's pin control node
      arm64: dts: renesas: r9a09g047e57-smarc: Use Schmitt input for NMI function

John Madieu (1):
      arm64: dts: renesas: r9a09g047: Enable Tx coe support

Lad Prabhakar (17):
      arm64: dts: renesas: r9a09g087: Add pinctrl node
      arm64: dts: renesas: r9a09g077m44-rzt2h-evk: Add user LEDs
      arm64: dts: renesas: r9a09g087m44-rzn2h-evk: Add user LEDs
      arm64: dts: renesas: rzt2h-n2h-evk-common: Add pinctrl for SCI0 node
      arm64: dts: renesas: r9a09g087m44-rzt2h-evk: Enable I2C0 and I2C1 support
      arm64: dts: renesas: rzt2h-n2h-evk-common: Enable EEPROM on I2C0
      arm64: dts: renesas: rzt2h-rzn2h-evk: Enable eMMC
      arm64: dts: renesas: rzt2h-rzn2h-evk: Enable MicroSD card slot
      arm64: dts: renesas: rzt2h-rzn2h-evk: Enable SD card slot
      arm64: dts: renesas: r9a09g077: Add WDT nodes
      arm64: dts: renesas: r9a09g087: Add WDT nodes
      arm64: dts: renesas: rzt2h-n2h-evk-common: Enable WDT2
      arm64: dts: renesas: r9a09g077: Add USB2.0 support
      arm64: dts: renesas: r9a09g087: Add USB2.0 support
      arm64: dts: renesas: rzt2h-n2h-evk: Enable USB2.0 support
      arm64: dts: renesas: r9a09g057: Add I3C node
      arm64: dts: renesas: r9a09g056: Add I3C node

Marek Vasut (2):
      arm64: dts: renesas: rcar: Rename dsi-encoder to dsi
      arm64: dts: renesas: sparrow-hawk-fan-pwm: Rework hwmon comment

Niklas Söderlund (4):
      arm64: dts: renesas: sparrow-hawk: Add overlay for IMX219 on J1
      arm64: dts: renesas: sparrow-hawk: Add overlay for IMX219 on J2
      arm64: dts: renesas: sparrow-hawk: Add overlay for IMX462 on J1
      arm64: dts: renesas: sparrow-hawk: Add overlay for IMX462 on J2

 arch/arm64/boot/dts/renesas/Makefile               |  12 ++
 arch/arm64/boot/dts/renesas/r8a779a0.dtsi          |   4 +-
 arch/arm64/boot/dts/renesas/r8a779g0.dtsi          |   4 +-
 .../r8a779g3-sparrow-hawk-camera-j1-imx219.dtso    | 116 +++++++++++
 .../r8a779g3-sparrow-hawk-camera-j1-imx462.dtso    | 117 +++++++++++
 .../r8a779g3-sparrow-hawk-camera-j2-imx219.dtso    | 116 +++++++++++
 .../r8a779g3-sparrow-hawk-camera-j2-imx462.dtso    | 117 +++++++++++
 .../dts/renesas/r8a779g3-sparrow-hawk-fan-pwm.dtso |  15 +-
 arch/arm64/boot/dts/renesas/r8a779h0.dtsi          |   2 +-
 arch/arm64/boot/dts/renesas/r9a09g047.dtsi         |  10 +-
 arch/arm64/boot/dts/renesas/r9a09g047e57-smarc.dts |   7 +-
 arch/arm64/boot/dts/renesas/r9a09g056.dtsi         |  33 ++++
 arch/arm64/boot/dts/renesas/r9a09g057.dtsi         |  33 ++++
 arch/arm64/boot/dts/renesas/r9a09g077.dtsi         | 107 ++++++++++
 .../boot/dts/renesas/r9a09g077m44-rzt2h-evk.dts    | 136 ++++++++++++-
 arch/arm64/boot/dts/renesas/r9a09g087.dtsi         | 120 +++++++++++
 .../boot/dts/renesas/r9a09g087m44-rzn2h-evk.dts    | 213 ++++++++++++++++++++
 .../boot/dts/renesas/rzt2h-n2h-evk-common.dtsi     | 220 +++++++++++++++++++++
 18 files changed, 1356 insertions(+), 26 deletions(-)
 create mode 100644 arch/arm64/boot/dts/renesas/r8a779g3-sparrow-hawk-camera-j1-imx219.dtso
 create mode 100644 arch/arm64/boot/dts/renesas/r8a779g3-sparrow-hawk-camera-j1-imx462.dtso
 create mode 100644 arch/arm64/boot/dts/renesas/r8a779g3-sparrow-hawk-camera-j2-imx219.dtso
 create mode 100644 arch/arm64/boot/dts/renesas/r8a779g3-sparrow-hawk-camera-j2-imx462.dtso

  parent reply	other threads:[~2025-09-12 11:14 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-12 11:13 [GIT PULL 0/3] Renesas SoC updates for v6.18 (take two) Geert Uytterhoeven
2025-09-12 11:13 ` [GIT PULL 1/3] Renesas driver " Geert Uytterhoeven
2025-09-12 11:13 ` [GIT PULL 2/3] Renesas DT binding updates for v6.18 Geert Uytterhoeven
2025-09-12 11:13 ` Geert Uytterhoeven [this message]
2025-09-15 13:50 ` [GIT PULL 0/3] Renesas SoC updates for v6.18 (take two) patchwork-bot+linux-soc
2025-09-15 14:30 ` patchwork-bot+linux-soc

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=cover.1757669917.git.geert+renesas@glider.be \
    --to=geert+renesas@glider.be \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    --cc=soc@kernel.org \
    --cc=soc@lists.linux.dev \
    /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