From a92be8f839963feaaafcb1c808c057544fac8284 Mon Sep 17 00:00:00 2001 From: luowei Date: Mon, 6 Sep 2010 18:36:17 +0800 Subject: [PATCH] add LCD_RESET and FPGA_RESET again,deal with a bug in rk2818_batter --- drivers/fpga/spi_fpga_init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/fpga/spi_fpga_init.c b/drivers/fpga/spi_fpga_init.c index e19a10ea08b5..0a2ddea26ddc 100755 --- a/drivers/fpga/spi_fpga_init.c +++ b/drivers/fpga/spi_fpga_init.c @@ -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) { -- 2.34.1