Skip to content

Commit ac4c497

Browse files
cx-anuj-pathakcarlescufi
authored andcommitted
dts: bindings: lp5562: Add enable-gpios property
- Driver is enabled/disabled using a EN/VCC GPIO - Updated release notes to reflect the same Signed-off-by: Anuj Pathak <[email protected]>
1 parent 77779f3 commit ac4c497

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

doc/releases/release-notes-4.0.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,8 @@ Drivers and Sensors
169169

170170
* LED
171171

172+
* lp5562: added ``enable-gpios`` property to describe the EN/VCC GPIO of the lp5562.
173+
172174
* lp5569: added ``charge-pump-mode`` property to configure the charge pump of the lp5569.
173175

174176
* lp5569: added ``enable-gpios`` property to describe the EN/PWM GPIO of the lp5569.

dts/bindings/led/ti,lp5562.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,10 @@ properties:
2525
default: 175
2626
description: Output current of white channel in 0.1 mA (0-25.5 mA)
2727
Default value is the power-on default. Valid range = 0 - 255
28+
29+
enable-gpios:
30+
type: phandle-array
31+
description: |
32+
GPIO to enable LP5562 (both Charge-pump and Digital Communications interface).
33+
If not provided, user must ensure enable pin is already asserted externally (e.g:
34+
pull-up resistor).

0 commit comments

Comments
 (0)