|
@@ -1293,6 +1293,9 @@ static int pxa2xx_spi_resume(struct device *dev)
|
|
|
/* Enable the SSP clock */
|
|
/* Enable the SSP clock */
|
|
|
clk_prepare_enable(ssp->clk);
|
|
clk_prepare_enable(ssp->clk);
|
|
|
|
|
|
|
|
|
|
+ /* Restore LPSS private register bits */
|
|
|
|
|
+ lpss_ssp_setup(drv_data);
|
|
|
|
|
+
|
|
|
/* Start the queue running */
|
|
/* Start the queue running */
|
|
|
status = spi_master_resume(drv_data->master);
|
|
status = spi_master_resume(drv_data->master);
|
|
|
if (status != 0) {
|
|
if (status != 0) {
|