OMAP4: DSS2: HDMI: HDMI driver addition in the DSS
[deliverable/linux.git] / drivers / video / omap2 / dss / display.c
index c40bcbd2e14039a1e3c574897ae5ca723accc52e..a85a6f38b40c126661e3cf9e61febef169d53fcc 100644 (file)
@@ -418,6 +418,9 @@ void dss_init_device(struct platform_device *pdev,
                r = dsi_init_display(dssdev);
                break;
 #endif
+       case OMAP_DISPLAY_TYPE_HDMI:
+               r = hdmi_init_display(dssdev);
+               break;
        default:
                DSSERR("Support for display '%s' not compiled in.\n",
                                dssdev->name);
This page took 0.024365 seconds and 5 git commands to generate.