add LCD_RESET and FPGA_RESET again,deal with a bug in rk2818_batter
authorluowei <lw@rock-chips.com>
Mon, 6 Sep 2010 10:36:17 +0000 (18:36 +0800)
committerluowei <lw@rock-chips.com>
Mon, 6 Sep 2010 10:36:17 +0000 (18:36 +0800)
drivers/fpga/spi_fpga_init.c

index e19a10ea08b514e76fa1624c8926a0a619a6208d..0a2ddea26ddcbe63c8fe6c71d8c4761e9097af88 100755 (executable)
@@ -545,7 +545,7 @@ static int __devinit spi_fpga_probe(struct spi_device * spi)
        INIT_LIST_HEAD(&port->trans_queue);\r
 #endif\r
 \r
-       //spi_fpga_rst();\r
+       spi_fpga_rst();\r
        sprintf(b, "fpga_irq_workqueue");\r
        port->fpga_irq_workqueue = create_rt_workqueue(b);\r
        if (!port->fpga_irq_workqueue) {\r