Re: [U-Boot] [PATCH 2/3] ARM: imx6: disable bandgap self-bias after boot

2015-02-17 Thread Stefano Babic
Hi Peng, On 15/01/2015 07:22, Peng Fan wrote: > The self-bias circuit is used by the bandgap during startup. > Once the bandgap has stabilized, the self-bias circuit should > be disabled for best noise performance of analog blocks. > Also this bit should be disabled before the chip enters STOP mod

[U-Boot] [PATCH 2/3] ARM: imx6: disable bandgap self-bias after boot

2015-01-14 Thread Peng Fan
The self-bias circuit is used by the bandgap during startup. Once the bandgap has stabilized, the self-bias circuit should be disabled for best noise performance of analog blocks. Also this bit should be disabled before the chip enters STOP mode or when ever the regular bandgap is disabled. Signed