devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/4] arm64: dts: renesas: Add R-Car S4 Starter Kit support
@ 2023-10-03  2:33 Kuninori Morimoto
  2023-10-03  2:33 ` [PATCH v4 1/4] dt-bindings: irqchip: renesas,irqc: Add r8a779f0 support Kuninori Morimoto
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Kuninori Morimoto @ 2023-10-03  2:33 UTC (permalink / raw)
  To: Conor Dooley, Geert Uytterhoeven, Hai Pham, Krzysztof Kozlowski,
	Magnus Damm, Marc Zyngier, Rob Herring, Tam Nguyen,
	Thomas Gleixner, Wolfram Sang, Yoshihiro Shimoda, Yusuke Goda
  Cc: Krzysztof Kozlowski, Michael Dege, devicetree, linux-renesas-soc


Hi Geert

This patch-set is v4 of R-Car S4 Starter Kit support.
It needs Rswitch bug fix patch [1] which was posted to Ether ML.
I hope it will be accepted for v6.6 Kernel.

[1] Link: https://lore.kernel.org/r/20230925003416.3863560-1-yoshihiro.shimoda.uh@renesas.com

S4 Starter Kit is possible to setup details via config exe,
but the DT will be more complex. This DT is assuming "default" settings
to avoid confusion, and also assuming it is used under NFS system.

R-Car S4 Starter Kit is using new R8A779F4 SoC which is updated version
of R8A779F0. This patch adds new r8a779f4.dtsi file but is using existing
r8a779f0.dtsi internally.

v3 -> v4
	- tidyup typo "r8a7799f0" -> "r8a779f0" on log
	- tidyup typo "INT-EX"    -> "INTC-EX"  on log
	- use script for To/Cc

v2 -> v3
	- alphabetical order on pfc
	- use "OR" on dts SPDX
	- remove UHS from mmc
	- remove unused "sd_pins" from pfc
	- add Co-developed-by:
	- add interrupt on rswitch
	- fixup node name on rswitch
	- re-add "st,24c16" on eeprom
	- add "renesas,r8a779f0" on compatible
	- fix typo "s/r8a77f4/r8a779f4/ on dtsi

v1 -> v2
	- correct board name
	- removed BSP specific device
	- alphabetical order
	- add missing compatibles
	- add new r8a779f4.dtsi


Kuninori Morimoto (4):
  dt-bindings: irqchip: renesas,irqc: Add r8a779f0 support
  dt-bindings: soc: renesas: renesas.yaml: Add renesas,s4sk compatible
  arm64: dts: renesas: Add Renesas R8A779F4 SoC support
  arm64: dts: renesas: Add R-Car S4 Starter Kit support

 .../interrupt-controller/renesas,irqc.yaml    |   1 +
 .../bindings/soc/renesas/renesas.yaml         |   7 +
 arch/arm64/boot/dts/renesas/Makefile          |   1 +
 arch/arm64/boot/dts/renesas/r8a779f4-s4sk.dts | 240 ++++++++++++++++++
 arch/arm64/boot/dts/renesas/r8a779f4.dtsi     |  12 +
 5 files changed, 261 insertions(+)
 create mode 100644 arch/arm64/boot/dts/renesas/r8a779f4-s4sk.dts
 create mode 100644 arch/arm64/boot/dts/renesas/r8a779f4.dtsi

-- 
2.25.1


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

end of thread, other threads:[~2023-10-05  8:00 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-03  2:33 [PATCH v4 0/4] arm64: dts: renesas: Add R-Car S4 Starter Kit support Kuninori Morimoto
2023-10-03  2:33 ` [PATCH v4 1/4] dt-bindings: irqchip: renesas,irqc: Add r8a779f0 support Kuninori Morimoto
2023-10-03  7:02   ` Geert Uytterhoeven
2023-10-03  9:15   ` Krzysztof Kozlowski
2023-10-03  2:33 ` [PATCH v4 2/4] dt-bindings: soc: renesas: renesas.yaml: Add renesas,s4sk compatible Kuninori Morimoto
2023-10-03  9:14   ` Krzysztof Kozlowski
2023-10-05  8:00   ` Geert Uytterhoeven
2023-10-03  2:33 ` [PATCH v4 3/4] arm64: dts: renesas: Add Renesas R8A779F4 SoC support Kuninori Morimoto
2023-10-03 12:53   ` Geert Uytterhoeven
2023-10-03  2:33 ` [PATCH v4 4/4] arm64: dts: renesas: Add R-Car S4 Starter Kit support Kuninori Morimoto
2023-10-03 12:54   ` Geert Uytterhoeven

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).