public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [GIT PULL 0/3] Renesas SoC updates for v7.1 (take two)
@ 2026-03-28 12:11 Geert Uytterhoeven
  2026-03-28 12:11 ` [GIT PULL 1/3] Renesas ARM SoC updates for v7.1 Geert Uytterhoeven
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2026-03-28 12:11 UTC (permalink / raw)
  To: soc, soc
  Cc: Magnus Damm, linux-arm-kernel, linux-renesas-soc,
	Geert Uytterhoeven

	Hi SoC folks,

This is my second pull request for the inclusion of Renesas SoC updates
for v7.1.

It consists of 3 parts:

  [GIT PULL 1/3] Renesas ARM SoC updates for v7.1

    - Use the of_phandle_args_equal() helper.

  [GIT PULL 2/3] Renesas driver updates for v7.1 (take two)

    - Mark remaining rz_sysc_init_data structures __initconst.

  [GIT PULL 3/3] Renesas DTS updates for v7.1 (take two)

    - Add DT overlay support for the MayQueen PixPaper display on the
      Yuridenki-Shokai Kakip board,
    - Add Ethernet PHY interrupt support for the RZ/T2H and RZ/N2H EVK
      boards,
    - Add SPI and PCIe support for the RZ/G3E SoC and the RZ/G3E SMARC EVK
      board,
    - Add DT overlay support for the WaveShare 13.3" 1920x1080 DSI
      Capacitive Touch Display and the Olimex MIPI-HDMI adapter on the
      Retronix Sparrow Hawk board,
    - Drop several superfluous C22 Ethernet PHY compatible strings,
    - Remove WDT nodes meant for other CPU cores on the RZ/V2N SoC,
    - Remove unavailable LVDS panel support for the Beacon ReneSoM base
      board,
    - Add initial support for the RZ/G3L (R9A08G046) SoC, and the RZ/G3L
      SMARC SoM and EVK boards,
    - Add Versa3 clock generator support for the RZ/V2H EVK development
      board,
    - Miscellaneous fixes and improvements.

Note that "[GIT PULL 3/3]" includes DT binding definitions for the
RZ/G3L SoC, which are shared by clock driver and DT source files.

Thanks for pulling!

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
							    -- Linus Torvalds


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL 1/3] Renesas ARM SoC updates for v7.1
  2026-03-28 12:11 [GIT PULL 0/3] Renesas SoC updates for v7.1 (take two) Geert Uytterhoeven
@ 2026-03-28 12:11 ` Geert Uytterhoeven
  2026-03-28 12:11 ` [GIT PULL 2/3] Renesas driver updates for v7.1 (take two) Geert Uytterhoeven
  2026-03-28 12:11 ` [GIT PULL 3/3] Renesas DTS " Geert Uytterhoeven
  2 siblings, 0 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2026-03-28 12:11 UTC (permalink / raw)
  To: soc, soc
  Cc: Magnus Damm, linux-arm-kernel, linux-renesas-soc,
	Geert Uytterhoeven

