Skip to content

Commit 7f5e190

Browse files
Pieterjan Camerlyncklag-linaro
authored andcommitted
dt-bindings: leds: pca995x: Add new nxp,pca9956b compatible
Add nxp,pca9956b compatible, which has 24 instead of 16 outputs. Adjust the documentation for the difference. Reviewed-by: Marek Vasut <[email protected]> Acked-by: Conor Dooley <[email protected]> Signed-off-by: Pieterjan Camerlynck <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Lee Jones <[email protected]>
1 parent 56e8c56 commit 7f5e190

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Documentation/devicetree/bindings/leds/nxp,pca995x.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,21 @@ maintainers:
1111
- Marek Vasut <[email protected]>
1212

1313
description:
14-
The NXP PCA9952/PCA9955B are programmable LED controllers connected via I2C
15-
that can drive 16 separate lines. Each of them can be individually switched
14+
The NXP PCA995x family are programmable LED controllers connected via I2C
15+
that can drive separate lines. Each of them can be individually switched
1616
on and off, and brightness can be controlled via individual PWM.
1717

1818
Datasheets are available at
1919
https://www.nxp.com/docs/en/data-sheet/PCA9952_PCA9955.pdf
2020
https://www.nxp.com/docs/en/data-sheet/PCA9955B.pdf
21+
https://www.nxp.com/docs/en/data-sheet/PCA9956B.pdf
2122

2223
properties:
2324
compatible:
2425
enum:
2526
- nxp,pca9952
2627
- nxp,pca9955b
28+
- nxp,pca9956b
2729

2830
reg:
2931
maxItems: 1

0 commit comments

Comments
 (0)