rk3036 lcdc: fix yuv format define error.

This commit is contained in:
Zheng Yang
2014-07-16 14:47:28 +08:00
parent 73a1e14689
commit 0650ef784d

View File

@@ -437,7 +437,7 @@ enum _vop_format_e {
VOP_FORMAT_ARGB888 = 0,
VOP_FORMAT_RGB888,
VOP_FORMAT_RGB565,
VOP_FORMAT_YCBCR420,
VOP_FORMAT_YCBCR420 = 4,
VOP_FORMAT_YCBCR422,
VOP_FORMAT_YCBCR444
};
@@ -549,4 +549,4 @@ static inline void lcdc_cfg_done(struct lcdc_device *lcdc_dev)
dsb();
}
#endif /* _RK3036_LCDC_H_ */
#endif /* _RK3036_LCDC_H_ */