The following changes since commit 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f:

  Linux 7.0-rc1 (2026-02-22 13:18:59 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git tags/renesas-arm-soc-for-v7.1-tag1

for you to fetch changes up to d784bbad7fcbfad42e0d12c8dae2eb9c17b327b4:

  ARM: shmobile: rcar-gen2: Use of_phandle_args_equal() helper (2026-03-16 10:59:59 +0100)

----------------------------------------------------------------
Renesas ARM SoC updates for v7.1

  - Use the of_phandle_args_equal() helper.

----------------------------------------------------------------
Geert Uytterhoeven (1):
      ARM: shmobile: rcar-gen2: Use of_phandle_args_equal() helper

 arch/arm/mach-shmobile/regulator-quirk-rcar-gen2.c | 16 ++++------------
 1 file changed, 4 insertions(+), 12 deletions(-)


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL 2/3] Renesas driver updates for v7.1 (take two)
  2026-03-28 12:11 [GIT PULL 0/3] Renesas SoC updates for v7.1 (take two) Geert Uytterhoeven
  2026-03-28 12:11 ` [GIT PULL 1/3] Renesas ARM SoC updates for v7.1 Geert Uytterhoeven
@ 2026-03-28 12:11 ` Geert Uytterhoeven
  2026-03-28 12:11 ` [GIT PULL 3/3] Renesas DTS " Geert Uytterhoeven
  2 siblings, 0 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2026-03-28 12:11 UTC (permalink / raw)
  To: soc, soc
  Cc: Magnus Damm, linux-arm-kernel, linux-renesas-soc,
	Geert Uytterhoeven

The following changes since commit b1de9823fdc67a8e9cd0dcf1f6f0e9780d425d4e:

  soc: renesas: rz-sysc: Add SoC identification for RZ/G3L SoC (2026-03-06 13:40:12 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel.git tags/renesas-drivers-for-v7.1-tag2

for you to fetch changes up to abf3502033cfc2797126f054eb081857f8e7e939:

  soc: renesas: r9a09g056-sys: Mark rzv2n_sys_init_data as __initconst (2026-03-16 11:04:18 +0100)

----------------------------------------------------------------
Renesas driver updates for v7.1 (take two)

  - Mark remaining rz_sysc_init_data structures __initconst.

----------------------------------------------------------------
Lad Prabhakar (3):
      soc: renesas: r9a09g057-sys: Mark rzv2h_sys_init_data as __initconst
      soc: renesas: r9a09g047-sys: Mark rzg3e_sys_init_data as __initconst
      soc: renesas: r9a09g056-sys: Mark rzv2n_sys_init_data as __initconst

 drivers/soc/renesas/r9a09g047-sys.c | 2 +-
 drivers/soc/renesas/r9a09g056-sys.c | 2 +-
 drivers/soc/renesas/r9a09g057-sys.c | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL 3/3] Renesas DTS updates for v7.1 (take two)
  2026-03-28 12:11 [GIT PULL 0/3] Renesas SoC updates for v7.1 (take two) Geert Uytterhoeven
  2026-03-28 12:11 ` [GIT PULL 1/3] Renesas ARM SoC updates for v7.1 Geert Uytterhoeven
  2026-03-28 12:11 ` [GIT PULL 2/3] Renesas driver updates for v7.1 (take two) Geert Uytterhoeven
@ 2026-03-28 12:11 ` Geert Uytterhoeven
  2 siblings, 0 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2026-03-28 12:11 UTC (permalink / raw)
  To: soc, soc
  Cc: Magnus Damm, linux-arm-kernel, linux-renesas-soc,
	Geert Uytterhoeven

