From: Zhou Yanjie <zhouyanjie@zoho.com> To: linux-mips@vger.kernel.org Cc: linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org, devicetree@vger.kernel.org, robh+dt@kernel.org, paul.burton@mips.com, paulburton@kernel.org, paul@crapouillou.net, mark.rutland@arm.com, syq@debian.org Subject: [PATCH v6 3/4] dt-bindings: pinctrl: Add bindings for Ingenic X1830. Date: Tue, 26 Nov 2019 13:33:55 +0800 [thread overview] Message-ID: <1574746436-80066-4-git-send-email-zhouyanjie@zoho.com> (raw) In-Reply-To: <1574746436-80066-1-git-send-email-zhouyanjie@zoho.com> Add the pinctrl bindings for the X1830 Soc from Ingenic. Signed-off-by: Zhou Yanjie <zhouyanjie@zoho.com> Acked-by: Rob Herring <robh@kernel.org> --- Notes: v2: New patch. v2->v3: No change. v3->v4: No change. v4->v5: No change. v5->v6: No change. Documentation/devicetree/bindings/pinctrl/ingenic,pinctrl.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Documentation/devicetree/bindings/pinctrl/ingenic,pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/ingenic,pinctrl.txt index 0014d98..d9b2100 100644 --- a/Documentation/devicetree/bindings/pinctrl/ingenic,pinctrl.txt +++ b/Documentation/devicetree/bindings/pinctrl/ingenic,pinctrl.txt @@ -10,9 +10,9 @@ GPIO port configuration registers and it is typical to refer to pins using the naming scheme "PxN" where x is a character identifying the GPIO port with which the pin is associated and N is an integer from 0 to 31 identifying the pin within that GPIO port. For example PA0 is the first pin in GPIO port A, and -PB31 is the last pin in GPIO port B. The jz4740 and the x1000 contains 4 GPIO -ports, PA to PD, for a total of 128 pins. The jz4760, the jz4770 and the jz4780 -contains 6 GPIO ports, PA to PF, for a total of 192 pins. +PB31 is the last pin in GPIO port B. The jz4740, the x1000 and the x1830 +contains 4 GPIO ports, PA to PD, for a total of 128 pins. The jz4760, the +jz4770 and the jz4780 contains 6 GPIO ports, PA to PF, for a total of 192 pins. Required properties: @@ -28,6 +28,7 @@ Required properties: - "ingenic,x1000-pinctrl" - "ingenic,x1000e-pinctrl" - "ingenic,x1500-pinctrl" + - "ingenic,x1830-pinctrl" - reg: Address range of the pinctrl registers. @@ -40,6 +41,7 @@ Required properties for sub-nodes (GPIO chips): - "ingenic,jz4770-gpio" - "ingenic,jz4780-gpio" - "ingenic,x1000-gpio" + - "ingenic,x1830-gpio" - reg: The GPIO bank number. - interrupt-controller: Marks the device node as an interrupt controller. - interrupts: Interrupt specifier for the controllers interrupt. -- 2.7.4
next prev parent reply other threads:[~2019-11-26 5:35 UTC|newest] Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top 2019-11-26 5:33 Fix bugs in X1000/X1500 and add X1830 pinctrl driver v6 Zhou Yanjie 2019-11-26 5:33 ` [PATCH v6 1/4] pinctrl: Ingenic: Fix bugs in X1000 and X1500 Zhou Yanjie 2019-11-26 5:33 ` [PATCH v6 2/4] pinctrl: Ingenic: Add missing parts for " Zhou Yanjie 2019-11-26 5:33 ` Zhou Yanjie [this message] 2019-11-26 5:33 ` [PATCH v6 4/4] pinctrl: Ingenic: Add pinctrl driver for X1830 Zhou Yanjie 2019-11-27 18:25 ` Paul Cercueil 2019-11-28 7:02 ` Zhou Yanjie
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=1574746436-80066-4-git-send-email-zhouyanjie@zoho.com \ --to=zhouyanjie@zoho.com \ --cc=devicetree@vger.kernel.org \ --cc=linux-gpio@vger.kernel.org \ --cc=linux-kernel@vger.kernel.org \ --cc=linux-mips@vger.kernel.org \ --cc=mark.rutland@arm.com \ --cc=paul.burton@mips.com \ --cc=paul@crapouillou.net \ --cc=paulburton@kernel.org \ --cc=robh+dt@kernel.org \ --cc=syq@debian.org \ --subject='Re: [PATCH v6 3/4] dt-bindings: pinctrl: Add bindings for Ingenic X1830.' \ /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
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).