Skip to content

Commit

Permalink
dt-bindings: mfd: lp875xx: Add optional reset GPIO
Browse files Browse the repository at this point in the history
Document the LP8756x-Q1 and LP87524-Q1 ICs reset pin.

Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
  • Loading branch information
Luca Ceresoli authored and Lee Jones committed Apr 14, 2021
1 parent 0517224 commit 3a65a3e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Documentation/devicetree/bindings/mfd/ti,lp87524-q1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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':
Expand Down
4 changes: 4 additions & 0 deletions Documentation/devicetree/bindings/mfd/ti,lp87561-q1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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':
Expand Down
4 changes: 4 additions & 0 deletions Documentation/devicetree/bindings/mfd/ti,lp87565-q1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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':
Expand Down

0 comments on commit 3a65a3e

Please sign in to comment.