dt-bindings: backlight: lp855x: Convert to YAML and modernize
authorArtur Weber <aweber.kernel@gmail.com>
Fri, 19 May 2023 18:07:25 +0000 (20:07 +0200)
committerLee Jones <lee@kernel.org>
Thu, 8 Jun 2023 15:46:18 +0000 (16:46 +0100)
commit24b8ae3e2e2f675e78bdf97f24de285c4a38cbcb
tree63dd7e6cc92b82b3ad73edec9d25ff055c48fac1
parenta8b09e6fe3eee4525ef6b6d5bd0e69c785e2f757
dt-bindings: backlight: lp855x: Convert to YAML and modernize

Notable changes:
- ROM child nodes use dashes instead of underscores; the driver
  reads all child nodes regardless of their names, so this doesn't
  break ABI.
- pwm-period argument is deprecated, as it effectively duplicates
  the period value provided in pwms. The driver continues to accept
  the property, so this should not break ABI.

Signed-off-by: Artur Weber <aweber.kernel@gmail.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Reviewed-by: Daniel Thompson <daniel.thompson@linaro.org>
Signed-off-by: Lee Jones <lee@kernel.org>
Link: https://lore.kernel.org/r/20230519180728.2281-2-aweber.kernel@gmail.com
Documentation/devicetree/bindings/leds/backlight/lp855x-backlight.yaml [new file with mode: 0644]
Documentation/devicetree/bindings/leds/backlight/lp855x.txt [deleted file]