summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRob Herring <r.herring@freescale.com>2009-02-25 10:37:33 -0600
committerJustin Waters <justin.waters@timesys.com>2009-10-13 11:02:11 -0400
commita5cd802d9a7a92b68e437ac5a0e562aeb2c0c9a7 (patch)
tree64c6813273fce56a5af1d09d0a8cb0632ee06cdd /include
parent3ac3d775d2bd6ee6368504bde65268b03a5eb945 (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