summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRob Herring <r.herring@freescale.com>2009-02-25 10:37:33 -0600
committerRob Herring <r.herring@freescale.com>2009-03-03 20:43:46 -0600
commitbbfcc347f58abd76c67036b75cf5c66ed6305f79 (patch)
tree64c6813273fce56a5af1d09d0a8cb0632ee06cdd /include
parent2f4b2db405c3c06c81b9fe02ea03f66cdbeb3293 (diff)
ENGR00108529 mxcfb: rework lcd interface definitions
-Add support for custom fb memory allocations -update custom FB_SYNC defines. redefine them so most panels don't need them. They cause problems for X server init. -Add platform_data to specify the lcd interface pixel format. Signed-off-by: Rob Herring <r.herring@freescale.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/mxcfb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/mxcfb.h b/include/linux/mxcfb.h
index 259ec8b0ad4a..c7bc6bc8f005 100644
--- a/include/linux/mxcfb.h
+++ b/include/linux/mxcfb.h
@@ -23,8 +23,8 @@
#include <linux/fb.h>
-#define FB_SYNC_OE_ACT_HIGH 0x80000000
-#define FB_SYNC_CLK_INVERT 0x40000000
+#define FB_SYNC_OE_LOW_ACT 0x80000000
+#define FB_SYNC_CLK_LAT_FALL 0x40000000
#define FB_SYNC_DATA_INVERT 0x20000000
#define FB_SYNC_CLK_IDLE_EN 0x10000000
#define FB_SYNC_SHARP_MODE 0x08000000