Re: [PATCH v2 1/7] dt-bindings: display: panel: Add himax hx83102 panel bindings

From: Doug Anderson
Date: Mon Apr 22 2024 - 17:16:05 EST


Hi,

On Mon, Apr 22, 2024 at 8:14 AM Rob Herring <robh@xxxxxxxxxx> wrote:
>
> > +additionalProperties: false
>
> Perhaps 'unevaluatedProperties' instead. Don't you want to support
> standard properties such as width-mm/height-mm?

For at least those two properties, it looks like the answer is "no".
>From reading the Linux driver it appears that physical width/height is
implied by the compatible string. Unless there are other properties we
think we need, maybe it's fine to keep "additionalProperties" ?

-Doug