mbox series

[0/2] leds: leds-pca995x: Add support for NXP PCA9956B

Message ID 20240710-pca995x-v1-0-545015603000@gmail.com
Headers show
Series leds: leds-pca995x: Add support for NXP PCA9956B | expand

Message

Pieterjan Camerlynck via B4 Relay July 10, 2024, 6:15 a.m. UTC
This series adds support for NXP PCA9956B to the pca995x driver. This
chip is similar to the others but has 24 instead of 16 outputs and a
slightly different register layout. Datasheet available at [1].

[1]: https://www.nxp.com/docs/en/data-sheet/PCA9956B.pdf

Signed-off-by: Pieterjan Camerlynck <pieterjanca@gmail.com>
---
Pieterjan Camerlynck (2):
      dt-bindings: leds: pca995x: Add new nxp,pca9956b compatible
      leds: leds-pca995x: Add support for NXP PCA9956B

 .../devicetree/bindings/leds/nxp,pca995x.yaml      |  6 +-
 drivers/leds/leds-pca995x.c                        | 88 +++++++++++++---------
 2 files changed, 56 insertions(+), 38 deletions(-)
---
base-commit: 82d01fe6ee52086035b201cfa1410a3b04384257
change-id: 20240709-pca995x-d7c5f97f6ebc

Best regards,

Comments

Marek Vasut July 10, 2024, 11:55 a.m. UTC | #1
On 7/10/24 8:15 AM, Pieterjan Camerlynck via B4 Relay wrote:
> From: Pieterjan Camerlynck <pieterjanca@gmail.com>
> 
> Add nxp,pca9956b compatible, which has 24 instead of 16 outputs. Adjust
> the documentation for the difference.

Reviewed-by: Marek Vasut <marex@denx.de>
Conor Dooley July 10, 2024, 1:53 p.m. UTC | #2
On Wed, Jul 10, 2024 at 08:15:44AM +0200, Pieterjan Camerlynck via B4 Relay wrote:
> From: Pieterjan Camerlynck <pieterjanca@gmail.com>
> 
> Add nxp,pca9956b compatible, which has 24 instead of 16 outputs. Adjust
> the documentation for the difference.
> 
> Signed-off-by: Pieterjan Camerlynck <pieterjanca@gmail.com>

Acked-by: Conor Dooley <conor.dooley@microchip.com>