mirror of
git://projects.qi-hardware.com/xburst-tools.git
synced 2024-11-22 22:32:48 +02:00
qi-gta03-framebuffer-init-to-c.patch
Signed-off-by: Andy Green <andy@openmoko.com>
This commit is contained in:
parent
4a503bbc81
commit
3565397f1c
@ -798,6 +798,11 @@ void port_init_gta03(void)
|
||||
(0 << 30) /* GPQ15 - no pull up or down */
|
||||
;
|
||||
|
||||
/* LCD Controller enable */
|
||||
|
||||
__REG(0x7410800c) = 0;
|
||||
__REG(0x7f0081a0) = 0xbfc11501;
|
||||
|
||||
/*
|
||||
* We have to talk to the PMU a little bit
|
||||
*/
|
||||
|
@ -192,16 +192,6 @@ start_code:
|
||||
orr r0, r0, #0x13
|
||||
mcr p15,0,r0,c15,c2,4 @ 256M(0x70000000-0x7fffffff)
|
||||
|
||||
/* LCD Controller enable */
|
||||
|
||||
ldr r0, =0x7410800c @ MIFPCON[3] = 0
|
||||
mov r1, #0
|
||||
str r1, [r0]
|
||||
|
||||
ldr r0, =0x7f0081a0 @ SPCON[1:0] = 01
|
||||
ldr r1, =0xbfc11501
|
||||
str r1, [r0]
|
||||
|
||||
/* SDRAM */
|
||||
|
||||
ldr r0, =ELFIN_MEM_SYS_CFG @Memory sussystem address 0x7e00f120
|
||||
|
Loading…
Reference in New Issue
Block a user