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 vendor prefix to the width and height properties. > > Fixes: 2d23e7d6bacb ("dt-bindings: display: Add SSD132x OLED controllers") > Reported-by: Conor Dooley <conor@xxxxxxxxxx> > Closes: https://lore.kernel.org/dri-devel/20231218-example-envision-b41ca8efa251@spud/ > Signed-off-by: Javier Martinez Canillas <javierm@xxxxxxxxxx> > --- > > (no changes since v1) > > .../devicetree/bindings/display/solomon,ssd132x.yaml | 12 ++++++------ > 1 file changed, 6 insertions(+), 6 deletions(-) > Acked-by: Rob Herring <robh@xxxxxxxxxx>