diff options
Diffstat (limited to 'drivers/video/omap2/dss/dpi.c')
-rw-r--r-- | drivers/video/omap2/dss/dpi.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/video/omap2/dss/dpi.c b/drivers/video/omap2/dss/dpi.c index 395d658a94fc..faaf305fda27 100644 --- a/drivers/video/omap2/dss/dpi.c +++ b/drivers/video/omap2/dss/dpi.c | |||
@@ -180,6 +180,11 @@ int omapdss_dpi_display_enable(struct omap_dss_device *dssdev) | |||
180 | { | 180 | { |
181 | int r; | 181 | int r; |
182 | 182 | ||
183 | if (cpu_is_omap34xx() && !dpi.vdds_dsi_reg) { | ||
184 | DSSERR("no VDSS_DSI regulator\n"); | ||
185 | return -ENODEV; | ||
186 | } | ||
187 | |||
183 | if (dssdev->manager == NULL) { | 188 | if (dssdev->manager == NULL) { |
184 | DSSERR("failed to enable display: no manager\n"); | 189 | DSSERR("failed to enable display: no manager\n"); |
185 | return -ENODEV; | 190 | return -ENODEV; |