Re: [PATCH v3 3/4] dt-bindings: display: Add SSD133x OLED controllers

2023-12-21 Thread Rob Herring
On Tue, 19 Dec 2023 21:34:08 +0100, Javier Martinez Canillas wrote: > Add a Device Tree binding schema for the OLED panels based on the > Solomon SSD133x family of controllers. > > Signed-off-by: Javier Martinez Canillas > --- > > Changes in v3: > - Move solomon,ssd-common.yaml ref before the

[PATCH v3 3/4] dt-bindings: display: Add SSD133x OLED controllers

2023-12-19 Thread Javier Martinez Canillas
Add a Device Tree binding schema for the OLED panels based on the Solomon SSD133x family of controllers. Signed-off-by: Javier Martinez Canillas --- Changes in v3: - Move solomon,ssd-common.yaml ref before the properties section and width/height constraints after the other properties (Conor Do