]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit26131421ba3867081f498ec74c06845e779e9771
treefaa086cc4220f2e6ca2904b3ea9131431de48093
parentf0ea7ac5a7ee1e9c86e29c9b411638c39dced613
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