From: luowei Date: Mon, 6 Sep 2010 10:36:17 +0000 (+0800) Subject: add LCD_RESET and FPGA_RESET again,deal with a bug in rk2818_batter X-Git-Tag: firefly_0821_release~11178 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=a92be8f839963feaaafcb1c808c057544fac8284;p=firefly-linux-kernel-4.4.55.git add LCD_RESET and FPGA_RESET again,deal with a bug in rk2818_batter --- 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) {