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 16/21] dt-bindings: serial: sh-sci: Document r8a7744 bindings
Date: Thu, 14 Nov 2019 13:24:32 +0000	[thread overview]
Message-ID: <1573737877-11733-17-git-send-email-biju.das@bp.renesas.com> (raw)
In-Reply-To: <1573737877-11733-1-git-send-email-biju.das@bp.renesas.com>

commit 9e3eb4eabdb6f652ca8a99f58f3eccf29610839d upstream.

RZ/G1N (R8A7744) SoC also has the R-Car gen2 compatible SCIF, SCIFA,
SCIFB, and HSCIF ports, so document the SoC specific bindings.

Signed-off-by: Biju Das <biju.das@bp.renesas.com>
Reviewed-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
 Documentation/devicetree/bindings/serial/renesas,sci-serial.txt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Documentation/devicetree/bindings/serial/renesas,sci-serial.txt b/Documentation/devicetree/bindings/serial/renesas,sci-serial.txt
index 3772d4c..d2db856 100644
--- a/Documentation/devicetree/bindings/serial/renesas,sci-serial.txt
+++ b/Documentation/devicetree/bindings/serial/renesas,sci-serial.txt
@@ -13,6 +13,10 @@ Required properties:
     - "renesas,scifa-r8a7743" for R8A7743 (RZ/G1M) SCIFA compatible UART.
     - "renesas,scifb-r8a7743" for R8A7743 (RZ/G1M) SCIFB compatible UART.
     - "renesas,hscif-r8a7743" for R8A7743 (RZ/G1M) HSCIF compatible UART.
+    - "renesas,scif-r8a7744" for R8A7744 (RZ/G1N) SCIF compatible UART.
+    - "renesas,scifa-r8a7744" for R8A7744 (RZ/G1N) SCIFA compatible UART.
+    - "renesas,scifb-r8a7744" for R8A7744 (RZ/G1N) SCIFB compatible UART.
+    - "renesas,hscif-r8a7744" for R8A7744 (RZ/G1N) HSCIF compatible UART.
     - "renesas,scif-r8a7745" for R8A7745 (RZ/G1E) SCIF compatible UART.
     - "renesas,scifa-r8a7745" for R8A7745 (RZ/G1E) SCIFA compatible UART.
     - "renesas,scifb-r8a7745" for R8A7745 (RZ/G1E) SCIFB compatible UART.
-- 
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 ` Biju Das [this message]
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 ` [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 Biju Das

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