Re: [U-Boot] [RESEND PATCH 3/5] video: add anx6345 DM driver

2017-10-05 Thread Vasily Khoruzhick
Hi André, On Thu, Oct 5, 2017 at 11:44 AM, André Przywara wrote: > On 19/09/17 06:04, Vasily Khoruzhick wrote: >> This is a eDP bridge similar to ANX9804, it allows to connect eDP panels >> to the chips that can output only parallel signal > > Have you tried using the

Re: [U-Boot] [RESEND PATCH 3/5] video: add anx6345 DM driver

2017-10-05 Thread André Przywara
On 19/09/17 06:04, Vasily Khoruzhick wrote: > This is a eDP bridge similar to ANX9804, it allows to connect eDP panels > to the chips that can output only parallel signal Have you tried using the existing driver? Icenowy did this some months ago[1], and she got away with quite a small patch to

[U-Boot] [RESEND PATCH 3/5] video: add anx6345 DM driver

2017-09-18 Thread Vasily Khoruzhick
This is a eDP bridge similar to ANX9804, it allows to connect eDP panels to the chips that can output only parallel signal Signed-off-by: Vasily Khoruzhick --- drivers/video/bridge/Kconfig | 8 + drivers/video/bridge/Makefile | 1 + drivers/video/bridge/anx6345.c |