diff options
author | Justin Waters <justin.waters@timesys.com> | 2008-05-28 14:46:01 -0400 |
---|---|---|
committer | Justin Waters <justin.waters@timesys.com> | 2008-05-28 14:46:01 -0400 |
commit | 10497b36a8af5a10c2f705d37a61f4bab5f8e059 (patch) | |
tree | 782733870c4ace4e4ed2a5e3aec80c24982cd67d /include/asm-arm | |
parent | 7da69f2f2932eebdfec2f670b76b2029e4909e24 (diff) |
MXCFB: Add flags to specify polarity of different signals
The MXCFB module allows you to specify the polarity of a number of signals.
This adds the ability to specify the polarity of the shift clock, line pulse,
and first line marker signals.
Signed-off-by: Justin Waters <justin.waters@timesys.com>
Diffstat (limited to 'include/asm-arm')
-rw-r--r-- | include/asm-arm/arch-mxc/mxcfb.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-arm/arch-mxc/mxcfb.h b/include/asm-arm/arch-mxc/mxcfb.h index 4a79c488f27e..33f5b0354a98 100644 --- a/include/asm-arm/arch-mxc/mxcfb.h +++ b/include/asm-arm/arch-mxc/mxcfb.h @@ -29,6 +29,9 @@ #define FB_SYNC_CLK_IDLE_EN 0x10000000 #define FB_SYNC_SHARP_MODE 0x08000000 #define FB_SYNC_SWAP_RGB 0x04000000 +#define FB_SYNC_FLM_ACT_LOW 0x01000000 +#define FB_SYNC_LP_ACT_LOW 0x00800000 +#define FB_SYNC_CLK_POS_EDGE 0x00400000 struct mxcfb_gbl_alpha { int enable; |