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

commit a6a7d2c2dc668fb19bc16b4cda397cb1831df54d upstream.

Document PFC support for the RZ/G1N (R8A7744) SoC.

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>
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 Documentation/devicetree/bindings/pinctrl/renesas,pfc-pinctrl.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/pinctrl/renesas,pfc-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/renesas,pfc-pinctrl.txt
index b2264d9..f2008d0 100644
--- a/Documentation/devicetree/bindings/pinctrl/renesas,pfc-pinctrl.txt
+++ b/Documentation/devicetree/bindings/pinctrl/renesas,pfc-pinctrl.txt
@@ -14,6 +14,7 @@ Required Properties:
     - "renesas,pfc-r8a73a4": for R8A73A4 (R-Mobile APE6) compatible pin-controller.
     - "renesas,pfc-r8a7740": for R8A7740 (R-Mobile A1) compatible pin-controller.
     - "renesas,pfc-r8a7743": for R8A7743 (RZ/G1M) compatible pin-controller.
+    - "renesas,pfc-r8a7744": for R8A7744 (RZ/G1N) compatible pin-controller.
     - "renesas,pfc-r8a7745": for R8A7745 (RZ/G1E) compatible pin-controller.
     - "renesas,pfc-r8a77470": for R8A77470 (RZ/G1C) compatible pin-controller.
     - "renesas,pfc-r8a7778": for R8A7778 (R-Mobile M1) compatible pin-controller.
-- 
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 ` Biju Das [this message]
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 ` [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-14-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.