Re: [PATCH v2 1/3] dt-bindings: display: Add Sitronix ST7571 panel

2025-04-04 Thread Marcus Folkesson
Hi Krzysztof, On Fri, Apr 04, 2025 at 07:36:12PM +0200, Krzysztof Kozlowski wrote: > On 04/04/2025 19:30, Krzysztof Kozlowski wrote: > >> + > >> +examples: > >> + - | > >> +#include > >> + > >> +i2c { > >> +#address-cells = <1>; > >> +#size-cells = <0>; > >> + > >> +

Re: [PATCH v2 1/3] dt-bindings: display: Add Sitronix ST7571 panel

2025-04-04 Thread Krzysztof Kozlowski
On 04/04/2025 19:30, Krzysztof Kozlowski wrote: >> + >> +examples: >> + - | >> +#include >> + >> +i2c { >> +#address-cells = <1>; >> +#size-cells = <0>; >> + >> +display@3f { > > Not much improved. How is this called in every other binding? panel. Hmmm, unles

Re: [PATCH v2 1/3] dt-bindings: display: Add Sitronix ST7571 panel

2025-04-04 Thread Krzysztof Kozlowski
On 04/04/2025 15:50, Marcus Folkesson wrote: > Sitronix ST7571 is a 4bit gray scale dot matrix LCD controller. > > Signed-off-by: Marcus Folkesson > --- > .../bindings/display/sitronix,st7571.yaml | 73 > ++ > 1 file changed, 73 insertions(+) > > diff --git a/Docum

Re: [PATCH v2 1/3] dt-bindings: display: Add Sitronix ST7571 panel

2025-04-04 Thread Conor Dooley
On Fri, Apr 04, 2025 at 03:50:32PM +0200, Marcus Folkesson wrote: > Sitronix ST7571 is a 4bit gray scale dot matrix LCD controller. > > Signed-off-by: Marcus Folkesson > --- > .../bindings/display/sitronix,st7571.yaml | 73 > ++ > 1 file changed, 73 insertions(+) >

[PATCH v2 1/3] dt-bindings: display: Add Sitronix ST7571 panel

2025-04-04 Thread Marcus Folkesson
Sitronix ST7571 is a 4bit gray scale dot matrix LCD controller. Signed-off-by: Marcus Folkesson --- .../bindings/display/sitronix,st7571.yaml | 73 ++ 1 file changed, 73 insertions(+) diff --git a/Documentation/devicetree/bindings/display/sitronix,st7571.yaml b/Doc