mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 13:14:27 +00:00
450f3c7135
Signed-off-by: Jacob Chen <jacob-chen@iotwrt.com> Acked-by: Simon Glass <sjg@chromium.org>
11 lines
238 B
C
11 lines
238 B
C
#ifndef __DT_BINDINGS_VIDEO_RK3288_H__
|
|
#define __DT_BINDINGS_VIDEO_RK3288_H__
|
|
|
|
#define LVDS_OUTPUT_RGB 0
|
|
#define LVDS_OUTPUT_SINGLE 1
|
|
#define LVDS_OUTPUT_DUAL 2
|
|
|
|
#define LVDS_FORMAT_VESA 0
|
|
#define LVDS_FORMAT_JEIDA 1
|
|
|
|
#endif
|