Re: [U-Boot] [PATCH 18/18] imx: mx7ulp_evk: enable mmc/regulator support

2016-12-26 Thread Peng Fan
> -Original Message- > From: Fabio Estevam [mailto:feste...@gmail.com] > Sent: Monday, December 26, 2016 9:15 PM > To: Peng Fan <peng@nxp.com> > Cc: Stefano Babic <sba...@denx.de>; U-Boot-Denx <u-boot@lists.denx.de> > Subject: Re: [U-Boot] [PATC

Re: [U-Boot] [PATCH 18/18] imx: mx7ulp_evk: enable mmc/regulator support

2016-12-26 Thread Fabio Estevam
On Mon, Dec 26, 2016 at 5:00 AM, Peng Fan wrote: > +#define CONFIG_SYS_FSL_USDHC_NUM1 > + > +#define CONFIG_SYS_FSL_ESDHC_ADDR 0 > +#define CONFIG_SYS_MMC_ENV_DEV 0 /* USDHC1 */ > +#define CONFIG_SYS_MMC_ENV_PART 0 /* user area */ >

[U-Boot] [PATCH 18/18] imx: mx7ulp_evk: enable mmc/regulator support

2016-12-26 Thread Peng Fan
Enable MMC support. The fsl sdhc driver needs regulator to enable power, so enable regulator support. Signed-off-by: Peng Fan Cc: Stefano Babic --- configs/mx7ulp_evk_defconfig | 8 include/configs/mx7ulp_evk.h | 17 - 2 files