Re: [U-Boot] [PATCH v2 2/2] imx: mx6q/dlsabreauto: And NAND flash support

2014-11-13 Thread Stefano Babic
On 12/11/2014 07:02, Ye.Li wrote: > The i.MX6Q/DL sabreauto board has one NAND socket, set the > CONFIG_NAND_MXS and relevant NAND configurations to enable the > MXS NAND flash driver. > Add board level codes to set IOMUX and clock for GPMI-NAND and > BCH module. > > Signed-off-by: Ye.Li > --- A

Re: [U-Boot] [PATCH v2 2/2] imx: mx6q/dlsabreauto: And NAND flash support

2014-11-12 Thread Fabio Estevam
On Wed, Nov 12, 2014 at 4:02 AM, Ye.Li wrote: > The i.MX6Q/DL sabreauto board has one NAND socket, set the > CONFIG_NAND_MXS and relevant NAND configurations to enable the > MXS NAND flash driver. > Add board level codes to set IOMUX and clock for GPMI-NAND and > BCH module. > > Signed-off-by: Ye.

[U-Boot] [PATCH v2 2/2] imx: mx6q/dlsabreauto: And NAND flash support

2014-11-11 Thread Ye . Li
The i.MX6Q/DL sabreauto board has one NAND socket, set the CONFIG_NAND_MXS and relevant NAND configurations to enable the MXS NAND flash driver. Add board level codes to set IOMUX and clock for GPMI-NAND and BCH module. Signed-off-by: Ye.Li --- Changes since v1: - Use "static" for gpmi pad settin