Re: [PATCH 1/4] dt-bindings: backlight: lp855x: convert to YAML and modernize

2023-05-05 Thread Rob Herring
On Sat, Apr 29, 2023 at 12:45:31PM +0200, Artur Weber wrote: > 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 >

[PATCH 1/4] dt-bindings: backlight: lp855x: convert to YAML and modernize

2023-04-29 Thread Artur Weber
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 th