add LCD_RESET and FPGA_RESET again,deal with a bug in rk2818_batter

This commit is contained in:
luowei
2010-09-06 18:36:17 +08:00
parent 8eb0724be1
commit a92be8f839

View File

@@ -545,7 +545,7 @@ static int __devinit spi_fpga_probe(struct spi_device * spi)
INIT_LIST_HEAD(&port->trans_queue);
#endif
//spi_fpga_rst();
spi_fpga_rst();
sprintf(b, "fpga_irq_workqueue");
port->fpga_irq_workqueue = create_rt_workqueue(b);
if (!port->fpga_irq_workqueue) {