drm/i915: Use the CRC gpio for panel enable/disable
[firefly-linux-kernel-4.4.55.git] / drivers / gpu / drm / i915 / intel_dsi.h
index 2784ac442368a6a37e2f3d516406a38a63570e8d..42a68593e32aac97b8a0c43dcae13c9a5fcafcb7 100644 (file)
@@ -42,6 +42,9 @@ struct intel_dsi {
        struct drm_panel *panel;
        struct intel_dsi_host *dsi_hosts[I915_MAX_PORTS];
 
+       /* GPIO Desc for CRC based Panel control */
+       struct gpio_desc *gpio_panel;
+
        struct intel_connector *attached_connector;
 
        /* bit mask of ports being driven */