Commit 49b939b7 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Rob Herring

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: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20221127204058.57111-4-krzysztof.kozlowski@linaro.orgSigned-off-by: default avatarRob Herring <robh@kernel.org>
parent d1188adb
...@@ -43,7 +43,7 @@ properties: ...@@ -43,7 +43,7 @@ properties:
- 1 # internal - 1 # internal
- 2 # external - 2 # external
enable-gpio: enable-gpios:
maxItems: 1 maxItems: 1
description: | description: |
GPIO attached to the chip's enable pin GPIO attached to the chip's enable pin
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment