Hi Tomi, Thank you for the patch. On Tue, Jan 17, 2023 at 03:51:49PM +0200, Tomi Valkeinen wrote: > The RCAR DSI driver uses reset controller, so we should select it in the > Kconfig. > > Signed-off-by: Tomi Valkeinen <tomi.valkeinen+renesas@xxxxxxxxxxxxxxxx> Reviewed-by: Laurent Pinchart <laurent.pinchart+renesas@xxxxxxxxxxxxxxxx> > --- > drivers/gpu/drm/rcar-du/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/gpu/drm/rcar-du/Kconfig b/drivers/gpu/drm/rcar-du/Kconfig > index fd2c2eaee26b..a8f862c68b4f 100644 > --- a/drivers/gpu/drm/rcar-du/Kconfig > +++ b/drivers/gpu/drm/rcar-du/Kconfig > @@ -55,6 +55,7 @@ config DRM_RCAR_MIPI_DSI > def_tristate DRM_RCAR_DU > depends on DRM_RCAR_USE_MIPI_DSI > select DRM_MIPI_DSI > + select RESET_CONTROLLER > > config DRM_RCAR_VSP > bool "R-Car DU VSP Compositor Support" if ARM -- Regards, Laurent Pinchart