The following changes since commit 0928a28daf017504e14920f4131bb99e3bc39dba:

  ARM: dts: renesas: armadillo800eva: Add wakeup-source to st1232 (2026-03-13 11:00:48 +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-v7.1-tag2

for you to fetch changes up to be3810a2ebc0c81303a15392097bac9ee0cd6297:

  ARM: dts: renesas: Drop KSZ8041 PHY C22 compatible strings (2026-03-26 20:00:35 +0100)

----------------------------------------------------------------
Renesas DTS updates for v7.1 (take two)

  - Add DT overlay support for the MayQueen PixPaper display on the
    Yuridenki-Shokai Kakip board,
  - Add Ethernet PHY interrupt support for the RZ/T2H and RZ/N2H EVK
    boards,
  - Add SPI and PCIe support for the RZ/G3E SoC and the RZ/G3E SMARC EVK
    board,
  - Add DT overlay support for the WaveShare 13.3" 1920x1080 DSI
    Capacitive Touch Display and the Olimex MIPI-HDMI adapter on the
    Retronix Sparrow Hawk board,
  - Drop several superfluous C22 Ethernet PHY compatible strings,
  - Remove WDT nodes meant for other CPU cores on the RZ/V2N SoC,
  - Remove unavailable LVDS panel support for the Beacon ReneSoM base
    board,
  - Add initial support for the RZ/G3L (R9A08G046) SoC, and the RZ/G3L
    SMARC SoM and EVK boards,
  - Add Versa3 clock generator support for the RZ/V2H EVK development
    board,
  - Miscellaneous fixes and improvements.

----------------------------------------------------------------
Adam Ford (1):
      arm64: dts: renesas: beacon-renesom: Remove LVDS Panel

Biju Das (5):
      dt-bindings: clock: renesas,rzg2l-cpg: Document RZ/G3L SoC
      arm64: dts: renesas: Add initial DTSI for RZ/G3L SoC
      arm64: dts: renesas: Add initial support for RZ/G3L SMARC SoM
      arm64: dts: renesas: renesas-smarc2: Move usb3 nodes to board DTS
      arm64: dts: renesas: Add initial device tree for RZ/G3L SMARC EVK board

Fabrizio Castro (1):
      arm64: dts: renesas: r9a09g056: Remove wdt{0,2,3} nodes

Geert Uytterhoeven (2):
      arm64: dts: renesas: rzt2h-rzn2h-evk: Fix GMAC pins sort order
      Merge tag 'renesas-r9a08g046-dt-binding-defs-tag1' into renesas-dts-for-v7.1

Herve Codina (Schneider Electric) (1):
      ARM: dts: r9a06g032: Add #address-cells to the GIC node

John Madieu (3):
      arm64: dts: renesas: r9a09g047: Add PCIe node
      arm64: dts: renesas: r9a09g047e57-smarc-som: Add PCIe reference clock
      arm64: dts: renesas: r9a09g047e57-smarc: Enable PCIe

Lad Prabhakar (4):
      arm64: dts: renesas: r9a09g077m44-rzt2h-evk: Clarify SD0 power jumpers
      arm64: dts: renesas: r9a09g087m44-rzn2h-evk: Clarify SD0 power jumper setup
      arm64: dts: renesas: r9a09g087m44-rzn2h-evk: Add PHY interrupt support
      arm64: dts: renesas: r9a09g077m44-rzt2h-evk: Add PHY interrupt support

Marek Vasut (8):
      arm64: dts: renesas: sparrow-hawk: Add overlay for WaveShare Display 13.3"
      arm64: dts: renesas: Drop RTL8211E PHY C22 compatible strings
      arm64: dts: renesas: Drop RTL8211F PHY C22 compatible strings
      arm64: dts: renesas: Drop KSZ9131 PHY C22 compatible strings
      arm64: dts: renesas: Fix KSZ9131 PHY bogus txdv-skew-psec properties
      ARM: dts: renesas: r8a7742-iwg21d-q7-dbcm-ca: Drop KSZ8081 PHY C22 compatible string
      ARM: dts: renesas: rza2mevb: Drop RTL8201F PHY C22 compatible string
      ARM: dts: renesas: Drop KSZ8041 PHY C22 compatible strings

Ovidiu Panait (1):
      arm64: dts: renesas: r9a09g057h44-rzv2h-evk: Add versa3 clock generator node

Scott Murray (1):
      arm64: dts: renesas: sparrow-hawk: Add overlay for Olimex MIPI-HDMI adapter

Tommaso Merciai (2):
      arm64: dts: renesas: r9a09g047: Add RSPI nodes
      arm64: dts: renesas: r9a09g047e57-smarc: Enable RSPI0

Wig Cheng (1):
      arm64: dts: renesas: r9a09g057h48-kakip: Add pixpaper display overlay

 .../bindings/clock/renesas,rzg2l-cpg.yaml          |  40 ++-
 arch/arm/boot/dts/renesas/r7s9210-rza2mevb.dts     |   3 +-
 .../boot/dts/renesas/r8a7742-iwg21d-q7-dbcm-ca.dts |   3 +-
 arch/arm/boot/dts/renesas/r8a7743-sk-rzg1m.dts     |   3 +-
 arch/arm/boot/dts/renesas/r8a7745-sk-rzg1e.dts     |   3 +-
 arch/arm/boot/dts/renesas/r8a7790-lager.dts        |   3 +-
 arch/arm/boot/dts/renesas/r8a7790-stout.dts        |   3 +-
 arch/arm/boot/dts/renesas/r8a7791-koelsch.dts      |   3 +-
 arch/arm/boot/dts/renesas/r8a7791-porter.dts       |   3 +-
 arch/arm/boot/dts/renesas/r8a7793-gose.dts         |   3 +-
 arch/arm/boot/dts/renesas/r8a7794-alt.dts          |   3 +-
 arch/arm/boot/dts/renesas/r8a7794-silk.dts         |   3 +-
 arch/arm/boot/dts/renesas/r9a06g032.dtsi           |   1 +
 arch/arm64/boot/dts/renesas/Makefile               |  11 +
 .../boot/dts/renesas/beacon-renesom-baseboard.dtsi |  74 -----
 .../arm64/boot/dts/renesas/beacon-renesom-som.dtsi |   3 +-
 arch/arm64/boot/dts/renesas/cat875.dtsi            |   3 +-
 arch/arm64/boot/dts/renesas/hihope-rzg2-ex.dtsi    |   3 +-
 .../r8a779g3-sparrow-hawk-olimex-dsi-hdmi.dtso     |  92 ++++++
 .../r8a779g3-sparrow-hawk-ws-display-13in.dtso     |  88 ++++++
 arch/arm64/boot/dts/renesas/r9a08g046.dtsi         | 212 +++++++++++++
 arch/arm64/boot/dts/renesas/r9a08g046l48-smarc.dts |  37 +++
 arch/arm64/boot/dts/renesas/r9a08g046l48.dtsi      |  13 +
 arch/arm64/boot/dts/renesas/r9a09g011-v2mevk2.dts  |   3 +-
 arch/arm64/boot/dts/renesas/r9a09g047.dtsi         | 153 +++++++++
 arch/arm64/boot/dts/renesas/r9a09g047e57-smarc.dts |  38 +++
 arch/arm64/boot/dts/renesas/r9a09g056.dtsi         |  30 --
 .../boot/dts/renesas/r9a09g056n48-rzv2n-evk.dts    |   8 +-
 .../boot/dts/renesas/r9a09g057h44-rzv2h-evk.dts    |  33 +-
 .../dts/renesas/r9a09g057h48-kakip-pixpaper.dtso   |  39 +++
 arch/arm64/boot/dts/renesas/r9a09g077.dtsi         |  18 ++
 .../boot/dts/renesas/r9a09g077m44-rzt2h-evk.dts    |  71 +++--
 arch/arm64/boot/dts/renesas/r9a09g087.dtsi         |  18 ++
 .../boot/dts/renesas/r9a09g087m44-rzn2h-evk.dts    |  71 +++--
 arch/arm64/boot/dts/renesas/renesas-smarc2.dtsi    |  12 +-
 arch/arm64/boot/dts/renesas/rzg2l-smarc-som.dtsi   |   6 +-
 arch/arm64/boot/dts/renesas/rzg2lc-smarc-som.dtsi  |   3 +-
 arch/arm64/boot/dts/renesas/rzg2ul-smarc-som.dtsi  |   6 +-
 arch/arm64/boot/dts/renesas/rzg3e-smarc-som.dtsi   |  21 +-
 arch/arm64/boot/dts/renesas/rzg3l-smarc-som.dtsi   |  20 ++
 include/dt-bindings/clock/renesas,r9a08g046-cpg.h  | 342 +++++++++++++++++++++
 41 files changed, 1267 insertions(+), 235 deletions(-)
 create mode 100644 arch/arm64/boot/dts/renesas/r8a779g3-sparrow-hawk-olimex-dsi-hdmi.dtso
 create mode 100644 arch/arm64/boot/dts/renesas/r8a779g3-sparrow-hawk-ws-display-13in.dtso
 create mode 100644 arch/arm64/boot/dts/renesas/r9a08g046.dtsi
 create mode 100644 arch/arm64/boot/dts/renesas/r9a08g046l48-smarc.dts
 create mode 100644 arch/arm64/boot/dts/renesas/r9a08g046l48.dtsi
 create mode 100644 arch/arm64/boot/dts/renesas/r9a09g057h48-kakip-pixpaper.dtso
 create mode 100644 arch/arm64/boot/dts/renesas/rzg3l-smarc-som.dtsi
 create mode 100644 include/dt-bindings/clock/renesas,r9a08g046-cpg.h


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-03-28 12:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-28 12:11 [GIT PULL 0/3] Renesas SoC updates for v7.1 (take two) Geert Uytterhoeven
2026-03-28 12:11 ` [GIT PULL 1/3] Renesas ARM SoC updates for v7.1 Geert Uytterhoeven
2026-03-28 12:11 ` [GIT PULL 2/3] Renesas driver updates for v7.1 (take two) Geert Uytterhoeven
2026-03-28 12:11 ` [GIT PULL 3/3] Renesas DTS " Geert Uytterhoeven

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox