linux-mmc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/8] Add basic DT support for R8A774E1 SoC enabling HiHope RZ/G2H board
@ 2020-07-08 17:48 Lad Prabhakar
  2020-07-08 17:48 ` [PATCH 1/8] dt-bindings: serial: renesas,scif: Document r8a774e1 bindings Lad Prabhakar
                   ` (7 more replies)
  0 siblings, 8 replies; 30+ messages in thread
From: Lad Prabhakar @ 2020-07-08 17:48 UTC (permalink / raw)
  To: Geert Uytterhoeven, Magnus Damm, Rob Herring, Thomas Gleixner,
	Jason Cooper, Marc Zyngier, Ulf Hansson, Greg Kroah-Hartman,
	Catalin Marinas, Will Deacon
  Cc: linux-renesas-soc, devicetree, linux-mmc, linux-serial,
	linux-arm-kernel, linux-kernel, Prabhakar, Lad Prabhakar

Hi All,

This patch series adds basic SOC DT support for RZ/G2H and enabling
HiHope RZ/G2H board. With these minimalist DT the HiHope RZ/G2H
board can be booted from initramfs/eMMC.

This patch series is dependent [1].

[1] https://patchwork.kernel.org/project/linux-renesas-soc/list/?series=314235

Cheers,
Prabhakar


Lad Prabhakar (3):
  dt-bindings: serial: renesas,scif: Document r8a774e1 bindings
  dt-bindings: serial: renesas,hscif: Document r8a774e1 bindings
  dt-bindings: mmc: renesas,sdhi: Add r8a774e1 support

Marian-Cristian Rotariu (5):
  dt-bindings: irqchip: renesas-irqc: Document r8a774e1 bindings
  arm64: defconfig: Enable R8A774E1 SoC
  arm64: dts: renesas: Initial r8a774e1 SoC device tree
  arm64: dts: renesas: Add HiHope RZ/G2H main board support
  arm64: dts: renesas: Add HiHope RZ/G2H sub board support

 .../interrupt-controller/renesas,irqc.yaml    |   1 +
 .../devicetree/bindings/mmc/renesas,sdhi.txt  |   1 +
 .../bindings/serial/renesas,hscif.yaml        |   1 +
 .../bindings/serial/renesas,scif.yaml         |   1 +
 arch/arm64/boot/dts/renesas/Makefile          |   2 +
 .../arm64/boot/dts/renesas/hihope-common.dtsi |   4 +-
 arch/arm64/boot/dts/renesas/hihope-rev4.dtsi  |   4 +-
 .../boot/dts/renesas/hihope-rzg2-ex.dtsi      |   2 +-
 .../dts/renesas/r8a774e1-hihope-rzg2h-ex.dts  |  15 +
 .../dts/renesas/r8a774e1-hihope-rzg2h.dts     |  26 +
 arch/arm64/boot/dts/renesas/r8a774e1.dtsi     | 652 ++++++++++++++++++
 arch/arm64/configs/defconfig                  |   1 +
 12 files changed, 705 insertions(+), 5 deletions(-)
 create mode 100644 arch/arm64/boot/dts/renesas/r8a774e1-hihope-rzg2h-ex.dts
 create mode 100644 arch/arm64/boot/dts/renesas/r8a774e1-hihope-rzg2h.dts
 create mode 100644 arch/arm64/boot/dts/renesas/r8a774e1.dtsi

-- 
2.17.1


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

end of thread, other threads:[~2020-09-27 12:13 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-08 17:48 [PATCH 0/8] Add basic DT support for R8A774E1 SoC enabling HiHope RZ/G2H board Lad Prabhakar
2020-07-08 17:48 ` [PATCH 1/8] dt-bindings: serial: renesas,scif: Document r8a774e1 bindings Lad Prabhakar
2020-07-13 11:23   ` Geert Uytterhoeven
2020-07-20 22:20   ` [PATCH 1/8] dt-bindings: serial: renesas, scif: " Rob Herring
2020-09-19 10:35   ` [PATCH 1/8] dt-bindings: serial: renesas,scif: " Lad, Prabhakar
2020-09-27 12:13     ` Greg Kroah-Hartman
2020-07-08 17:48 ` [PATCH 2/8] dt-bindings: serial: renesas,hscif: " Lad Prabhakar
2020-07-13 11:24   ` Geert Uytterhoeven
2020-07-20 22:20   ` [PATCH 2/8] dt-bindings: serial: renesas, hscif: " Rob Herring
2020-09-19 10:38   ` [PATCH 2/8] dt-bindings: serial: renesas,hscif: " Lad, Prabhakar
2020-07-08 17:48 ` [PATCH 3/8] dt-bindings: irqchip: renesas-irqc: " Lad Prabhakar
2020-07-13 11:25   ` Geert Uytterhoeven
2020-07-20 22:21   ` Rob Herring
2020-07-08 17:48 ` [PATCH 4/8] dt-bindings: mmc: renesas,sdhi: Add r8a774e1 support Lad Prabhakar
2020-07-13 11:26   ` Geert Uytterhoeven
2020-07-20 22:21   ` Rob Herring
2020-08-05  6:32   ` Ulf Hansson
2020-08-05  8:04     ` Lad, Prabhakar
2020-07-08 17:48 ` [PATCH 5/8] arm64: defconfig: Enable R8A774E1 SoC Lad Prabhakar
2020-07-13 11:28   ` Geert Uytterhoeven
2020-07-08 17:48 ` [PATCH 6/8] arm64: dts: renesas: Initial r8a774e1 SoC device tree Lad Prabhakar
2020-07-08 17:53   ` Marc Zyngier
2020-07-08 18:07     ` Lad, Prabhakar
2020-07-13 12:24   ` Geert Uytterhoeven
2020-07-16 14:50   ` Geert Uytterhoeven
2020-07-16 16:50     ` Prabhakar Mahadev Lad
2020-07-08 17:48 ` [PATCH 7/8] arm64: dts: renesas: Add HiHope RZ/G2H main board support Lad Prabhakar
2020-07-13 12:25   ` Geert Uytterhoeven
2020-07-08 17:48 ` [PATCH 8/8] arm64: dts: renesas: Add HiHope RZ/G2H sub " Lad Prabhakar
2020-07-13 12:25   ` 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).