Linux Renesas SOC kernel development
 help / color / mirror / Atom feed
From: Geert Uytterhoeven <geert+renesas@glider.be>
To: arm-soc <arm@kernel.org>, 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.4 (take two)
Date: Mon, 10 Apr 2023 09:55:28 +0200	[thread overview]
Message-ID: <cover.1681113117.git.geert+renesas@glider.be> (raw)
In-Reply-To: <cover.1681113111.git.geert+renesas@glider.be>

The following changes since commit 4db0ce4038dec3cf5cb42587a111f4415be381b6:

  arm64: dts: renesas: r8a779a0: Update CAN-FD to R-Car Gen4 compatible value (2023-03-16 17:00:58 +0100)

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.4-tag2

for you to fetch changes up to 2f04079bf5920b5120407421478dff1d5692d959:

  arm64: dts: renesas: r8a779a0: Revise renesas,ipmmu-main (2023-04-04 10:01:01 +0200)

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

  - Add PWM support for the R-Car H1 and H2 SoCs,
  - Add slide switch and I2C support for the Marzen development board,
  - Add SCI (serial) and Camera support for the RZ/G2L SoC and the
    RZ/G2L SMARC EVK development board,
  - Add IOMMU support for the R-Car V4H SoC,
  - Miscellaneous fixes and improvements.

----------------------------------------------------------------
Biju Das (2):
      arm64: dts: renesas: rzg2l: Add clock-names and reset-names to DMAC nodes
      arm64: dts: renesas: r9a07g044: Enable SCI0 using DT overlay

Geert Uytterhoeven (7):
      dt-bindings: clock: r8a7779: Add PWM module clock
      ARM: dts: r8a7779: Add PWM support
      ARM: dts: marzen: Add slide switches
      ARM: dts: marzen: Enable I2C support
      ARM: dts: r8a7790: Add TPU device node
      ARM: dts: r8a7790: Add PWM device nodes
      arm64: dts: renesas: r8a779a0: Revise renesas,ipmmu-main

Lad Prabhakar (2):
      arm64: dts: renesas: r9a07g044: Add CSI and CRU nodes
      arm64: dts: renesas: rzg2l-smarc: Enable CRU, CSI support

Niklas Söderlund (1):
      arm64: dts: renesas: falcon-csi-dsi: Set bus-type for MAX96712

Yoshihiro Shimoda (4):
      arm64: dts: renesas: r8a779f0: Revise renesas,ipmmu-main
      arm64: dts: renesas: r8a779g0: Add IPMMU nodes
      arm64: dts: renesas: r8a779g0: Add iommus to DMAC nodes
      arm64: dts: renesas: r8a779g0: Add iommus to MMC node

 arch/arm/boot/dts/r8a7779-marzen.dts               |  69 +++++++++++
 arch/arm/boot/dts/r8a7779.dtsi                     |  91 ++++++++++++---
 arch/arm/boot/dts/r8a7790.dtsi                     |  81 +++++++++++++
 arch/arm64/boot/dts/renesas/Makefile               |   2 +
 .../boot/dts/renesas/r8a779a0-falcon-csi-dsi.dtsi  |   5 +
 arch/arm64/boot/dts/renesas/r8a779a0.dtsi          |  22 ++--
 arch/arm64/boot/dts/renesas/r8a779f0.dtsi          |   8 +-
 arch/arm64/boot/dts/renesas/r8a779g0.dtsi          | 126 +++++++++++++++++++++
 .../boot/dts/renesas/r9a07g043-smarc-pmod.dtso     |  45 ++++++++
 arch/arm64/boot/dts/renesas/r9a07g043.dtsi         |   2 +
 arch/arm64/boot/dts/renesas/r9a07g044.dtsi         |  81 +++++++++++++
 .../renesas/r9a07g044l2-smarc-cru-csi-ov5645.dtso  |  21 ++++
 arch/arm64/boot/dts/renesas/r9a07g054.dtsi         |   2 +
 .../boot/dts/renesas/rz-smarc-cru-csi-ov5645.dtsi  |  80 +++++++++++++
 include/dt-bindings/clock/r8a7779-clock.h          |   1 +
 15 files changed, 608 insertions(+), 28 deletions(-)
 create mode 100644 arch/arm64/boot/dts/renesas/r9a07g043-smarc-pmod.dtso
 create mode 100644 arch/arm64/boot/dts/renesas/r9a07g044l2-smarc-cru-csi-ov5645.dtso
 create mode 100644 arch/arm64/boot/dts/renesas/rz-smarc-cru-csi-ov5645.dtsi

      parent reply	other threads:[~2023-04-10  7:55 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-10  7:55 [GIT PULL 0/3] Renesas SoC updates for v6.4 (take two) Geert Uytterhoeven
2023-04-10  7:55 ` [GIT PULL 1/3] Renesas ARM SoC updates for v6.4 Geert Uytterhoeven
2023-04-10  7:55 ` [GIT PULL 2/3] Renesas driver updates for v6.4 (take two) Geert Uytterhoeven
2023-04-10  7:55 ` Geert Uytterhoeven [this message]

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