All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] arm64: add R8A78000 support
@ 2025-09-10  2:01 Kuninori Morimoto
  2025-09-10  2:01 ` [PATCH v2 1/4] dt-bindings: soc: renesas: Document R-Car X5H Ironhide Kuninori Morimoto
                   ` (3 more replies)
  0 siblings, 4 replies; 15+ messages in thread
From: Kuninori Morimoto @ 2025-09-10  2:01 UTC (permalink / raw)
  To: Conor Dooley, Geert Uytterhoeven, Krzysztof Kozlowski,
	Rob Herring, devicetree, linux-renesas-soc


Hi Geert

This is v2 of R8A78000 support for Renesas.

This patch-set adds R8A78000 and Ironhide board support.
It is based on SDK v4.28.0 or later. It will be released at end of Oct.

Link: https://lore.kernel.org/r/87tt1c9z7h.wl-kuninori.morimoto.gx@renesas.com

v1 -> v2
	- Add Krzysztof's Acked-by on [1/4]
	- Tidyup "cache" properties on [3/4]
	- Add "clock-" prefix on fixed-clock [3/4]
	- remove un-needed clock-frequency [3/4]
	- use "-" instead of "_" on dummy-clk-sgasyncd4 [3/4]
	- use "0" instead of "0x0" for gic [3/4]
	- cleanup "bootargs" [4/4]

Duy Nguyen (1):
  soc: renesas: Identify R-Car X5H

Hai Pham (2):
  arm64: dts: renesas: Add R8A78000 X5H DTs
  arm64: renesas: Add R8A78000 Ironhide board code

Kuninori Morimoto (1):
  dt-bindings: soc: renesas: Document R-Car X5H Ironhide

 .../bindings/soc/renesas/renesas.yaml         |    6 +
 arch/arm64/boot/dts/renesas/Makefile          |    2 +
 .../boot/dts/renesas/r8a78000-ironhide.dts    |   87 ++
 arch/arm64/boot/dts/renesas/r8a78000.dtsi     | 1063 +++++++++++++++++
 drivers/soc/renesas/Kconfig                   |   12 +
 drivers/soc/renesas/renesas-soc.c             |   12 +
 6 files changed, 1182 insertions(+)
 create mode 100644 arch/arm64/boot/dts/renesas/r8a78000-ironhide.dts
 create mode 100644 arch/arm64/boot/dts/renesas/r8a78000.dtsi

-- 
2.43.0


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

end of thread, other threads:[~2025-09-18  5:13 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-10  2:01 [PATCH v2 0/4] arm64: add R8A78000 support Kuninori Morimoto
2025-09-10  2:01 ` [PATCH v2 1/4] dt-bindings: soc: renesas: Document R-Car X5H Ironhide Kuninori Morimoto
2025-09-10 12:27   ` Geert Uytterhoeven
2025-09-10  2:01 ` [PATCH v2 2/4] soc: renesas: Identify R-Car X5H Kuninori Morimoto
2025-09-10 12:28   ` Geert Uytterhoeven
2025-09-10  2:01 ` [PATCH v2 3/4] arm64: dts: renesas: Add R8A78000 X5H DTs Kuninori Morimoto
2025-09-10 14:18   ` Geert Uytterhoeven
2025-09-12  0:39     ` Kuninori Morimoto
2025-09-12  7:37       ` Geert Uytterhoeven
2025-09-12 10:25         ` Marc Zyngier
2025-09-16  0:52         ` Kuninori Morimoto
2025-09-16  7:51           ` Geert Uytterhoeven
2025-09-18  5:13             ` Kuninori Morimoto
2025-09-10  2:01 ` [PATCH v2 4/4] arm64: renesas: Add R8A78000 Ironhide board code Kuninori Morimoto
2025-09-10 14:19   ` Geert Uytterhoeven

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.