All of lore.kernel.org
 help / color / mirror / Atom feed
From: biju.das@bp.renesas.com (Biju Das)
To: cip-dev@lists.cip-project.org
Subject: [cip-dev] [PATCH 4.4.y-cip 21/21] ARM: dts: r8a7744-iwg20d-q7: Add support for iWave G20D-Q7 board based on RZ/G1N
Date: Thu, 14 Nov 2019 13:24:37 +0000	[thread overview]
Message-ID: <1573737877-11733-22-git-send-email-biju.das@bp.renesas.com> (raw)
In-Reply-To: <1573737877-11733-1-git-send-email-biju.das@bp.renesas.com>

commit 45c660ecdfd598eb93c46f5a95da6eb75008abb9 upstream.

Add support for iWave RainboW-G20D-Qseven board based on RZ/G1N.

Signed-off-by: Biju Das <biju.das@bp.renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Biju Das <biju.das@bp.renesas.com>
---
 arch/arm/boot/dts/Makefile              |  1 +
 arch/arm/boot/dts/r8a7744-iwg20d-q7.dts | 15 +++++++++++++++
 2 files changed, 16 insertions(+)
 create mode 100644 arch/arm/boot/dts/r8a7744-iwg20d-q7.dts

diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
index 28fbcdb..88c3f12 100644
--- a/arch/arm/boot/dts/Makefile
+++ b/arch/arm/boot/dts/Makefile
@@ -546,6 +546,7 @@ dtb-$(CONFIG_ARCH_SHMOBILE_MULTI) += \
 	r8a7740-armadillo800eva.dtb \
 	r8a7743-iwg20d-q7.dtb \
 	r8a7743-iwg20d-q7-dbcm-ca.dtb \
+	r8a7744-iwg20d-q7.dtb \
 	r8a7745-iwg22d-sodimm.dtb \
 	r8a7745-iwg22d-sodimm-dbhd-ca.dtb \
 	r8a77470-iwg23s-sbc.dtb \
diff --git a/arch/arm/boot/dts/r8a7744-iwg20d-q7.dts b/arch/arm/boot/dts/r8a7744-iwg20d-q7.dts
new file mode 100644
index 0000000..1fdac52
--- /dev/null
+++ b/arch/arm/boot/dts/r8a7744-iwg20d-q7.dts
@@ -0,0 +1,15 @@
+// SPDX-License-Identifier: GPL-2.0
+/*
+ * Device Tree Source for the iWave-RZ/G1N Qseven board
+ *
+ * Copyright (C) 2018 Renesas Electronics Corp.
+ */
+
+/dts-v1/;
+#include "r8a7744-iwg20m.dtsi"
+#include "iwg20d-q7-common.dtsi"
+
+/ {
+	model = "iWave Systems RainboW-G20D-Qseven board based on RZ/G1N";
+	compatible = "iwave,g20d", "iwave,g20m", "renesas,r8a7744";
+};
-- 
2.7.4

      parent reply	other threads:[~2019-11-14 13:24 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-14 13:24 [cip-dev] [PATCH 4.4.y-cip 00/21] Add iWave RZ/G1N support Biju Das
2019-11-14 13:24 ` [cip-dev] [PATCH 4.4.y-cip 01/21] ARM: shmobile: Document RZ/G1N SoC DT binding Biju Das
2019-11-14 13:24 ` [cip-dev] [PATCH 4.4.y-cip 02/21] dt-bindings: reset: rcar-rst: Document r8a7744 reset module Biju Das
2019-11-14 13:24 ` [cip-dev] [PATCH 4.4.y-cip 03/21] soc: renesas: rcar-rst: Add support for RZ/G1N Biju Das
2019-11-14 13:24 ` [cip-dev] [PATCH 4.4.y-cip 04/21] ARM: shmobile: r8a7744: Add clock index macros for DT sources Biju Das
2019-11-14 13:24 ` [cip-dev] [PATCH 4.4.y-cip 05/21] clk: shmobile: Compile clk-rcar-gen2.c when using the r8a7744 Biju Das
     [not found]   ` <20191115080651.GA21006@amd>
     [not found]     ` <OSBPR01MB21032CB3ACC0EC42F5945DEFB8700@OSBPR01MB2103.jpnprd01.prod.outlook.com>
     [not found]       ` <20191115093713.GA25603@amd>
     [not found]         ` <OSBPR01MB2103A89B8A8F7B23CBFC97FCB8700@OSBPR01MB2103.jpnprd01.prod.outlook.com>
2019-11-15 21:17           ` Pavel Machek
2019-11-14 13:24 ` [cip-dev] [PATCH 4.4.y-cip 06/21] ARM: shmobile: r8a7744: Basic SoC support Biju Das
2019-11-14 13:24 ` [cip-dev] [PATCH 4.4.y-cip 07/21] clk: shmobile: Document r8a7744 CPG clock support Biju Das
2019-11-14 13:24 ` [cip-dev] [PATCH 4.4.y-cip 08/21] clk: shmobile: Document r8a7744 MSTP " Biju Das
2019-11-14 13:24 ` [cip-dev] [PATCH 4.4.y-cip 09/21] clk: shmobile: Document r8a7744 CPG DIV6 " Biju Das
2019-11-14 13:24 ` [cip-dev] [PATCH 4.4.y-cip 10/21] ARM: multi_v7_defconfig: Enable r8a7744 SoC Biju Das
2019-11-14 13:24 ` [cip-dev] [PATCH 4.4.y-cip 11/21] ARM: shmobile: defconfig: " Biju Das
2019-11-14 13:24 ` [cip-dev] [PATCH 4.4.y-cip 12/21] ARM: debug-ll: Add support for r8a7744 Biju Das
2019-11-14 13:24 ` [cip-dev] [PATCH 4.4.y-cip 13/21] dt-bindings: pinctrl: sh-pfc: Document r8a7744 PFC support Biju Das
2019-11-14 13:24 ` [cip-dev] [PATCH 4.4.y-cip 14/21] pinctrl: sh-pfc: r8a7791: Add r8a7744 support Biju Das
2019-11-14 13:24 ` [cip-dev] [PATCH 4.4.y-cip 15/21] ARM: dts: iwg20d-q7-common: Move pciec node out of common dtsi Biju Das
2019-11-14 13:24 ` [cip-dev] [PATCH 4.4.y-cip 16/21] dt-bindings: serial: sh-sci: Document r8a7744 bindings Biju Das
2019-11-14 13:24 ` [cip-dev] [PATCH 4.4.y-cip 17/21] ARM: dts: r8a7744: Initial SoC device tree Biju Das
2019-11-14 13:24 ` [cip-dev] [PATCH 4.4.y-cip 18/21] dt-bindings: arm: renesas: Document iWave RZ/G1N SOM Biju Das
2019-11-14 13:24 ` [cip-dev] [PATCH 4.4.y-cip 19/21] dt-bindings: arm: renesas: Document iW-RainboW-G20D-Qseven-RZG1N board Biju Das
2019-11-14 13:24 ` [cip-dev] [PATCH 4.4.y-cip 20/21] ARM: dts: r8a7744-iwg20m: Add iWave RZ/G1N Qseven SOM Biju Das
2019-11-14 13:24 ` Biju Das [this message]

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=1573737877-11733-22-git-send-email-biju.das@bp.renesas.com \
    --to=biju.das@bp.renesas.com \
    --cc=cip-dev@lists.cip-project.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 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.