Re: [PATCH v5 6/7] dt-bindings: Add ANX6345 DP/eDP transmitter binding

From: Torsten Duwe
Date: Tue Nov 05 2019 - 05:58:15 EST


On Tue, Nov 05, 2019 at 11:43:42AM +0100, Maxime Ripard wrote:
>
> On Tue, Oct 29, 2019 at 01:16:57PM +0100, Torsten Duwe wrote:
> > The anx6345 is an ultra-low power DisplayPort/eDP transmitter designed
> > for portable devices.
> >
> > Add a binding document for it.
> >
> > Signed-off-by: Icenowy Zheng <icenowy@xxxxxxx>
> > Signed-off-by: Vasily Khoruzhick <anarsoul@xxxxxxxxx>
> > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>
> > Signed-off-by: Torsten Duwe <duwe@xxxxxxx>
> > Reviewed-by: Laurent Pinchart <laurent.pinchart@xxxxxxxxxxxxxxxx>
>
> Applied, thanks

Re-thanks!

> (still, there's one comment below that can be addressed in a
> subsequent patch).
>
> > +
> > + ports:
> > + type: object
> > +
> > + properties:
> > + port@0:
> > + type: object
> > + description: |
> > + Video port for LVTTL input
> > +
> > + port@1:
> > + type: object
> > + description: |
> > + Video port for eDP output (panel or connector).
> > + May be omitted if EDID works reliably.
> > +
> > + required:
> > + - port@0
>
> You should have something like:
>
> ports:
> type: object
> additionalProperties: false
>
> as well...

Yes, and it also struck me that I forgot at least about the hotplug-gpio.
It's unused on the Teres and the Pinebook, but in theory it's a valid
property, which can't be added any more now.

Torsten