From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: MIME-Version: 1.0 In-Reply-To: <1483694164-7668-1-git-send-email-baoyou.xie@linaro.org> References: <1483694164-7668-1-git-send-email-baoyou.xie@linaro.org> From: Baoyou Xie Date: Fri, 6 Jan 2017 17:19:02 +0800 Message-ID: Subject: Re: [PATCH v7 1/5] dt-bindings: zte: add bindings document for zx2967 power domain controller Content-Type: multipart/alternative; boundary=001a114abf4a45cd7c05456982a6 To: Jun Nie , Rob Herring , mark.rutland@arm.com, Greg KH , davem@davemloft.net, geert+renesas@glider.be, akpm@linux-foundation.org, mchehab@kernel.org, krzk@kernel.org, Arnd Bergmann , claudiu.manoil@nxp.com, amit daniel , pankaj.dubey@samsung.com, yangbo.lu@nxp.com, scott.branden@broadcom.com, simon.horman@netronome.com Cc: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, Linux Kernel Mailing List , Baoyou Xie , Shawn Guo , "xie.baoyou" , chen.chaokai@zte.com.cn, wang.qiang01@zte.com.cn List-ID: --001a114abf4a45cd7c05456982a6 Content-Type: text/plain; charset=UTF-8 + Shawn On 6 January 2017 at 17:16, Baoyou Xie wrote: > This patch adds device tree bindings document for ZTE zx2967 > family power domain controller. > > Signed-off-by: Baoyou Xie > --- > .../devicetree/bindings/soc/zte/pd-2967xx.txt | 19 > +++++++++++++++++++ > 1 file changed, 19 insertions(+) > create mode 100644 Documentation/devicetree/ > bindings/soc/zte/pd-2967xx.txt > > diff --git a/Documentation/devicetree/bindings/soc/zte/pd-2967xx.txt > b/Documentation/devicetree/bindings/soc/zte/pd-2967xx.txt > new file mode 100644 > index 0000000..7629de1 > --- /dev/null > +++ b/Documentation/devicetree/bindings/soc/zte/pd-2967xx.txt > @@ -0,0 +1,19 @@ > +* ZTE zx2967 family Power Domains > + > +zx2967 family includes support for multiple power domains which are used > +to gate power to one or more peripherals on the processor. > + > +Required Properties: > + - compatible: should be one of the following. > + * zte,zx296718-pcu - for zx296718 power domain. > + - reg: physical base address of the controller and length of memory > mapped > + region. > + - #power-domain-cells: Must be 1. > + > +Example: > + > + pcu_domain: pcu@117000 { > + compatible = "zte,zx296718-pcu"; > + reg = <0x00117000 0x1000>; > + #power-domain-cells = <1>; > + }; > -- > 2.7.4 > > --001a114abf4a45cd7c05456982a6 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
+ Shawn

On 6 January 2017 at 17:16, Baoyou Xie &= lt;baoyou.xie@li= naro.org> wrote:
This pat= ch adds device tree bindings document for ZTE zx2967
family power domain controller.

Signed-off-by: Baoyou Xie <baoy= ou.xie@linaro.org>
---
=C2=A0.../devicetree/bindings/soc/zte/pd-2967xx.txt=C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0| 19 +++++++++++++++++++
=C2=A01 file changed, 19 insertions(+)
=C2=A0create mode 100644 Documentation/devicetree/bindings/soc/zte/pd-= 2967xx.txt

diff --git a/Documentation/devicetree/bindings/soc/zte/pd-2967xx.txt b= /Documentation/devicetree/bindings/soc/zte/pd-2967xx.txt
new file mode 100644
index 0000000..7629de1
--- /dev/null
+++ b/Documentation/devicetree/bindings/soc/zte/pd-2967xx.txt
@@ -0,0 +1,19 @@
+* ZTE zx2967 family Power Domains
+
+zx2967 family includes support for multiple power domains which are used +to gate power to one or more peripherals on the processor.
+
+Required Properties:
+=C2=A0 - compatible: should be one of the following.
+=C2=A0 =C2=A0 =C2=A0 * zte,zx296718-pcu - for zx296718 power domain.
+=C2=A0 - reg: physical base address of the controller and length of memory= mapped
+=C2=A0 =C2=A0 =C2=A0 region.
+=C2=A0 - #power-domain-cells: Must be 1.
+
+Example:
+
+=C2=A0 =C2=A0 =C2=A0 =C2=A0pcu_domain: pcu@117000 {
+=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0compatible =3D &quo= t;zte,zx296718-pcu";
+=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0reg =3D <0x00117= 000 0x1000>;
+=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0#power-domain-cells= =3D <1>;
+=C2=A0 =C2=A0 =C2=A0 =C2=A0};
--
2.7.4


--001a114abf4a45cd7c05456982a6--