diff options
author | Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> | 2022-11-27 21:40:55 +0100 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2022-12-06 14:50:36 -0600 |
commit | 49b939b711217f33c7b95c3cf0e08a6f91f96adf (patch) | |
tree | 31de7db9b23bc9f5a50be40207b2b8d05e252758 /Documentation/devicetree/bindings/leds/leds-lp55xx.yaml | |
parent | d1188adb2dabcd1f4535b911d5b549ac66e21041 (diff) | |
download | linux-next-49b939b711217f33c7b95c3cf0e08a6f91f96adf.tar.gz |
dt-bindings: leds: lp55xx: switch to preferred 'gpios' suffix
The preferred name suffix for properties with single and multiple GPIOs
is "gpios". Linux GPIO core code supports both. The DTS has mixed
usage, so switch to preferred naming:
omap3-n900.dtb: lp5523@32: 'enable-gpios' does not match any of the regexes: '^led@[0-8]$', '^multi-led@[0-8]$', 'pinctrl-[0-9]+'
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20221127204058.57111-4-krzysztof.kozlowski@linaro.org
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/leds/leds-lp55xx.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/leds/leds-lp55xx.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/leds/leds-lp55xx.yaml b/Documentation/devicetree/bindings/leds/leds-lp55xx.yaml index dfaa957eee74..9a38e5ee43fe 100644 --- a/Documentation/devicetree/bindings/leds/leds-lp55xx.yaml +++ b/Documentation/devicetree/bindings/leds/leds-lp55xx.yaml @@ -43,7 +43,7 @@ properties: - 1 # internal - 2 # external - enable-gpio: + enable-gpios: maxItems: 1 description: | GPIO attached to the chip's enable pin |