diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2014-12-11 16:23:31 +0200 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2015-02-04 12:32:04 +0200 |
commit | 472da57b1c6f26aa508e4b4dfaf4f8c562bfdbfb (patch) | |
tree | 2d454d06e160ca4330bf3c3f7707810ba803ee36 /include/video | |
parent | a87a6d6b09de3118e5679c2057b99b7791b7673b (diff) |
OMAPDSS: add define for DRA7xx HW version
Add define for DRA7xx DSS version.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'include/video')
-rw-r--r-- | include/video/omapdss.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/video/omapdss.h b/include/video/omapdss.h index 6a84498ea513..60de61fea8e3 100644 --- a/include/video/omapdss.h +++ b/include/video/omapdss.h @@ -314,6 +314,7 @@ enum omapdss_version { OMAPDSS_VER_OMAP4, /* All other OMAP4s */ OMAPDSS_VER_OMAP5, OMAPDSS_VER_AM43xx, + OMAPDSS_VER_DRA7xx, }; /* Board specific data */ |