From: Uwe Kleine-König Date: Mon, 21 Mar 2016 21:10:27 +0000 (+0100) Subject: drm/omap: panel-dpi: implement support for a vcc regulator X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=5379be29121961bc85b0f10a4f6ef57334d5d6b6;p=deliverable%2Flinux.git drm/omap: panel-dpi: implement support for a vcc regulator To allow supporting displays that need some logic to enable power to the display try to get a vcc-supply property from the device tree and drive the resulting regulator accordingly. Reviewed-by: Tomi Valkeinen Signed-off-by: Uwe Kleine-König Signed-off-by: Tomi Valkeinen --- diff --git a/drivers/gpu/drm/omapdrm/displays/panel-dpi.c b/drivers/gpu/drm/omapdrm/displays/panel-dpi.c index 9dc1c2f1fbc1..3e697e893567 100644 --- a/drivers/gpu/drm/omapdrm/displays/panel-dpi.c +++ b/drivers/gpu/drm/omapdrm/displays/panel-dpi.c @@ -15,6 +15,7 @@ #include #include #include +#include #include