Skip to content
Commit 7ad582be authored by Tomi Valkeinen's avatar Tomi Valkeinen
Browse files

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: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
parent ed351881
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment