Re: [U-Boot] [PATCH 07/12] imx:mx6 Support LDO bypass

2015-02-13 Thread Robin Gong
On Thu, Feb 12, 2015 at 04:08:51PM -0800, Tim Harvey wrote: > On Wed, Feb 11, 2015 at 7:47 AM, Tim Harvey wrote: > > On Wed, Feb 11, 2015 at 2:49 AM, Robin Gong wrote: > > > >>> > >>> This is very board dependent. Here you are referring to a board that >

Re: [U-Boot] [PATCH 07/12] imx:mx6 Support LDO bypass

2015-02-13 Thread Robin Gong
On Wed, Feb 11, 2015 at 07:47:57AM -0800, Tim Harvey wrote: > On Wed, Feb 11, 2015 at 2:49 AM, Robin Gong wrote: > > >> > >> This is very board dependent. Here you are referring to a board that > >> has a reset input to the PMIC's from the IMX6's wat

Re: [U-Boot] [PATCH 07/12] imx:mx6 Support LDO bypass

2015-02-12 Thread Robin Gong
On Tue, Feb 10, 2015 at 06:33:38AM -0800, Tim Harvey wrote: > On Fri, Jan 9, 2015 at 12:59 AM, Peng Fan wrote: > > The basic graph for voltage input is: > >VDDARM_IN ---> LDO_DIG(ARM) ---> VDD_ARM_CAP > >VDDSOC_IN ---> LDO_DIG(SOC) ---> VDD_SOC_CAP > > > > Hi Peng, > > Glad to see someon