Re: [PATCH v3 2/4] dt-bindings: display: ssd132x: Add vendor prefix to width and height

2023-12-21 Thread Rob Herring
On Tue, 19 Dec 2023 21:34:07 +0100, Javier Martinez Canillas wrote: > Commit 2d23e7d6bacb ("dt-bindings: display: Add SSD132x OLED controllers") > used the wrong properties for width and height, instead of the correct > "solomon,width" and "solomon,height" properties. > > Fix this by adding the

[PATCH v3 2/4] dt-bindings: display: ssd132x: Add vendor prefix to width and height

2023-12-19 Thread Javier Martinez Canillas
Commit 2d23e7d6bacb ("dt-bindings: display: Add SSD132x OLED controllers") used the wrong properties for width and height, instead of the correct "solomon,width" and "solomon,height" properties. Fix this by adding the vendor prefix to the width and height properties. Fixes: 2d23e7d6bacb