[U-Boot] [PATCH] defconfig: ls2085a: Enable FSL_DSPI, OF_CONTROL and DM support

2015-07-03 Thread Haikun Wang
Freescale DSPI driver has been converted to Driver Model. The new driver is depended on OF_CONTROL, DM, DM_SPI. This patch enable FSL_DSPI and its dependence configure options. Signed-off-by: Haikun Wang --- configs/ls2085aqds_defconfig | 7 +++ configs/ls2085ardb_defconfig | 7 +++ 2 fi

Re: [U-Boot] [PATCH] defconfig: ls2085a: Enable FSL_DSPI, OF_CONTROL and DM support

2015-07-20 Thread York Sun
On 07/03/2015 01:51 AM, Haikun Wang wrote: > Freescale DSPI driver has been converted to Driver Model. > The new driver is depended on OF_CONTROL, DM, DM_SPI. > This patch enable FSL_DSPI and its dependence configure options. > > Signed-off-by: Haikun Wang > --- Applied to u-boot-fsl-qoriq mas