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

2017-01-11 Thread Peng Fan
+Stefano On Thu, Jan 12, 2017 at 10:23:03AM +0800, Peng Fan wrote: >On Tue, Jan 03, 2017 at 05:05:02PM +0800, Peng Fan wrote: >>Hi Stefano, >> >>On Tue, Dec 27, 2016 at 12:07:40PM +, Peng Fan wrote: > + "boot_fdt=try\0" \ On this platform we will always boot from dt, so

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

2017-01-11 Thread Peng Fan
On Tue, Jan 03, 2017 at 05:05:02PM +0800, Peng Fan wrote: >Hi Stefano, > >On Tue, Dec 27, 2016 at 12:07:40PM +, Peng Fan wrote: >>> > + "boot_fdt=try\0" \ >>> >>> On this platform we will always boot from dt, so we can remove this >>> variable... >> >> >>Fix in v3. > >I do not see more

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

2017-01-03 Thread Peng Fan
...@nxp.com> >> Cc: U-Boot-Denx <u-boot@lists.denx.de> >> Subject: Re: [U-Boot] [PATCH V2 20/20] imx: mx7ulp_evk: enable >> mmc/regulator support >> >> On Tue, Dec 27, 2016 at 8:04 AM, Peng Fan <peng@nxp.com> wrote: >> >> > +

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

2016-12-27 Thread Peng Fan
> -Original Message- > From: U-Boot [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Fabio > Estevam > Sent: Tuesday, December 27, 2016 7:23 PM > To: Peng Fan <peng@nxp.com> > Cc: U-Boot-Denx <u-boot@lists.denx.de> > Subject: Re: [U-Boot] [PATCH

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

2016-12-27 Thread Fabio Estevam
On Tue, Dec 27, 2016 at 8:04 AM, Peng Fan wrote: > +#define CONFIG_EXTRA_ENV_SETTINGS \ > + "script=boot.scr\0" \ > + "image=zImage\0" \ > + "console=ttyLP0\0" \ > + "fdt_high=0x\0" \ > + "initrd_high=0x\0" \ > +

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

2016-12-27 Thread Peng Fan
Enable MMC support. The fsl sdhc driver needs regulator to enable power, so enable regulator support. And bootcmd and more env. Signed-off-by: Peng Fan Cc: Stefano Babic --- V2: Add bootcmd and more env. configs/mx7ulp_evk_defconfig| 8