+How do you plan on handling the rk3368 (with only one VOP and thus
>+/**
>+ * struct rockchip_hdmi_chip_data - splite the grf setting of kind of chips
>+ * @lcdsel_grf_reg: grf register offset of lcdc select
>+ * @lcdsel_big: reg value of selecting vop big for HDMI
>+ * @lcdsel_lit: reg value of selecting vop little for HDMI
>+ */
>+struct rockchip_hdmi_chip_data {
>+ u32 lcdsel_grf_reg;
no selection happening)? I'd just make the above an int, so we could
set it to -1 for that case. (value 0 is after all a valid reg).
Heiko