summaryrefslogtreecommitdiff
path: root/arch/arm/mach-s3c2443/displays/CUSTOM.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-s3c2443/displays/CUSTOM.h')
-rw-r--r--arch/arm/mach-s3c2443/displays/CUSTOM.h37
1 files changed, 37 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2443/displays/CUSTOM.h b/arch/arm/mach-s3c2443/displays/CUSTOM.h
new file mode 100644
index 000000000000..342bd85645d6
--- /dev/null
+++ b/arch/arm/mach-s3c2443/displays/CUSTOM.h
@@ -0,0 +1,37 @@
+
+// void lcd_power_enable(int enable)
+// {
+// /* Customize me pelase */
+// }
+//
+// #define CUSTOM_DISPLAY \
+// { \
+// .display_name = "CUSTOM", \
+// /* epll clock, 96MHz */ \
+// .clock_source = "display-if", \
+// .width = , \
+// .height = , \
+// .xres = , \
+// .yres = , \
+// .bpp = , \
+// .frame_rate = , \
+// /* horizontal front porch */ \
+// .left_margin = , \
+// /* vertical front porch */ \
+// .upper_margin = , \
+// /* horizontal back porch */ \
+// .right_margin = , \
+// /* vertical back porch */ \
+// .lower_margin = , \
+// .hsync_len = , \
+// .vsync_len = , \
+// .vidcon1 = S3C24XX_LCD_VIDCON1_IHSYNC | \
+// S3C24XX_LCD_VIDCON1_IVSYNC, \
+// .vidcon0 = S3C24XX_LCD_VIDCON0_VIDOUT_RGB_IF | \
+// S3C24XX_LCD_VIDCON0_RGB_PAR | \
+// S3C24XX_LCD_VIDCON0_VCLK_OFF | \
+// S3C24XX_LCD_VIDCON0_CLKDIR_DIVIDED, \
+// .bpp_mode = S3C24XX_LCD_WINCON_16BPP_565, \
+// .display_power_enable = &lcd_power_enable, \
+// }
+