mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
rockchip: Add a binding file for rk3288 video
Signed-off-by: Jacob Chen <jacob-chen@iotwrt.com> Acked-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
eab314f590
commit
450f3c7135
1 changed files with 11 additions and 0 deletions
11
include/dt-bindings/video/rk3288.h
Normal file
11
include/dt-bindings/video/rk3288.h
Normal file
|
@ -0,0 +1,11 @@
|
|||
#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
|
Loading…
Reference in a new issue