commit | 7ad582be12728ea76b11ce4f4c2f1202d11bf13c | [log] [tgz] |
---|---|---|
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | Thu Oct 02 17:58:50 2014 +0000 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Thu Feb 26 12:15:12 2015 +0200 |
tree | faa086cc4220f2e6ca2904b3ea9131431de48093 | |
parent | ed35188158552d4b1e7a8df2a10dedf88c813539 [diff] |
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>