4 * (C) Copyright 2001-2002
7 * SPDX-License-Identifier: GPL-2.0+
10 /************************************************************************/
12 /************************************************************************/
18 #include <linux/types.h>
19 #include <stdio_dev.h>
21 #include <asm/arch/pxa-regs.h>
28 /*----------------------------------------------------------------------*/
30 * Define panel bpp, LCCR0, LCCR3 and panel_info video struct for
35 /* LCD outputs connected to a video DAC */
36 # define LCD_BPP LCD_COLOR8
38 /* you have to set lccr0 and lccr3 (including pcd) */
39 # define REG_LCCR0 0x003008f8
40 # define REG_LCCR3 0x0300FF01
42 /* 640x480x16 @ 61 Hz */
43 vidinfo_t panel_info = {
48 .vl_clkp = CONFIG_SYS_HIGH,
49 .vl_oep = CONFIG_SYS_HIGH,
50 .vl_hsp = CONFIG_SYS_HIGH,
51 .vl_vsp = CONFIG_SYS_HIGH,
52 .vl_dp = CONFIG_SYS_HIGH,
65 #endif /* CONFIG_PXA_VIDEO */
67 /*----------------------------------------------------------------------*/
68 #ifdef CONFIG_SHARP_LM8V31
70 # define LCD_BPP LCD_COLOR8
71 # define LCD_INVERT_COLORS /* Needed for colors to be correct, but why? */
73 /* you have to set lccr0 and lccr3 (including pcd) */
74 # define REG_LCCR0 0x0030087C
75 # define REG_LCCR3 0x0340FF08
77 vidinfo_t panel_info = {
82 .vl_clkp = CONFIG_SYS_HIGH,
83 .vl_oep = CONFIG_SYS_HIGH,
84 .vl_hsp = CONFIG_SYS_HIGH,
85 .vl_vsp = CONFIG_SYS_HIGH,
86 .vl_dp = CONFIG_SYS_HIGH,
99 #endif /* CONFIG_SHARP_LM8V31 */
100 /*----------------------------------------------------------------------*/
101 #ifdef CONFIG_VOIPAC_LCD
103 # define LCD_BPP LCD_COLOR8
104 # define LCD_INVERT_COLORS
106 /* you have to set lccr0 and lccr3 (including pcd) */
107 # define REG_LCCR0 0x043008f8
108 # define REG_LCCR3 0x0340FF08
110 vidinfo_t panel_info = {
115 .vl_clkp = CONFIG_SYS_HIGH,
116 .vl_oep = CONFIG_SYS_HIGH,
117 .vl_hsp = CONFIG_SYS_HIGH,
118 .vl_vsp = CONFIG_SYS_HIGH,
119 .vl_dp = CONFIG_SYS_HIGH,
132 #endif /* CONFIG_VOIPAC_LCD */
134 /*----------------------------------------------------------------------*/
135 #ifdef CONFIG_HITACHI_SX14
136 /* Hitachi SX14Q004-ZZA color STN LCD */
137 #define LCD_BPP LCD_COLOR8
139 /* you have to set lccr0 and lccr3 (including pcd) */
140 #define REG_LCCR0 0x00301079
141 #define REG_LCCR3 0x0340FF20
143 vidinfo_t panel_info = {
148 .vl_clkp = CONFIG_SYS_HIGH,
149 .vl_oep = CONFIG_SYS_HIGH,
150 .vl_hsp = CONFIG_SYS_HIGH,
151 .vl_vsp = CONFIG_SYS_HIGH,
152 .vl_dp = CONFIG_SYS_HIGH,
165 #endif /* CONFIG_HITACHI_SX14 */
167 /*----------------------------------------------------------------------*/
168 #ifdef CONFIG_LMS283GF05
170 # define LCD_BPP LCD_COLOR8
171 /*# define LCD_INVERT_COLORS*/
173 /* you have to set lccr0 and lccr3 (including pcd) */
174 # define REG_LCCR0 0x043008f8
175 # define REG_LCCR3 0x03b00009
177 vidinfo_t panel_info = {
182 .vl_clkp = CONFIG_SYS_HIGH,
183 .vl_oep = CONFIG_SYS_LOW,
184 .vl_hsp = CONFIG_SYS_LOW,
185 .vl_vsp = CONFIG_SYS_LOW,
186 .vl_dp = CONFIG_SYS_HIGH,
199 #endif /* CONFIG_LMS283GF05 */
201 /*----------------------------------------------------------------------*/
203 #ifdef CONFIG_ACX517AKN
205 # define LCD_BPP LCD_COLOR8
207 /* you have to set lccr0 and lccr3 (including pcd) */
208 # define REG_LCCR0 0x003008f9
209 # define REG_LCCR3 0x03700006
211 vidinfo_t panel_info = {
216 .vl_clkp = CONFIG_SYS_HIGH,
217 .vl_oep = CONFIG_SYS_LOW,
218 .vl_hsp = CONFIG_SYS_LOW,
219 .vl_vsp = CONFIG_SYS_LOW,
220 .vl_dp = CONFIG_SYS_HIGH,
233 #endif /* CONFIG_ACX517AKN */
235 #ifdef CONFIG_ACX544AKN
237 # define LCD_BPP LCD_COLOR16
239 /* you have to set lccr0 and lccr3 (including pcd) */
240 # define REG_LCCR0 0x003008f9
241 # define REG_LCCR3 0x04700007 /* 16bpp */
243 vidinfo_t panel_info = {
248 .vl_clkp = CONFIG_SYS_LOW,
249 .vl_oep = CONFIG_SYS_LOW,
250 .vl_hsp = CONFIG_SYS_LOW,
251 .vl_vsp = CONFIG_SYS_LOW,
252 .vl_dp = CONFIG_SYS_LOW,
265 #endif /* CONFIG_ACX544AKN */
267 /*----------------------------------------------------------------------*/
269 #ifdef CONFIG_LQ038J7DH53
271 # define LCD_BPP LCD_COLOR8
273 /* you have to set lccr0 and lccr3 (including pcd) */
274 # define REG_LCCR0 0x003008f9
275 # define REG_LCCR3 0x03700004
277 vidinfo_t panel_info = {
282 .vl_clkp = CONFIG_SYS_HIGH,
283 .vl_oep = CONFIG_SYS_LOW,
284 .vl_hsp = CONFIG_SYS_LOW,
285 .vl_vsp = CONFIG_SYS_LOW,
286 .vl_dp = CONFIG_SYS_HIGH,
299 #endif /* CONFIG_ACX517AKN */
301 /*----------------------------------------------------------------------*/
303 #ifdef CONFIG_LITTLETON_LCD
304 # define LCD_BPP LCD_COLOR8
306 /* you have to set lccr0 and lccr3 (including pcd) */
307 # define REG_LCCR0 0x003008f8
308 # define REG_LCCR3 0x0300FF04
310 vidinfo_t panel_info = {
315 .vl_clkp = CONFIG_SYS_HIGH,
316 .vl_oep = CONFIG_SYS_HIGH,
317 .vl_hsp = CONFIG_SYS_HIGH,
318 .vl_vsp = CONFIG_SYS_HIGH,
319 .vl_dp = CONFIG_SYS_HIGH,
332 #endif /* CONFIG_LITTLETON_LCD */
334 /*----------------------------------------------------------------------*/
336 static int pxafb_init_mem (void *lcdbase, vidinfo_t *vid);
337 static void pxafb_setup_gpio (vidinfo_t *vid);
338 static void pxafb_enable_controller (vidinfo_t *vid);
339 static int pxafb_init (vidinfo_t *vid);
341 /************************************************************************/
342 /* --------------- PXA chipset specific functions ------------------- */
343 /************************************************************************/
345 ushort *configuration_get_cmap(void)
347 struct pxafb_info *fbi = &panel_info.pxa;
348 return (ushort *)fbi->palette;
351 void lcd_ctrl_init (void *lcdbase)
353 pxafb_init_mem(lcdbase, &panel_info);
354 pxafb_init(&panel_info);
355 pxafb_setup_gpio(&panel_info);
356 pxafb_enable_controller(&panel_info);
359 /*----------------------------------------------------------------------*/
360 #if LCD_BPP == LCD_COLOR8
362 lcd_setcolreg (ushort regno, ushort red, ushort green, ushort blue)
364 struct pxafb_info *fbi = &panel_info.pxa;
365 unsigned short *palette = (unsigned short *)fbi->palette;
368 if (regno < fbi->palette_size) {
369 val = ((red << 8) & 0xf800);
370 val |= ((green << 4) & 0x07e0);
371 val |= (blue & 0x001f);
373 #ifdef LCD_INVERT_COLORS
374 palette[regno] = ~val;
376 palette[regno] = val;
380 debug ("setcolreg: reg %2d @ %p: R=%02X G=%02X B=%02X => %04X\n",
381 regno, &palette[regno],
385 #endif /* LCD_COLOR8 */
387 /*----------------------------------------------------------------------*/
388 __weak void lcd_enable(void)
392 /************************************************************************/
393 /* ** PXA255 specific routines */
394 /************************************************************************/
397 * Calculate fb size for VIDEOLFB_ATAG. Size returned contains fb,
398 * descriptors and palette areas.
400 ulong calc_fbsize (void)
403 int line_length = (panel_info.vl_col * NBITS (panel_info.vl_bpix)) / 8;
405 size = line_length * panel_info.vl_row;
411 static int pxafb_init_mem (void *lcdbase, vidinfo_t *vid)
413 u_long palette_mem_size;
414 struct pxafb_info *fbi = &vid->pxa;
415 int fb_size = vid->vl_row * (vid->vl_col * NBITS (vid->vl_bpix)) / 8;
417 fbi->screen = (u_long)lcdbase;
419 fbi->palette_size = NBITS(vid->vl_bpix) == 8 ? 256 : 16;
420 palette_mem_size = fbi->palette_size * sizeof(u16);
422 debug("palette_mem_size = 0x%08lx\n", (u_long) palette_mem_size);
423 /* locate palette and descs at end of page following fb */
424 fbi->palette = (u_long)lcdbase + fb_size + PAGE_SIZE - palette_mem_size;
428 #ifdef CONFIG_CPU_MONAHANS
429 static inline void pxafb_setup_gpio (vidinfo_t *vid) {}
431 static void pxafb_setup_gpio (vidinfo_t *vid)
436 * setup is based on type of panel supported
439 lccr0 = vid->pxa.reg_lccr0;
441 /* 4 bit interface */
442 if ((lccr0 & LCCR0_CMS) && (lccr0 & LCCR0_SDS) && !(lccr0 & LCCR0_DPD))
444 debug("Setting GPIO for 4 bit data\n");
446 writel(readl(GPDR1) | (0xf << 26), GPDR1);
447 writel((readl(GAFR1_U) & ~(0xff << 20)) | (0xaa << 20),
451 writel(readl(GPDR2) | (0xf << 10), GPDR2);
452 writel((readl(GAFR2_L) & ~(0xff << 20)) | (0xaa << 20),
456 /* 8 bit interface */
457 else if (((lccr0 & LCCR0_CMS) && ((lccr0 & LCCR0_SDS) || (lccr0 & LCCR0_DPD))) ||
458 (!(lccr0 & LCCR0_CMS) && !(lccr0 & LCCR0_PAS) && !(lccr0 & LCCR0_SDS)))
460 debug("Setting GPIO for 8 bit data\n");
462 writel(readl(GPDR1) | (0x3f << 26), GPDR1);
463 writel(readl(GPDR2) | (0x3), GPDR2);
465 writel((readl(GAFR1_U) & ~(0xfff << 20)) | (0xaaa << 20),
467 writel((readl(GAFR2_L) & ~0xf) | (0xa), GAFR2_L);
470 writel(readl(GPDR2) | (0xf << 10), GPDR2);
471 writel((readl(GAFR2_L) & ~(0xff << 20)) | (0xaa << 20),
475 /* 16 bit interface */
476 else if (!(lccr0 & LCCR0_CMS) && ((lccr0 & LCCR0_SDS) || (lccr0 & LCCR0_PAS)))
478 debug("Setting GPIO for 16 bit data\n");
480 writel(readl(GPDR1) | (0x3f << 26), GPDR1);
481 writel(readl(GPDR2) | 0x00003fff, GPDR2);
483 writel((readl(GAFR1_U) & ~(0xfff << 20)) | (0xaaa << 20),
485 writel((readl(GAFR2_L) & 0xf0000000) | 0x0aaaaaaa, GAFR2_L);
489 printf("pxafb_setup_gpio: unable to determine bits per pixel\n");
494 static void pxafb_enable_controller (vidinfo_t *vid)
496 debug("Enabling LCD controller\n");
498 /* Sequence from 11.7.10 */
499 writel(vid->pxa.reg_lccr3, LCCR3);
500 writel(vid->pxa.reg_lccr2, LCCR2);
501 writel(vid->pxa.reg_lccr1, LCCR1);
502 writel(vid->pxa.reg_lccr0 & ~LCCR0_ENB, LCCR0);
503 writel(vid->pxa.fdadr0, FDADR0);
504 writel(vid->pxa.fdadr1, FDADR1);
505 writel(readl(LCCR0) | LCCR0_ENB, LCCR0);
507 #ifdef CONFIG_CPU_MONAHANS
508 writel(readl(CKENA) | CKENA_1_LCD, CKENA);
510 writel(readl(CKEN) | CKEN16_LCD, CKEN);
513 debug("FDADR0 = 0x%08x\n", readl(FDADR0));
514 debug("FDADR1 = 0x%08x\n", readl(FDADR1));
515 debug("LCCR0 = 0x%08x\n", readl(LCCR0));
516 debug("LCCR1 = 0x%08x\n", readl(LCCR1));
517 debug("LCCR2 = 0x%08x\n", readl(LCCR2));
518 debug("LCCR3 = 0x%08x\n", readl(LCCR3));
521 static int pxafb_init (vidinfo_t *vid)
523 struct pxafb_info *fbi = &vid->pxa;
525 debug("Configuring PXA LCD\n");
527 fbi->reg_lccr0 = REG_LCCR0;
528 fbi->reg_lccr3 = REG_LCCR3;
530 debug("vid: vl_col=%d hslen=%d lm=%d rm=%d\n",
531 vid->vl_col, vid->vl_hpw,
532 vid->vl_blw, vid->vl_elw);
533 debug("vid: vl_row=%d vslen=%d um=%d bm=%d\n",
534 vid->vl_row, vid->vl_vpw,
535 vid->vl_bfw, vid->vl_efw);
538 LCCR1_DisWdth(vid->vl_col) +
539 LCCR1_HorSnchWdth(vid->vl_hpw) +
540 LCCR1_BegLnDel(vid->vl_blw) +
541 LCCR1_EndLnDel(vid->vl_elw);
544 LCCR2_DisHght(vid->vl_row) +
545 LCCR2_VrtSnchWdth(vid->vl_vpw) +
546 LCCR2_BegFrmDel(vid->vl_bfw) +
547 LCCR2_EndFrmDel(vid->vl_efw);
549 fbi->reg_lccr3 = REG_LCCR3 & ~(LCCR3_HSP | LCCR3_VSP);
550 fbi->reg_lccr3 |= (vid->vl_hsp ? LCCR3_HorSnchL : LCCR3_HorSnchH)
551 | (vid->vl_vsp ? LCCR3_VrtSnchL : LCCR3_VrtSnchH);
554 /* setup dma descriptors */
555 fbi->dmadesc_fblow = (struct pxafb_dma_descriptor *)((unsigned int)fbi->palette - 3*16);
556 fbi->dmadesc_fbhigh = (struct pxafb_dma_descriptor *)((unsigned int)fbi->palette - 2*16);
557 fbi->dmadesc_palette = (struct pxafb_dma_descriptor *)((unsigned int)fbi->palette - 1*16);
559 #define BYTES_PER_PANEL ((fbi->reg_lccr0 & LCCR0_SDS) ? \
560 (vid->vl_col * vid->vl_row * NBITS(vid->vl_bpix) / 8 / 2) : \
561 (vid->vl_col * vid->vl_row * NBITS(vid->vl_bpix) / 8))
563 /* populate descriptors */
564 fbi->dmadesc_fblow->fdadr = (u_long)fbi->dmadesc_fblow;
565 fbi->dmadesc_fblow->fsadr = fbi->screen + BYTES_PER_PANEL;
566 fbi->dmadesc_fblow->fidr = 0;
567 fbi->dmadesc_fblow->ldcmd = BYTES_PER_PANEL;
569 fbi->fdadr1 = (u_long)fbi->dmadesc_fblow; /* only used in dual-panel mode */
571 fbi->dmadesc_fbhigh->fsadr = fbi->screen;
572 fbi->dmadesc_fbhigh->fidr = 0;
573 fbi->dmadesc_fbhigh->ldcmd = BYTES_PER_PANEL;
575 fbi->dmadesc_palette->fsadr = fbi->palette;
576 fbi->dmadesc_palette->fidr = 0;
577 fbi->dmadesc_palette->ldcmd = (fbi->palette_size * 2) | LDCMD_PAL;
579 if( NBITS(vid->vl_bpix) < 12)
581 /* assume any mode with <12 bpp is palette driven */
582 fbi->dmadesc_palette->fdadr = (u_long)fbi->dmadesc_fbhigh;
583 fbi->dmadesc_fbhigh->fdadr = (u_long)fbi->dmadesc_palette;
584 /* flips back and forth between pal and fbhigh */
585 fbi->fdadr0 = (u_long)fbi->dmadesc_palette;
589 /* palette shouldn't be loaded in true-color mode */
590 fbi->dmadesc_fbhigh->fdadr = (u_long)fbi->dmadesc_fbhigh;
591 fbi->fdadr0 = (u_long)fbi->dmadesc_fbhigh; /* no pal just fbhigh */
594 debug("fbi->dmadesc_fblow = 0x%lx\n", (u_long)fbi->dmadesc_fblow);
595 debug("fbi->dmadesc_fbhigh = 0x%lx\n", (u_long)fbi->dmadesc_fbhigh);
596 debug("fbi->dmadesc_palette = 0x%lx\n", (u_long)fbi->dmadesc_palette);
598 debug("fbi->dmadesc_fblow->fdadr = 0x%lx\n", fbi->dmadesc_fblow->fdadr);
599 debug("fbi->dmadesc_fbhigh->fdadr = 0x%lx\n", fbi->dmadesc_fbhigh->fdadr);
600 debug("fbi->dmadesc_palette->fdadr = 0x%lx\n", fbi->dmadesc_palette->fdadr);
602 debug("fbi->dmadesc_fblow->fsadr = 0x%lx\n", fbi->dmadesc_fblow->fsadr);
603 debug("fbi->dmadesc_fbhigh->fsadr = 0x%lx\n", fbi->dmadesc_fbhigh->fsadr);
604 debug("fbi->dmadesc_palette->fsadr = 0x%lx\n", fbi->dmadesc_palette->fsadr);
606 debug("fbi->dmadesc_fblow->ldcmd = 0x%lx\n", fbi->dmadesc_fblow->ldcmd);
607 debug("fbi->dmadesc_fbhigh->ldcmd = 0x%lx\n", fbi->dmadesc_fbhigh->ldcmd);
608 debug("fbi->dmadesc_palette->ldcmd = 0x%lx\n", fbi->dmadesc_palette->ldcmd);
613 /************************************************************************/
614 /************************************************************************/
616 #endif /* CONFIG_LCD */