Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: leds: Add gpio-line-names to PCA9532 GPIO

This is a gpio-controller, so gpio-line-names should be allowed as well.

pca9532 supports up to 16 GPIOs.

Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230724063520.182888-2-alexander.stein@ew.tq-group.com
Signed-off-by: Lee Jones <lee@kernel.org>

authored by

Alexander Stein and committed by
Lee Jones
4aa8f7e2 73009457

+4
+4
Documentation/devicetree/bindings/leds/nxp,pca953x.yaml
··· 29 29 30 30 gpio-controller: true 31 31 32 + gpio-line-names: 33 + minItems: 1 34 + maxItems: 16 35 + 32 36 '#gpio-cells': 33 37 const: 2 34 38