Skip to content
Snippets Groups Projects
Commit acd18af9 authored by Tomi Valkeinen's avatar Tomi Valkeinen
Browse files

OMAPDSS: add omapdss_version


Add new enum, omapdss_version, that is used to tell which DSS hardware
version the SoC has. This enum is initialized during platform init, and
passed in the platform data to omapdss driver.

Note that the versions are not "continuous", that is, you cannot check
if the version is less or greater than something, but you need to check
for exact version match. In other words, this is invalid:

/* test if DSS is 3630 or earlier */
if (ver <= OMAPDSS_VER_OMAP3630)
	...

Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
parent ddffeb8c
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment