1 // SPDX-License-Identifier: GPL-2.0+
5 * (C) Copyright 2001-2002
6 * Wolfgang Denk, DENX Software Engineering -- wd@denx.de
9 /************************************************************************/
11 /************************************************************************/
14 #include <asm/arch/pxa-regs.h>
17 #include <linux/types.h>
19 #include <stdio_dev.h>
25 /*----------------------------------------------------------------------*/
27 * Define panel bpp, LCCR0, LCCR3 and panel_info video struct for
32 /* LCD outputs connected to a video DAC */
33 # define LCD_BPP LCD_COLOR8
35 /* you have to set lccr0 and lccr3 (including pcd) */
36 # define REG_LCCR0 0x003008f8
37 # define REG_LCCR3 0x0300FF01
39 /* 640x480x16 @ 61 Hz */
40 vidinfo_t panel_info = {
45 .vl_clkp = CONFIG_SYS_HIGH,
46 .vl_oep = CONFIG_SYS_HIGH,
47 .vl_hsp = CONFIG_SYS_HIGH,
48 .vl_vsp = CONFIG_SYS_HIGH,
49 .vl_dp = CONFIG_SYS_HIGH,
62 #endif /* CONFIG_PXA_VIDEO */
64 /*----------------------------------------------------------------------*/
65 #ifdef CONFIG_SHARP_LM8V31
67 # define LCD_BPP LCD_COLOR8
68 # define LCD_INVERT_COLORS /* Needed for colors to be correct, but why? */
70 /* you have to set lccr0 and lccr3 (including pcd) */
71 # define REG_LCCR0 0x0030087C
72 # define REG_LCCR3 0x0340FF08
74 vidinfo_t panel_info = {
79 .vl_clkp = CONFIG_SYS_HIGH,
80 .vl_oep = CONFIG_SYS_HIGH,
81 .vl_hsp = CONFIG_SYS_HIGH,
82 .vl_vsp = CONFIG_SYS_HIGH,
83 .vl_dp = CONFIG_SYS_HIGH,
96 #endif /* CONFIG_SHARP_LM8V31 */
97 /*----------------------------------------------------------------------*/
98 #ifdef CONFIG_VOIPAC_LCD
100 # define LCD_BPP LCD_COLOR8
101 # define LCD_INVERT_COLORS
103 /* you have to set lccr0 and lccr3 (including pcd) */
104 # define REG_LCCR0 0x043008f8
105 # define REG_LCCR3 0x0340FF08
107 vidinfo_t panel_info = {
112 .vl_clkp = CONFIG_SYS_HIGH,
113 .vl_oep = CONFIG_SYS_HIGH,
114 .vl_hsp = CONFIG_SYS_HIGH,
115 .vl_vsp = CONFIG_SYS_HIGH,
116 .vl_dp = CONFIG_SYS_HIGH,
129 #endif /* CONFIG_VOIPAC_LCD */
131 /*----------------------------------------------------------------------*/
132 #ifdef CONFIG_HITACHI_SX14
133 /* Hitachi SX14Q004-ZZA color STN LCD */
134 #define LCD_BPP LCD_COLOR8
136 /* you have to set lccr0 and lccr3 (including pcd) */
137 #define REG_LCCR0 0x00301079
138 #define REG_LCCR3 0x0340FF20
140 vidinfo_t panel_info = {
145 .vl_clkp = CONFIG_SYS_HIGH,
146 .vl_oep = CONFIG_SYS_HIGH,
147 .vl_hsp = CONFIG_SYS_HIGH,
148 .vl_vsp = CONFIG_SYS_HIGH,
149 .vl_dp = CONFIG_SYS_HIGH,
162 #endif /* CONFIG_HITACHI_SX14 */
164 /*----------------------------------------------------------------------*/
165 #ifdef CONFIG_LMS283GF05
167 # define LCD_BPP LCD_COLOR8
168 /*# define LCD_INVERT_COLORS*/
170 /* you have to set lccr0 and lccr3 (including pcd) */
171 # define REG_LCCR0 0x043008f8
172 # define REG_LCCR3 0x03b00009
174 vidinfo_t panel_info = {
180 .vl_clkp = CONFIG_SYS_HIGH,
181 .vl_oep = CONFIG_SYS_LOW,
182 .vl_hsp = CONFIG_SYS_LOW,
183 .vl_vsp = CONFIG_SYS_LOW,
184 .vl_dp = CONFIG_SYS_HIGH,
197 #endif /* CONFIG_LMS283GF05 */
199 /*----------------------------------------------------------------------*/
201 #ifdef CONFIG_ACX517AKN
203 # define LCD_BPP LCD_COLOR8
205 /* you have to set lccr0 and lccr3 (including pcd) */
206 # define REG_LCCR0 0x003008f9
207 # define REG_LCCR3 0x03700006
209 vidinfo_t panel_info = {
214 .vl_clkp = CONFIG_SYS_HIGH,
215 .vl_oep = CONFIG_SYS_LOW,
216 .vl_hsp = CONFIG_SYS_LOW,
217 .vl_vsp = CONFIG_SYS_LOW,
218 .vl_dp = CONFIG_SYS_HIGH,
231 #endif /* CONFIG_ACX517AKN */
233 #ifdef CONFIG_ACX544AKN
235 # define LCD_BPP LCD_COLOR16
237 /* you have to set lccr0 and lccr3 (including pcd) */
238 # define REG_LCCR0 0x003008f9
239 # define REG_LCCR3 0x04700007 /* 16bpp */
241 vidinfo_t panel_info = {
246 .vl_clkp = CONFIG_SYS_LOW,
247 .vl_oep = CONFIG_SYS_LOW,
248 .vl_hsp = CONFIG_SYS_LOW,
249 .vl_vsp = CONFIG_SYS_LOW,
250 .vl_dp = CONFIG_SYS_LOW,
263 #endif /* CONFIG_ACX544AKN */
265 /*----------------------------------------------------------------------*/
267 #ifdef CONFIG_LQ038J7DH53
269 # define LCD_BPP LCD_COLOR8
271 /* you have to set lccr0 and lccr3 (including pcd) */
272 # define REG_LCCR0 0x003008f9
273 # define REG_LCCR3 0x03700004
275 vidinfo_t panel_info = {
280 .vl_clkp = CONFIG_SYS_HIGH,
281 .vl_oep = CONFIG_SYS_LOW,
282 .vl_hsp = CONFIG_SYS_LOW,
283 .vl_vsp = CONFIG_SYS_LOW,
284 .vl_dp = CONFIG_SYS_HIGH,
297 #endif /* CONFIG_ACX517AKN */
299 /*----------------------------------------------------------------------*/
301 #ifdef CONFIG_LITTLETON_LCD
302 # define LCD_BPP LCD_COLOR8
304 /* you have to set lccr0 and lccr3 (including pcd) */
305 # define REG_LCCR0 0x003008f8
306 # define REG_LCCR3 0x0300FF04
308 vidinfo_t panel_info = {
313 .vl_clkp = CONFIG_SYS_HIGH,
314 .vl_oep = CONFIG_SYS_HIGH,
315 .vl_hsp = CONFIG_SYS_HIGH,
316 .vl_vsp = CONFIG_SYS_HIGH,
317 .vl_dp = CONFIG_SYS_HIGH,
330 #endif /* CONFIG_LITTLETON_LCD */
332 /*----------------------------------------------------------------------*/
334 static int pxafb_init_mem (void *lcdbase, vidinfo_t *vid);
335 static void pxafb_setup_gpio (vidinfo_t *vid);
336 static void pxafb_enable_controller (vidinfo_t *vid);
337 static int pxafb_init (vidinfo_t *vid);
339 /************************************************************************/
340 /* --------------- PXA chipset specific functions ------------------- */
341 /************************************************************************/
343 ushort *configuration_get_cmap(void)
345 struct pxafb_info *fbi = &panel_info.pxa;
346 return (ushort *)fbi->palette;
349 void lcd_ctrl_init (void *lcdbase)
351 pxafb_init_mem(lcdbase, &panel_info);
352 pxafb_init(&panel_info);
353 pxafb_setup_gpio(&panel_info);
354 pxafb_enable_controller(&panel_info);
357 /*----------------------------------------------------------------------*/
358 #if LCD_BPP == LCD_COLOR8
360 lcd_setcolreg (ushort regno, ushort red, ushort green, ushort blue)
362 struct pxafb_info *fbi = &panel_info.pxa;
363 unsigned short *palette = (unsigned short *)fbi->palette;
366 if (regno < fbi->palette_size) {
367 val = ((red << 8) & 0xf800);
368 val |= ((green << 4) & 0x07e0);
369 val |= (blue & 0x001f);
371 #ifdef LCD_INVERT_COLORS
372 palette[regno] = ~val;
374 palette[regno] = val;
378 debug ("setcolreg: reg %2d @ %p: R=%02X G=%02X B=%02X => %04X\n",
379 regno, &palette[regno],
383 #endif /* LCD_COLOR8 */
385 /*----------------------------------------------------------------------*/
386 __weak void lcd_enable(void)
390 /************************************************************************/
391 /* ** PXA255 specific routines */
392 /************************************************************************/
395 * Calculate fb size for VIDEOLFB_ATAG. Size returned contains fb,
396 * descriptors and palette areas.
398 ulong calc_fbsize (void)
401 int line_length = (panel_info.vl_col * NBITS (panel_info.vl_bpix)) / 8;
403 size = line_length * panel_info.vl_row;
409 static int pxafb_init_mem (void *lcdbase, vidinfo_t *vid)
411 u_long palette_mem_size;
412 struct pxafb_info *fbi = &vid->pxa;
413 int fb_size = vid->vl_row * (vid->vl_col * NBITS (vid->vl_bpix)) / 8;
415 fbi->screen = (u_long)lcdbase;
417 fbi->palette_size = NBITS(vid->vl_bpix) == 8 ? 256 : 16;
418 palette_mem_size = fbi->palette_size * sizeof(u16);
420 debug("palette_mem_size = 0x%08lx\n", (u_long) palette_mem_size);
421 /* locate palette and descs at end of page following fb */
422 fbi->palette = (u_long)lcdbase + fb_size + PAGE_SIZE - palette_mem_size;
426 #ifdef CONFIG_CPU_MONAHANS
427 static inline void pxafb_setup_gpio (vidinfo_t *vid) {}
429 static void pxafb_setup_gpio (vidinfo_t *vid)
434 * setup is based on type of panel supported
437 lccr0 = vid->pxa.reg_lccr0;
439 /* 4 bit interface */
440 if ((lccr0 & LCCR0_CMS) && (lccr0 & LCCR0_SDS) && !(lccr0 & LCCR0_DPD))
442 debug("Setting GPIO for 4 bit data\n");
444 writel(readl(GPDR1) | (0xf << 26), GPDR1);
445 writel((readl(GAFR1_U) & ~(0xff << 20)) | (0xaa << 20),
449 writel(readl(GPDR2) | (0xf << 10), GPDR2);
450 writel((readl(GAFR2_L) & ~(0xff << 20)) | (0xaa << 20),
454 /* 8 bit interface */
455 else if (((lccr0 & LCCR0_CMS) && ((lccr0 & LCCR0_SDS) || (lccr0 & LCCR0_DPD))) ||
456 (!(lccr0 & LCCR0_CMS) && !(lccr0 & LCCR0_PAS) && !(lccr0 & LCCR0_SDS)))
458 debug("Setting GPIO for 8 bit data\n");
460 writel(readl(GPDR1) | (0x3f << 26), GPDR1);
461 writel(readl(GPDR2) | (0x3), GPDR2);
463 writel((readl(GAFR1_U) & ~(0xfff << 20)) | (0xaaa << 20),
465 writel((readl(GAFR2_L) & ~0xf) | (0xa), GAFR2_L);
468 writel(readl(GPDR2) | (0xf << 10), GPDR2);
469 writel((readl(GAFR2_L) & ~(0xff << 20)) | (0xaa << 20),
473 /* 16 bit interface */
474 else if (!(lccr0 & LCCR0_CMS) && ((lccr0 & LCCR0_SDS) || (lccr0 & LCCR0_PAS)))
476 debug("Setting GPIO for 16 bit data\n");
478 writel(readl(GPDR1) | (0x3f << 26), GPDR1);
479 writel(readl(GPDR2) | 0x00003fff, GPDR2);
481 writel((readl(GAFR1_U) & ~(0xfff << 20)) | (0xaaa << 20),
483 writel((readl(GAFR2_L) & 0xf0000000) | 0x0aaaaaaa, GAFR2_L);
487 printf("pxafb_setup_gpio: unable to determine bits per pixel\n");
492 static void pxafb_enable_controller (vidinfo_t *vid)
494 debug("Enabling LCD controller\n");
496 /* Sequence from 11.7.10 */
497 writel(vid->pxa.reg_lccr3, LCCR3);
498 writel(vid->pxa.reg_lccr2, LCCR2);
499 writel(vid->pxa.reg_lccr1, LCCR1);
500 writel(vid->pxa.reg_lccr0 & ~LCCR0_ENB, LCCR0);
501 writel(vid->pxa.fdadr0, FDADR0);
502 writel(vid->pxa.fdadr1, FDADR1);
503 writel(readl(LCCR0) | LCCR0_ENB, LCCR0);
505 #ifdef CONFIG_CPU_MONAHANS
506 writel(readl(CKENA) | CKENA_1_LCD, CKENA);
508 writel(readl(CKEN) | CKEN16_LCD, CKEN);
511 debug("FDADR0 = 0x%08x\n", readl(FDADR0));
512 debug("FDADR1 = 0x%08x\n", readl(FDADR1));
513 debug("LCCR0 = 0x%08x\n", readl(LCCR0));
514 debug("LCCR1 = 0x%08x\n", readl(LCCR1));
515 debug("LCCR2 = 0x%08x\n", readl(LCCR2));
516 debug("LCCR3 = 0x%08x\n", readl(LCCR3));
519 static int pxafb_init (vidinfo_t *vid)
521 struct pxafb_info *fbi = &vid->pxa;
523 debug("Configuring PXA LCD\n");
525 fbi->reg_lccr0 = REG_LCCR0;
526 fbi->reg_lccr3 = REG_LCCR3;
528 debug("vid: vl_col=%d hslen=%d lm=%d rm=%d\n",
529 vid->vl_col, vid->vl_hpw,
530 vid->vl_blw, vid->vl_elw);
531 debug("vid: vl_row=%d vslen=%d um=%d bm=%d\n",
532 vid->vl_row, vid->vl_vpw,
533 vid->vl_bfw, vid->vl_efw);
536 LCCR1_DisWdth(vid->vl_col) +
537 LCCR1_HorSnchWdth(vid->vl_hpw) +
538 LCCR1_BegLnDel(vid->vl_blw) +
539 LCCR1_EndLnDel(vid->vl_elw);
542 LCCR2_DisHght(vid->vl_row) +
543 LCCR2_VrtSnchWdth(vid->vl_vpw) +
544 LCCR2_BegFrmDel(vid->vl_bfw) +
545 LCCR2_EndFrmDel(vid->vl_efw);
547 fbi->reg_lccr3 = REG_LCCR3 & ~(LCCR3_HSP | LCCR3_VSP);
548 fbi->reg_lccr3 |= (vid->vl_hsp ? LCCR3_HorSnchL : LCCR3_HorSnchH)
549 | (vid->vl_vsp ? LCCR3_VrtSnchL : LCCR3_VrtSnchH);
552 /* setup dma descriptors */
553 fbi->dmadesc_fblow = (struct pxafb_dma_descriptor *)((unsigned int)fbi->palette - 3*16);
554 fbi->dmadesc_fbhigh = (struct pxafb_dma_descriptor *)((unsigned int)fbi->palette - 2*16);
555 fbi->dmadesc_palette = (struct pxafb_dma_descriptor *)((unsigned int)fbi->palette - 1*16);
557 #define BYTES_PER_PANEL ((fbi->reg_lccr0 & LCCR0_SDS) ? \
558 (vid->vl_col * vid->vl_row * NBITS(vid->vl_bpix) / 8 / 2) : \
559 (vid->vl_col * vid->vl_row * NBITS(vid->vl_bpix) / 8))
561 /* populate descriptors */
562 fbi->dmadesc_fblow->fdadr = (u_long)fbi->dmadesc_fblow;
563 fbi->dmadesc_fblow->fsadr = fbi->screen + BYTES_PER_PANEL;
564 fbi->dmadesc_fblow->fidr = 0;
565 fbi->dmadesc_fblow->ldcmd = BYTES_PER_PANEL;
567 fbi->fdadr1 = (u_long)fbi->dmadesc_fblow; /* only used in dual-panel mode */
569 fbi->dmadesc_fbhigh->fsadr = fbi->screen;
570 fbi->dmadesc_fbhigh->fidr = 0;
571 fbi->dmadesc_fbhigh->ldcmd = BYTES_PER_PANEL;
573 fbi->dmadesc_palette->fsadr = fbi->palette;
574 fbi->dmadesc_palette->fidr = 0;
575 fbi->dmadesc_palette->ldcmd = (fbi->palette_size * 2) | LDCMD_PAL;
577 if( NBITS(vid->vl_bpix) < 12)
579 /* assume any mode with <12 bpp is palette driven */
580 fbi->dmadesc_palette->fdadr = (u_long)fbi->dmadesc_fbhigh;
581 fbi->dmadesc_fbhigh->fdadr = (u_long)fbi->dmadesc_palette;
582 /* flips back and forth between pal and fbhigh */
583 fbi->fdadr0 = (u_long)fbi->dmadesc_palette;
587 /* palette shouldn't be loaded in true-color mode */
588 fbi->dmadesc_fbhigh->fdadr = (u_long)fbi->dmadesc_fbhigh;
589 fbi->fdadr0 = (u_long)fbi->dmadesc_fbhigh; /* no pal just fbhigh */
592 debug("fbi->dmadesc_fblow = 0x%lx\n", (u_long)fbi->dmadesc_fblow);
593 debug("fbi->dmadesc_fbhigh = 0x%lx\n", (u_long)fbi->dmadesc_fbhigh);
594 debug("fbi->dmadesc_palette = 0x%lx\n", (u_long)fbi->dmadesc_palette);
596 debug("fbi->dmadesc_fblow->fdadr = 0x%lx\n", fbi->dmadesc_fblow->fdadr);
597 debug("fbi->dmadesc_fbhigh->fdadr = 0x%lx\n", fbi->dmadesc_fbhigh->fdadr);
598 debug("fbi->dmadesc_palette->fdadr = 0x%lx\n", fbi->dmadesc_palette->fdadr);
600 debug("fbi->dmadesc_fblow->fsadr = 0x%lx\n", fbi->dmadesc_fblow->fsadr);
601 debug("fbi->dmadesc_fbhigh->fsadr = 0x%lx\n", fbi->dmadesc_fbhigh->fsadr);
602 debug("fbi->dmadesc_palette->fsadr = 0x%lx\n", fbi->dmadesc_palette->fsadr);
604 debug("fbi->dmadesc_fblow->ldcmd = 0x%lx\n", fbi->dmadesc_fblow->ldcmd);
605 debug("fbi->dmadesc_fbhigh->ldcmd = 0x%lx\n", fbi->dmadesc_fbhigh->ldcmd);
606 debug("fbi->dmadesc_palette->ldcmd = 0x%lx\n", fbi->dmadesc_palette->ldcmd);
611 /************************************************************************/
612 /************************************************************************/
614 #endif /* CONFIG_LCD */