RK616: add dts property and fix some compile error
[firefly-linux-kernel-4.4.55.git] / drivers / video / rockchip / hdmi / chips / rk616 / rk616_hdmi.h
index 2d033fa6f33019f4c76bb62230737a7a40c53de0..66d5f410f778d77330399dfff3c5a272936fdc05 100755 (executable)
@@ -20,7 +20,7 @@ enum{
 #define HDMI_CODEC_SOURCE_SELECT INPUT_IIS
 #endif
 
-extern void rk616_hdmi_control_output(int enable);
+extern void rk616_hdmi_control_output(struct hdmi *hdmi, int enable);
 extern int rk616_hdmi_register_hdcp_callbacks(void (*hdcp_cb)(void),
                                         void (*hdcp_irq_cb)(int status),
                                         int  (*hdcp_power_on_cb)(void),
@@ -28,7 +28,7 @@ extern int rk616_hdmi_register_hdcp_callbacks(void (*hdcp_cb)(void),
 
 struct rk616_hdmi {
         struct hdmi             g_hdmi;
-        struct early_suspend    early_suspend;
+        //struct early_suspend    early_suspend;       //TODO Daisen
         struct delayed_work     rk616_delay_work;
         struct work_struct      rk616_irq_work_struct;
         struct mfd_rk616        *rk616_drv;