Linux SOC 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.6
Date: Fri, 28 Jul 2023 13:57:02 +0200	[thread overview]
Message-ID: <cover.1690545144.git.geert+renesas@glider.be> (raw)
In-Reply-To: <cover.1690545139.git.geert+renesas@glider.be>

The following changes since commit 4c188fa183ebb45238ef16504c4c7606955cf9d4:

  arm64: dts: renesas: rzg2l: Update overfow/underflow IRQ names for MTU3 channels (2023-07-25 11:40:34 +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.6-tag1

for you to fetch changes up to 406b5af40ed367eefcdb27440ea98f02c1d1ef0d:

  arm64: dts: renesas: spider-cpu: Add GP LEDs (2023-07-27 14:41:21 +0200)

----------------------------------------------------------------
Renesas DTS updates for v6.6

  - Add Clocked Serial Interface (CSI) support for the RZ/V2M SoC,
  - Add PMIC, RTC, and PWM support for the RZ/G2L, RZ/G2LC, and RZ/V2L
    SMARC EVK development boards,
  - Add PWM (MTU3a) support for the RZ/G2UL and RZ/Five SoCs,
  - Add External interrupt (INTC-EX) support for the R-Car S4-8 SoC,
  - Add LED support for the Spider development board,
  - Miscellaneous fixes and improvements.

----------------------------------------------------------------
Biju Das (7):
      arm64: dts: renesas: rzg2l-smarc-som: Enable PMIC and built-in RTC
      arm64: dts: renesas: rzg2l-smarc: Add support for enabling MTU3
      arm64: dts: renesas: rzg2lc-smarc: Add support for enabling MTU3
      arm64: dts: renesas: rzg2lc-smarc-som: Add PHY interrupt support for ETH0
      arm64: dts: renesas: rzg2lc-smarc-som: Enable PMIC and built-in RTC
      arm64: dts: renesas: r9a07g043: Add MTU3a node
      arm64: dts: renesas: rzg2ul-smarc: Add support for enabling MTU3

Chris Paterson (1):
      arm64: dts: renesas: rzg2l: Fix txdv-skew-psec typos

Conor Dooley (1):
      riscv: dts: renesas: Clean up dtbs_check W=1 warning due to empty phy node

Fabrizio Castro (1):
      arm64: dts: renesas: r9a09g011: Add CSI nodes

Geert Uytterhoeven (2):
      arm64: dts: renesas: r8a779f0: Add INTC-EX node
      arm64: dts: renesas: spider-cpu: Add GP LEDs

Krzysztof Kozlowski (4):
      arm64: dts: renesas: Minor whitespace cleanup around '='
      ARM: dts: renesas: Add missing space before {
      arm64: dts: renesas: Add missing space before {
      ARM dts: renesas: armadillo800eva: Switch to enable-gpios

 .../boot/dts/renesas/r8a7740-armadillo800eva.dts   |  2 +-
 .../arm/boot/dts/renesas/r9a06g032-rzn1d400-db.dts |  2 +-
 arch/arm64/boot/dts/renesas/gmsl-cameras.dtsi      |  4 +-
 arch/arm64/boot/dts/renesas/r8a77970-v3msk.dts     |  2 +-
 arch/arm64/boot/dts/renesas/r8a77990.dtsi          |  4 +-
 .../boot/dts/renesas/r8a779f0-spider-cpu.dtsi      | 20 +++++++
 arch/arm64/boot/dts/renesas/r8a779f0.dtsi          | 15 +++++
 arch/arm64/boot/dts/renesas/r9a07g043.dtsi         | 70 ++++++++++++++++++++++
 arch/arm64/boot/dts/renesas/r9a07g043u11-smarc.dts | 11 ++++
 arch/arm64/boot/dts/renesas/r9a07g044c2-smarc.dts  | 12 ++++
 arch/arm64/boot/dts/renesas/r9a07g044l2-smarc.dts  | 21 +++++++
 arch/arm64/boot/dts/renesas/r9a07g054l2-smarc.dts  | 20 +++++++
 arch/arm64/boot/dts/renesas/r9a09g011.dtsi         | 28 +++++++++
 arch/arm64/boot/dts/renesas/rz-smarc-common.dtsi   |  4 +-
 .../boot/dts/renesas/rzg2l-smarc-pinfunction.dtsi  | 20 +++++++
 arch/arm64/boot/dts/renesas/rzg2l-smarc-som.dtsi   | 22 ++++++-
 arch/arm64/boot/dts/renesas/rzg2l-smarc.dtsi       | 23 ++++++-
 .../boot/dts/renesas/rzg2lc-smarc-pinfunction.dtsi |  9 +++
 arch/arm64/boot/dts/renesas/rzg2lc-smarc-som.dtsi  | 26 +++++++-
 arch/arm64/boot/dts/renesas/rzg2lc-smarc.dtsi      | 14 ++++-
 .../boot/dts/renesas/rzg2ul-smarc-pinfunction.dtsi |  6 ++
 arch/arm64/boot/dts/renesas/rzg2ul-smarc-som.dtsi  |  4 +-
 arch/arm64/boot/dts/renesas/rzg2ul-smarc.dtsi      | 13 ++++
 arch/riscv/boot/dts/renesas/rzfive-smarc-som.dtsi  |  2 +
 24 files changed, 335 insertions(+), 19 deletions(-)

  parent reply	other threads:[~2023-07-28 11:57 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-28 11:56 [GIT PULL 0/3] Renesas SoC updates for v6.6 Geert Uytterhoeven
2023-07-28 11:57 ` [GIT PULL 1/3] Renesas ARM defconfig " Geert Uytterhoeven
2023-07-28 11:57 ` [GIT PULL 2/3] Renesas ARM SoC " Geert Uytterhoeven
2023-07-28 11:57 ` Geert Uytterhoeven [this message]
2023-08-12  9:14 ` [GIT PULL 0/3] Renesas " patchwork-bot+linux-soc
2023-08-12 10:20 ` 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.1690545144.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