drm/vc4: Add DSI driver
[linux-drm-fsl-dcu.git] / drivers / gpu / drm / vc4 / vc4_drv.c
index ac09ca7ff4308874c3772f2aad9c9c11190f3706..a459745e96f7bb1f81b24077042da4c0c0063525 100644 (file)
@@ -145,7 +145,6 @@ static struct drm_driver vc4_drm_driver = {
 
 #if defined(CONFIG_DEBUG_FS)
        .debugfs_init = vc4_debugfs_init,
-       .debugfs_cleanup = vc4_debugfs_cleanup,
 #endif
 
        .gem_create_object = vc4_create_object,
@@ -296,6 +295,7 @@ static struct platform_driver *const component_drivers[] = {
        &vc4_hdmi_driver,
        &vc4_vec_driver,
        &vc4_dpi_driver,
+       &vc4_dsi_driver,
        &vc4_hvs_driver,
        &vc4_crtc_driver,
        &vc4_v3d_driver,