diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2014-12-11 15:23:31 +0100 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2015-02-04 11:32:04 +0100 |
commit | 472da57b1c6f26aa508e4b4dfaf4f8c562bfdbfb (patch) | |
tree | 2d454d06e160ca4330bf3c3f7707810ba803ee36 | |
parent | OMAPDSS: encoder-tpd12s015: Fix race issue with LS_OE (diff) | |
download | linux-472da57b1c6f26aa508e4b4dfaf4f8c562bfdbfb.tar.xz linux-472da57b1c6f26aa508e4b4dfaf4f8c562bfdbfb.zip |
OMAPDSS: add define for DRA7xx HW version
Add define for DRA7xx DSS version.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
-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 */ |