--- u-boot-2010.06-orig/board/ronetix/pm9263/pm9263.c 2010-06-29 23:28:28.000000000 +0200 +++ u-boot-2010.06/board/ronetix/pm9263/pm9263.c 2011-05-02 15:14:27.000000000 +0200 @@ -223,6 +223,7 @@ if ((readw(PHYS_PSRAM) != 0x1234) || (readw(PHYS_PSRAM+2) != 0x5678)) { /* try with CRE=1 (MT45W2M16A) */ at91_set_pio_value(PSRAM_CRE_PIN, 1); /* set PSRAM_CRE_PIN to '1' */ + udelay(500); /* write RCR of the PSRAM */ x = readw(PSRAM_CTRL_REG); @@ -372,6 +373,7 @@ at91_uhp_hw_init(); #endif #ifdef CONFIG_LCD + timer_init(); pm9263_lcd_hw_init(); #endif return 0;