diff mbox series

[1/2] dt-bindings: mfd: lp875xx: add optional reset GPIO

Message ID 20210226142852.19632-1-luca@lucaceresoli.net
State Not Applicable, archived
Headers show
Series [1/2] dt-bindings: mfd: lp875xx: add optional reset GPIO | expand

Checks

Context Check Description
robh/checkpatch success
robh/dt-meta-schema success
robh/dtbs-check fail build log

Commit Message

Luca Ceresoli Feb. 26, 2021, 2:28 p.m. UTC
Document the LP8756x-Q1 and LP87524-Q1 ICs reset pin.

Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
---
 Documentation/devicetree/bindings/mfd/ti,lp87524-q1.yaml | 4 ++++
 Documentation/devicetree/bindings/mfd/ti,lp87561-q1.yaml | 4 ++++
 Documentation/devicetree/bindings/mfd/ti,lp87565-q1.yaml | 4 ++++
 3 files changed, 12 insertions(+)

Comments

Rob Herring March 8, 2021, 5:22 p.m. UTC | #1
On Fri, 26 Feb 2021 15:28:51 +0100, Luca Ceresoli wrote:
> Document the LP8756x-Q1 and LP87524-Q1 ICs reset pin.
> 
> Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
> ---
>  Documentation/devicetree/bindings/mfd/ti,lp87524-q1.yaml | 4 ++++
>  Documentation/devicetree/bindings/mfd/ti,lp87561-q1.yaml | 4 ++++
>  Documentation/devicetree/bindings/mfd/ti,lp87565-q1.yaml | 4 ++++
>  3 files changed, 12 insertions(+)
> 

Reviewed-by: Rob Herring <robh@kernel.org>
Lee Jones March 10, 2021, 9:20 a.m. UTC | #2
On Fri, 26 Feb 2021, Luca Ceresoli wrote:

> Document the LP8756x-Q1 and LP87524-Q1 ICs reset pin.
> 
> Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
> ---
>  Documentation/devicetree/bindings/mfd/ti,lp87524-q1.yaml | 4 ++++
>  Documentation/devicetree/bindings/mfd/ti,lp87561-q1.yaml | 4 ++++
>  Documentation/devicetree/bindings/mfd/ti,lp87565-q1.yaml | 4 ++++
>  3 files changed, 12 insertions(+)

Applied, thanks.
Luca Ceresoli May 12, 2021, 9:12 a.m. UTC | #3
Hi,

On 26/02/21 15:28, Luca Ceresoli wrote:
> Optionally handle the NRST pin (active low reset) in order to start from a
> known state during boot and to shut down the chip when rebooting.
> 
> Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>

Ping. Patch 2 is now in mainline. This patch applies cleanly on v5.13-rc1.
Lee Jones May 19, 2021, 12:25 p.m. UTC | #4
On Fri, 26 Feb 2021, Luca Ceresoli wrote:

> Optionally handle the NRST pin (active low reset) in order to start from a
> known state during boot and to shut down the chip when rebooting.
> 
> Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
> ---
>  drivers/mfd/lp87565.c       | 27 +++++++++++++++++++++++++++
>  include/linux/mfd/lp87565.h |  1 +
>  2 files changed, 28 insertions(+)

Applied, thanks.
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/mfd/ti,lp87524-q1.yaml b/Documentation/devicetree/bindings/mfd/ti,lp87524-q1.yaml
index c4fc5345d38d..f6cac4b1079c 100644
--- a/Documentation/devicetree/bindings/mfd/ti,lp87524-q1.yaml
+++ b/Documentation/devicetree/bindings/mfd/ti,lp87524-q1.yaml
@@ -17,6 +17,10 @@  properties:
     description: I2C slave address
     const: 0x60
 
+  reset-gpios:
+    description: GPIO connected to NRST pin (active low reset, pin 20)
+    maxItems: 1
+
   gpio-controller: true
 
   '#gpio-cells':
diff --git a/Documentation/devicetree/bindings/mfd/ti,lp87561-q1.yaml b/Documentation/devicetree/bindings/mfd/ti,lp87561-q1.yaml
index a7e57c0913e1..dc5a29b5ef7d 100644
--- a/Documentation/devicetree/bindings/mfd/ti,lp87561-q1.yaml
+++ b/Documentation/devicetree/bindings/mfd/ti,lp87561-q1.yaml
@@ -17,6 +17,10 @@  properties:
     description: I2C slave address
     const: 0x60
 
+  reset-gpios:
+    description: GPIO connected to NRST pin (active low reset, pin 20)
+    maxItems: 1
+
   gpio-controller: true
 
   '#gpio-cells':
diff --git a/Documentation/devicetree/bindings/mfd/ti,lp87565-q1.yaml b/Documentation/devicetree/bindings/mfd/ti,lp87565-q1.yaml
index 1da6d6a958c9..48d4d53c25f9 100644
--- a/Documentation/devicetree/bindings/mfd/ti,lp87565-q1.yaml
+++ b/Documentation/devicetree/bindings/mfd/ti,lp87565-q1.yaml
@@ -19,6 +19,10 @@  properties:
     description: I2C slave address
     const: 0x60
 
+  reset-gpios:
+    description: GPIO connected to NRST pin (active low reset, pin 20)
+    maxItems: 1
+
   gpio-controller: true
 
   '#gpio-cells':