diff options
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; |