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

2023-12-21 Thread Rob Herring
On Tue, 19 Dec 2023 21:34:06 +0100, Javier Martinez Canillas wrote: > The commit 591825fba8a2 ("dt-bindings: display: ssd1307fb: Remove default > width and height values") used the wrong properties for width and height, > instead of the correct "solomon,width" and "solomon,height" properties. >

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

2023-12-19 Thread Javier Martinez Canillas
The commit 591825fba8a2 ("dt-bindings: display: ssd1307fb: Remove default width and height values") 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.