[PATCH v5 2/6] drm: rcar-du: lvds: Improve identification of panels

2019-12-17 Thread Fabrizio Castro
Dual-LVDS panels are mistakenly identified as bridges, this commit replaces the current logic with a call to drm_of_find_panel_or_bridge to sort that out. Signed-off-by: Fabrizio Castro --- v4->v5: * Addressed comments from Laurent's review v3->v4: * New patch extracted from patch: "drm:

Re: [PATCH v5 2/6] drm: rcar-du: lvds: Improve identification of panels

2019-12-16 Thread Laurent Pinchart
Hi Fabrizio, Thank you for the patch. On Mon, Dec 16, 2019 at 08:12:30PM +, Fabrizio Castro wrote: > Dual-LVDS panels are mistakenly identified as bridges, this > commit replaces the current logic with a call to > drm_of_find_panel_or_bridge to sort that out. > > Signed-off-by: Fabrizio