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

2023-06-08 Thread Lee Jones
On Fri, 19 May 2023, 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 > the period value

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

2023-05-26 Thread Daniel Thompson
On Fri, May 19, 2023 at 08:07:25PM +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 v2 1/4] dt-bindings: backlight: lp855x: convert to YAML and modernize

2023-05-19 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