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 1/4] Renesas ARM DT updates for v5.17
Date: Fri, 3 Dec 2021 12:31:18 +0100 [thread overview]
Message-ID: <cover.1638530606.git.geert+renesas@glider.be> (raw)
In-Reply-To: <cover.1638530605.git.geert+renesas@glider.be>
The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:
Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git tags/renesas-arm-dt-for-v5.17-tag1
for you to fetch changes up to cdda01947bbae8f1b1d19f8aac1f81ae5ce6f37e:
arm64: dts: renesas: r8a779a0: Add DU support (2021-11-26 14:08:20 +0100)
----------------------------------------------------------------
Renesas ARM DT updates for v5.17
- Serial, SPI, timer, watchdog, operating points, and QSPI FLASH
support for the RZ/G2L SoC and the RZ/G2L SMARC EVK development
board,
- SDHI SDnH clocks for the R-Car Gen3 and RZ/G2 SoCs,
- Display Unit support for the R-Car V3U SoC,
- Miscellaneous fixes and improvements.
----------------------------------------------------------------
Biju Das (8):
arm64: dts: renesas: cat875: Add rx/tx delays
arm64: dts: renesas: r9a07g044: Sort psci node
arm64: dts: renesas: r9a07g044: Add OSTM nodes
arm64: dts: renesas: rzg2l-smarc-som: Enable OSTM
arm64: dts: renesas: r9a07g044: Rename SDHI clocks
arm64: dts: renesas: r9a07g044: Add WDT nodes
arm64: dts: renesas: rzg2l-smarc-som: Enable watchdog
arm64: dts: renesas: r9a07g044: Add OPP table
Geert Uytterhoeven (2):
ARM: dts: r8a7742-iwg21d-q7-dbcm-ca: Add missing camera regulators
arm64: dts: renesas: Fix operating point table node names
Kieran Bingham (3):
arm64: dts: renesas: ulcb: Merge hdmi0_con
arm64: dts: renesas: salvator-common: Merge hdmi0_con
arm64: dts: renesas: r8a779a0: Add DU support
Lad Prabhakar (6):
arm64: dts: renesas: r9a07g044: Add SCIF[1-4] nodes
arm64: dts: renesas: rzg2l-smarc: Enable SCIF2 on carrier board
arm64: dts: renesas: r9a07g044: Add SCI[0-1] nodes
arm64: dts: renesas: r9a07g044: Add RSPI{0,1,2} nodes
arm64: dts: renesas: rzg2l-smarc: Enable RSPI1 on carrier board
arm64: dts: renesas: rzg2l-smarc-som: Enable serial NOR flash
Wolfram Sang (2):
arm64: dts: reneas: rzg2: Add SDnH clocks
arm64: dts: reneas: rcar-gen3: Add SDnH clocks
arch/arm/boot/dts/r8a7742-iwg21d-q7-dbcm-ca.dts | 16 ++
.../dts/r8a7742-iwg21d-q7-dbcm-ov5640-single.dtsi | 3 +
arch/arm64/boot/dts/renesas/cat875.dtsi | 1 +
arch/arm64/boot/dts/renesas/r8a774a1.dtsi | 16 +-
arch/arm64/boot/dts/renesas/r8a774b1.dtsi | 14 +-
arch/arm64/boot/dts/renesas/r8a774c0.dtsi | 11 +-
arch/arm64/boot/dts/renesas/r8a774e1.dtsi | 16 +-
arch/arm64/boot/dts/renesas/r8a77951.dtsi | 16 +-
arch/arm64/boot/dts/renesas/r8a77960.dtsi | 16 +-
arch/arm64/boot/dts/renesas/r8a77961.dtsi | 16 +-
arch/arm64/boot/dts/renesas/r8a77965.dtsi | 14 +-
arch/arm64/boot/dts/renesas/r8a77980.dtsi | 3 +-
arch/arm64/boot/dts/renesas/r8a77990.dtsi | 11 +-
arch/arm64/boot/dts/renesas/r8a77995.dtsi | 3 +-
arch/arm64/boot/dts/renesas/r8a779a0.dtsi | 35 ++-
arch/arm64/boot/dts/renesas/r9a07g044.dtsi | 273 ++++++++++++++++++++-
arch/arm64/boot/dts/renesas/rzg2l-smarc-som.dtsi | 63 +++++
arch/arm64/boot/dts/renesas/rzg2l-smarc.dtsi | 42 ++++
arch/arm64/boot/dts/renesas/salvator-common.dtsi | 5 +-
arch/arm64/boot/dts/renesas/ulcb.dtsi | 5 +-
20 files changed, 513 insertions(+), 66 deletions(-)
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2021-12-03 11:33 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-03 11:31 [GIT PULL 0/4] Renesas SoC updates for v5.17 Geert Uytterhoeven
2021-12-03 11:31 ` Geert Uytterhoeven [this message]
2021-12-15 9:49 ` [GIT PULL 1/4] Renesas ARM DT " Arnd Bergmann
2021-12-03 11:31 ` [GIT PULL 2/4] Renesas ARM SoC " Geert Uytterhoeven
2021-12-15 9:50 ` Arnd Bergmann
2021-12-03 11:31 ` [GIT PULL 3/4] Renesas driver " Geert Uytterhoeven
2021-12-15 9:51 ` Arnd Bergmann
2021-12-03 11:31 ` [GIT PULL 4/4] Renesas DT binding " Geert Uytterhoeven
2021-12-15 9:49 ` Arnd Bergmann
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.1638530606.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;
as well as URLs for NNTP newsgroup(s).