Re: [U-Boot] [PATCH] imx: imx7d-sdb: Add DM QSPI support

2018-06-27 Thread Jagan Teki
On Wed, Jun 27, 2018 at 6:53 PM, Ye Li wrote: > On 6/27/2018 6:33 PM, Jagan Teki wrote: >> On Wed, Jun 27, 2018 at 12:19 PM, Ye Li wrote: >>> On iMX7D SabreSD board, the QSPI has pins conflict with EPDC (default). >>> To use QSPI, users have to rework the board (de-populate R388-R391, >>> R396-R

Re: [U-Boot] [PATCH] imx: imx7d-sdb: Add DM QSPI support

2018-06-27 Thread Ye Li
On 6/27/2018 6:33 PM, Jagan Teki wrote: > On Wed, Jun 27, 2018 at 12:19 PM, Ye Li wrote: >> On iMX7D SabreSD board, the QSPI has pins conflict with EPDC (default). >> To use QSPI, users have to rework the board (de-populate R388-R391, R396-R399 >> populate R392-R395, R299, R300). So we add new DTS

Re: [U-Boot] [PATCH] imx: imx7d-sdb: Add DM QSPI support

2018-06-27 Thread Jagan Teki
On Wed, Jun 27, 2018 at 12:19 PM, Ye Li wrote: > On iMX7D SabreSD board, the QSPI has pins conflict with EPDC (default). > To use QSPI, users have to rework the board (de-populate R388-R391, R396-R399 > populate R392-R395, R299, R300). So we add new DTS file and new defconfig > dedicated for QSPI.

Re: [U-Boot] [PATCH] imx: imx7d-sdb: Add DM QSPI support

2018-06-27 Thread Ashish Kumar
Hello Ye, Since you have converted the i.mx6,i.mx7 series to DM model. It will worth to test your code after removing non-DM code from fsl_qspi.c code as well. Attaching patch for same. Regards Ashish > -Original Message- > From: Ye Li > Sent: Wednesday, June 27, 2018 12:39 PM > To: sb

[U-Boot] [PATCH] imx: imx7d-sdb: Add DM QSPI support

2018-06-27 Thread Ye Li
On iMX7D SabreSD board, the QSPI has pins conflict with EPDC (default). To use QSPI, users have to rework the board (de-populate R388-R391, R396-R399 populate R392-R395, R299, R300). So we add new DTS file and new defconfig dedicated for QSPI. Other changes to support the DM QSPI: - Add QSPI node

[U-Boot] [PATCH] imx: imx7d-sdb: Add DM QSPI support

2018-06-26 Thread Ye Li
On iMX7D SabreSD board, the QSPI has pins conflict with EPDC (default). To use QSPI, users have to rework the board (de-populate R388-R391, R396-R399 populate R392-R395, R299, R300). So we add new DTS file and new defconfig dedicated for QSPI. Other changes to support the DM QSPI: - Add QSPI node