Re: [PATCH v2 1/2] dt-bindings: backlight: Add Texas Instruments LM3509

2024-03-09 Thread Krzysztof Kozlowski
On 09/03/2024 19:49, Sebastian Reichel wrote: > Hi, > > On Sat, Mar 09, 2024 at 01:22:28PM +0100, Krzysztof Kozlowski wrote: >> LED strings are true in case of... well, LED strings, but I just >> wonder if such setup is applicable for backlight. Anyway, if you >> think it is, I don't mind. > >

Re: [PATCH v2 1/2] dt-bindings: backlight: Add Texas Instruments LM3509

2024-03-09 Thread Sebastian Reichel
Hi, On Sat, Mar 09, 2024 at 01:22:28PM +0100, Krzysztof Kozlowski wrote: > LED strings are true in case of... well, LED strings, but I just > wonder if such setup is applicable for backlight. Anyway, if you > think it is, I don't mind. LED strings are being used as backlight. Either from the

Re: [PATCH v2 1/2] dt-bindings: backlight: Add Texas Instruments LM3509

2024-03-09 Thread Krzysztof Kozlowski
On 09/03/2024 13:09, Patrick Gansterer wrote: > On 09/03/2024 12:53, Krzysztof Kozlowski wrote: >>> + - compatible >>> + - reg >>> + >>> +patternProperties: >>> + "^led@[01]$": >>> +type: object >>> +description: Properties for a string of connected LEDs. >> >> Are you sure this is a

Re: [PATCH v2 1/2] dt-bindings: backlight: Add Texas Instruments LM3509

2024-03-09 Thread Patrick Gansterer
On 09/03/2024 12:53, Krzysztof Kozlowski wrote: + - compatible + - reg + +patternProperties: + "^led@[01]$": +type: object +description: Properties for a string of connected LEDs. Are you sure this is a string of LEDs? How does a string/tape work with a backlight, I mean physically?

Re: [PATCH v2 1/2] dt-bindings: backlight: Add Texas Instruments LM3509

2024-03-09 Thread Krzysztof Kozlowski
On 08/03/2024 22:50, Patrick Gansterer wrote: > Add Device Tree bindings for Texas Instruments LM3509 - a > High Efficiency Boost for White LED's and/or OLED Displays > > Signed-off-by: Patrick Gansterer Thank you for your patch. There is something to discuss/improve. > + compatible: > +

[PATCH v2 1/2] dt-bindings: backlight: Add Texas Instruments LM3509

2024-03-08 Thread Patrick Gansterer
Add Device Tree bindings for Texas Instruments LM3509 - a High Efficiency Boost for White LED's and/or OLED Displays Signed-off-by: Patrick Gansterer --- Changes in v2: Add device tree nodes for each output Addressed multiple smaller review comments v1: