From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750985AbdAPJ5n (ORCPT ); Mon, 16 Jan 2017 04:57:43 -0500 Received: from metis.ext.4.pengutronix.de ([92.198.50.35]:58187 "EHLO metis.ext.4.pengutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750852AbdAPJ5l (ORCPT ); Mon, 16 Jan 2017 04:57:41 -0500 Message-ID: <1484560651.8415.14.camel@pengutronix.de> Subject: Re: [PATCH v1 1/3] dt: bindings: add documentation for zx2967 family reset controller From: Philipp Zabel To: Baoyou Xie Cc: jun.nie@linaro.org, robh+dt@kernel.org, mark.rutland@arm.com, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, shawnguo@kernel.org, xie.baoyou@zte.com.cn, chen.chaokai@zte.com.cn, wang.qiang01@zte.com.cn Date: Mon, 16 Jan 2017 10:57:31 +0100 In-Reply-To: <1484377530-30635-1-git-send-email-baoyou.xie@linaro.org> References: <1484377530-30635-1-git-send-email-baoyou.xie@linaro.org> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.12.9-1+b1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-SA-Exim-Connect-IP: 2001:67c:670:100:3ad5:47ff:feaf:1a17 X-SA-Exim-Mail-From: p.zabel@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-kernel@vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On Sat, 2017-01-14 at 15:05 +0800, Baoyou Xie wrote: > This patch adds dt-binding documentation for zx2967 family > reset controller. > > Signed-off-by: Baoyou Xie > --- > .../devicetree/bindings/reset/zte,zx2967-reset.txt | 20 ++++++++++++++++++++ > 1 file changed, 20 insertions(+) > create mode 100644 Documentation/devicetree/bindings/reset/zte,zx2967-reset.txt > > diff --git a/Documentation/devicetree/bindings/reset/zte,zx2967-reset.txt b/Documentation/devicetree/bindings/reset/zte,zx2967-reset.txt > new file mode 100644 > index 0000000..22d590e > --- /dev/null > +++ b/Documentation/devicetree/bindings/reset/zte,zx2967-reset.txt > @@ -0,0 +1,20 @@ > +ZTE zx2967 SoCs Reset Controller > +======================================= > + > +Please also refer to reset.txt in this directory for common reset > +controller binding usage. > + > +Required properties: > +- compatible: should be one of the following. > + * zte,zx296718-reset > +- reg: physical base address of the controller and length of memory mapped > + region. > +- #reset-cells: must be 1. > + > +example: > + > + toprst: reset@1461060 { That node should be named reset-controller. > + compatible = "zte,zx296718-reset"; > + reg = <0x01461060 0x8>; > + #reset-cells = <1>; > + }; regards Philipp From mboxrd@z Thu Jan 1 00:00:00 1970 From: Philipp Zabel Subject: Re: [PATCH v1 1/3] dt: bindings: add documentation for zx2967 family reset controller Date: Mon, 16 Jan 2017 10:57:31 +0100 Message-ID: <1484560651.8415.14.camel@pengutronix.de> References: <1484377530-30635-1-git-send-email-baoyou.xie@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1484377530-30635-1-git-send-email-baoyou.xie-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Baoyou Xie Cc: jun.nie-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org, robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, mark.rutland-5wv7dgnIgG8@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, shawnguo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, xie.baoyou-Th6q7B73Y6EnDS1+zs4M5A@public.gmane.org, chen.chaokai-Th6q7B73Y6EnDS1+zs4M5A@public.gmane.org, wang.qiang01-Th6q7B73Y6EnDS1+zs4M5A@public.gmane.org List-Id: devicetree@vger.kernel.org Hi, On Sat, 2017-01-14 at 15:05 +0800, Baoyou Xie wrote: > This patch adds dt-binding documentation for zx2967 family > reset controller. > > Signed-off-by: Baoyou Xie > --- > .../devicetree/bindings/reset/zte,zx2967-reset.txt | 20 ++++++++++++++++++++ > 1 file changed, 20 insertions(+) > create mode 100644 Documentation/devicetree/bindings/reset/zte,zx2967-reset.txt > > diff --git a/Documentation/devicetree/bindings/reset/zte,zx2967-reset.txt b/Documentation/devicetree/bindings/reset/zte,zx2967-reset.txt > new file mode 100644 > index 0000000..22d590e > --- /dev/null > +++ b/Documentation/devicetree/bindings/reset/zte,zx2967-reset.txt > @@ -0,0 +1,20 @@ > +ZTE zx2967 SoCs Reset Controller > +======================================= > + > +Please also refer to reset.txt in this directory for common reset > +controller binding usage. > + > +Required properties: > +- compatible: should be one of the following. > + * zte,zx296718-reset > +- reg: physical base address of the controller and length of memory mapped > + region. > +- #reset-cells: must be 1. > + > +example: > + > + toprst: reset@1461060 { That node should be named reset-controller. > + compatible = "zte,zx296718-reset"; > + reg = <0x01461060 0x8>; > + #reset-cells = <1>; > + }; regards Philipp -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: p.zabel@pengutronix.de (Philipp Zabel) Date: Mon, 16 Jan 2017 10:57:31 +0100 Subject: [PATCH v1 1/3] dt: bindings: add documentation for zx2967 family reset controller In-Reply-To: <1484377530-30635-1-git-send-email-baoyou.xie@linaro.org> References: <1484377530-30635-1-git-send-email-baoyou.xie@linaro.org> Message-ID: <1484560651.8415.14.camel@pengutronix.de> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi, On Sat, 2017-01-14 at 15:05 +0800, Baoyou Xie wrote: > This patch adds dt-binding documentation for zx2967 family > reset controller. > > Signed-off-by: Baoyou Xie > --- > .../devicetree/bindings/reset/zte,zx2967-reset.txt | 20 ++++++++++++++++++++ > 1 file changed, 20 insertions(+) > create mode 100644 Documentation/devicetree/bindings/reset/zte,zx2967-reset.txt > > diff --git a/Documentation/devicetree/bindings/reset/zte,zx2967-reset.txt b/Documentation/devicetree/bindings/reset/zte,zx2967-reset.txt > new file mode 100644 > index 0000000..22d590e > --- /dev/null > +++ b/Documentation/devicetree/bindings/reset/zte,zx2967-reset.txt > @@ -0,0 +1,20 @@ > +ZTE zx2967 SoCs Reset Controller > +======================================= > + > +Please also refer to reset.txt in this directory for common reset > +controller binding usage. > + > +Required properties: > +- compatible: should be one of the following. > + * zte,zx296718-reset > +- reg: physical base address of the controller and length of memory mapped > + region. > +- #reset-cells: must be 1. > + > +example: > + > + toprst: reset at 1461060 { That node should be named reset-controller. > + compatible = "zte,zx296718-reset"; > + reg = <0x01461060 0x8>; > + #reset-cells = <1>; > + }; regards Philipp