OSDN Git Service

OMAPDSS: change signal_level & signal_edge enum values
authorTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 2 Oct 2014 17:58:50 +0000 (17:58 +0000)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Thu, 26 Feb 2015 10:15:12 +0000 (12:15 +0200)
commit7ad582be12728ea76b11ce4f4c2f1202d11bf13c
treefaa086cc4220f2e6ca2904b3ea9131431de48093
parented35188158552d4b1e7a8df2a10dedf88c813539
OMAPDSS: change signal_level & signal_edge enum values

At the moment the enum values for ACTIVE_HIGH and RISING_EDGE are 0, and
ACTIVE_LOW and FALLING_EDGE are 1, to match the values programmed to HW.
The previous patch removed this dependency.

Swap the enum values the other way around. This doesn't change the
behavior in any way, but makes it easier to debug as value of '1' means
HIGH or RISING.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
include/video/omapdss.h