On Tue, 14 May 2019 10:48:40 -0700 Vasily Khoruzhick <anarsoul@xxxxxxxxx> wrote: > > + anx6345: anx6345@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 _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel