1#ifndef __DT_BINDINGS_DRM__ 2#define __DT_BINDINGS_DRM__ 3/* 4 * MIPI DSI pixel formats as defined in the include/drm/drm_mipi_dsi.h" 5 */ 6#define MIPI_DSI_FMT_RGB888 0 7#define MIPI_DSI_FMT_RGB666 1 8#define MIPI_DSI_FMT_RGB666_PACKED 2 9#define MIPI_DSI_FMT_RGB565 3 10 11#endif /* _DT_BINDINGS_DRM__ */ 12