[PATCH 4/4] arm64: DTS: allwinner: a64: enable ANX6345 bridge on Teres-I
Torsten Duwe
duwe at lst.de
Wed May 15 07:31:41 UTC 2019
On Tue, 14 May 2019 10:48:40 -0700
Vasily Khoruzhick <anarsoul at gmail.com> wrote:
> > + anx6345: anx6345 at 38 {
> > + compatible = "analogix,anx6345";
> > + reg = <0x38>;
> > + reset-gpios = <&pio 3 24 GPIO_ACTIVE_LOW>; /* PD24
> > */
> > + dvdd25-supply = <®_dldo2>;
> > + dvdd12-supply = <®_dldo3>;
> > +
> > + port {
> > + anx6345_in: endpoint {
> > + remote-endpoint =
> > <&tcon0_out_anx6345>;
> > + };
> > + };
>
> It doesn't comply with bindings document. You need to add out endpoint
It does comply with the bindings. The ports are all optional.
As far as DT is concerned, the signal path ends here. This is also the
final component _required_ to get the Linux kernel DRI up and running.
> as well, and to do so you need to add bindings for eDP connector first
> and then implement panel driver.
> See Rob's suggestions here: http://patchwork.ozlabs.org/patch/1042593/
Well, one *could* extend the hardware description down to the actual
panel if necessary, but on the Teres-I it is not. I assume the panel
they ship provides proper EDID to the anx6345, because the display
works fine here with this DT.
Do I understand this correctly that the (3 different?) pinebook panels
are not that easy to handle? I try to include the pinebook wherever
possible, just because it's so similar, but here I'm a bit lost, so I
had to omit these parts.
Should I also have added a Tested-by: ? ;-)
Torsten
More information about the dri-devel
mailing list