diff mbox

[PATCHv2,1/5] dt-bindings: mfd: Add Altera Arria10 SR Reset Controller bindings

Message ID 1487783419-10912-2-git-send-email-thor.thayer@linux.intel.com
State Not Applicable, archived
Headers show

Commit Message

Thor Thayer Feb. 22, 2017, 5:10 p.m. UTC
From: Thor Thayer <thor.thayer@linux.intel.com>

This patch adds documentation for the Altera A10-SR Reset
Controller DT bindings.

Signed-off-by: Thor Thayer <thor.thayer@linux.intel.com>
---
v2  No change
---
 Documentation/devicetree/bindings/mfd/altera-a10sr.txt | 11 +++++++++++
 1 file changed, 11 insertions(+)

Comments

Rob Herring Feb. 27, 2017, 10:59 p.m. UTC | #1
On Wed, Feb 22, 2017 at 11:10:15AM -0600, thor.thayer@linux.intel.com wrote:
> From: Thor Thayer <thor.thayer@linux.intel.com>
> 
> This patch adds documentation for the Altera A10-SR Reset
> Controller DT bindings.
> 
> Signed-off-by: Thor Thayer <thor.thayer@linux.intel.com>
> ---
> v2  No change
> ---
>  Documentation/devicetree/bindings/mfd/altera-a10sr.txt | 11 +++++++++++
>  1 file changed, 11 insertions(+)

Acked-by: Rob Herring <robh@kernel.org>
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Lee Jones March 15, 2017, 11:06 a.m. UTC | #2
On Wed, 22 Feb 2017, thor.thayer@linux.intel.com wrote:

> From: Thor Thayer <thor.thayer@linux.intel.com>
> 
> This patch adds documentation for the Altera A10-SR Reset
> Controller DT bindings.
> 
> Signed-off-by: Thor Thayer <thor.thayer@linux.intel.com>
> ---
> v2  No change
> ---
>  Documentation/devicetree/bindings/mfd/altera-a10sr.txt | 11 +++++++++++
>  1 file changed, 11 insertions(+)

Applied with Rob's Ack.

> diff --git a/Documentation/devicetree/bindings/mfd/altera-a10sr.txt b/Documentation/devicetree/bindings/mfd/altera-a10sr.txt
> index ea151f2..c8a7365 100644
> --- a/Documentation/devicetree/bindings/mfd/altera-a10sr.txt
> +++ b/Documentation/devicetree/bindings/mfd/altera-a10sr.txt
> @@ -18,6 +18,7 @@ The A10SR consists of these sub-devices:
>  Device                   Description
>  ------                   ----------
>  a10sr_gpio               GPIO Controller
> +a10sr_rst                Reset Controller
>  
>  Arria10 GPIO
>  Required Properties:
> @@ -27,6 +28,11 @@ Required Properties:
>                        the second cell is used to specify flags.
>                        See ../gpio/gpio.txt for more information.
>  
> +Arria10 Peripheral PHY Reset
> +Required Properties:
> +- compatible        : Should be "altr,a10sr-reset"
> +- #reset-cells      : Should be one.
> +
>  Example:
>  
>          resource-manager@0 {
> @@ -43,4 +49,9 @@ Example:
>  			gpio-controller;
>  			#gpio-cells = <2>;
>  		};
> +
> +		a10sr_rst: reset-controller {
> +			compatible = "altr,a10sr-reset";
> +			#reset-cells = <1>;
> +		};
>  	};
Philipp Zabel March 15, 2017, 11:21 a.m. UTC | #3
On Wed, 2017-03-15 at 11:06 +0000, Lee Jones wrote:
> On Wed, 22 Feb 2017, thor.thayer@linux.intel.com wrote:
> 
> > From: Thor Thayer <thor.thayer@linux.intel.com>
> > 
> > This patch adds documentation for the Altera A10-SR Reset
> > Controller DT bindings.
> > 
> > Signed-off-by: Thor Thayer <thor.thayer@linux.intel.com>
> > ---
> > v2  No change
> > ---
> >  Documentation/devicetree/bindings/mfd/altera-a10sr.txt | 11 +++++++++++
> >  1 file changed, 11 insertions(+)
> 
>Applied with Rob's Ack.

Thanks, I've picked up patches 2 and 3.

regards
Philipp

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/Documentation/devicetree/bindings/mfd/altera-a10sr.txt b/Documentation/devicetree/bindings/mfd/altera-a10sr.txt
index ea151f2..c8a7365 100644
--- a/Documentation/devicetree/bindings/mfd/altera-a10sr.txt
+++ b/Documentation/devicetree/bindings/mfd/altera-a10sr.txt
@@ -18,6 +18,7 @@  The A10SR consists of these sub-devices:
 Device                   Description
 ------                   ----------
 a10sr_gpio               GPIO Controller
+a10sr_rst                Reset Controller
 
 Arria10 GPIO
 Required Properties:
@@ -27,6 +28,11 @@  Required Properties:
                       the second cell is used to specify flags.
                       See ../gpio/gpio.txt for more information.
 
+Arria10 Peripheral PHY Reset
+Required Properties:
+- compatible        : Should be "altr,a10sr-reset"
+- #reset-cells      : Should be one.
+
 Example:
 
         resource-manager@0 {
@@ -43,4 +49,9 @@  Example:
 			gpio-controller;
 			#gpio-cells = <2>;
 		};
+
+		a10sr_rst: reset-controller {
+			compatible = "altr,a10sr-reset";
+			#reset-cells = <1>;
+		};
 	};