[U-Boot] [PATCH 07/13] colibri_t20: disable PMIC sleep mode on low supply voltage

Simon Glass sjg at chromium.org
Mon Jul 6 18:38:50 CEST 2015


On 6 July 2015 at 02:20, Marcel Ziswiler <marcel at ziswiler.com> wrote:
> From: Marcel Ziswiler <marcel.ziswiler at toradex.com>
>
> The Colibri T20's PMIC enters a sleep mode on low supply voltage < 3.0V
> ±2.5% (2.92...3.08V). Rising the main supply voltage again does not
> bring it back to regular operation. Not even a full reset does bring
> the module back. A full power cycle was required to reboot the system.
> A long positive pulse on the PMICs resume pin also reboots the system
> but this pin is only accessible as a test point on the module.
>
> This patch configures the PMIC through I2C to not enter this sleep mode
> plus force it to normal state upon sleep request exit should this ever
> happen.
>
> Signed-off-by: Marcel Ziswiler <marcel.ziswiler at toradex.com>
> ---
>  board/toradex/colibri_t20/colibri_t20.c | 35 +++++++++++++++++++++++++++++++++
>  1 file changed, 35 insertions(+)

Reviewed-by: Simon Glass <sjg at chromium.org>

You could write a pmic driver for this if you like.


More information about the U-Boot mailing list