]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
dt-bindings: leds: pca995x: Add new nxp,pca9956b compatible
authorPieterjan Camerlynck <pieterjanca@gmail.com>
Thu, 11 Jul 2024 12:49:50 +0000 (14:49 +0200)
committerLee Jones <lee@kernel.org>
Thu, 1 Aug 2024 12:40:04 +0000 (13:40 +0100)
Add nxp,pca9956b compatible, which has 24 instead of 16 outputs. Adjust
the documentation for the difference.

Reviewed-by: Marek Vasut <marex@denx.de>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Pieterjan Camerlynck <pieterjanca@gmail.com>
Link: https://lore.kernel.org/r/20240711-pca995x-v4-1-702a67148065@gmail.com
Signed-off-by: Lee Jones <lee@kernel.org>
Documentation/devicetree/bindings/leds/nxp,pca995x.yaml

index 654915c1f687f3bfe08229410575eeff5376ceea..ab8c90cbadb5ca52a07b7a3d90e0f7235bc3bc0d 100644 (file)
@@ -11,19 +11,21 @@ maintainers:
   - Marek Vasut <marex@denx.de>
 
 description:
-  The NXP PCA9952/PCA9955B are programmable LED controllers connected via I2C
-  that can drive 16 separate lines. Each of them can be individually switched
+  The NXP PCA995x family are programmable LED controllers connected via I2C
+  that can drive separate lines. Each of them can be individually switched
   on and off, and brightness can be controlled via individual PWM.
 
   Datasheets are available at
   https://www.nxp.com/docs/en/data-sheet/PCA9952_PCA9955.pdf
   https://www.nxp.com/docs/en/data-sheet/PCA9955B.pdf
+  https://www.nxp.com/docs/en/data-sheet/PCA9956B.pdf
 
 properties:
   compatible:
     enum:
       - nxp,pca9952
       - nxp,pca9955b
+      - nxp,pca9956b
 
   reg:
     maxItems: 1