Re: [U-Boot] [PATCH 0/8] Stop AXP from crashing when enabeling LDO3

2017-03-06 Thread Olliver Schinagl
Hey Jagan, FYI, I used the wrong e-mail address, I think it is still listed in some of the u-boot sources. Olliver On 01-03-17 15:06, Olliver Schinagl wrote: Hey Maxime, Jagan, On 01-03-17 14:00, Maxime Ripard wrote: Hi Oliver, On Wed, Mar 01, 2017 at 01:52:16PM +0100, Olliver Schinagl w

Re: [U-Boot] [PATCH 0/8] Stop AXP from crashing when enabeling LDO3

2017-03-06 Thread Olliver Schinagl
Hey Maxime, Jagan, On 01-03-17 14:00, Maxime Ripard wrote: Hi Oliver, On Wed, Mar 01, 2017 at 01:52:16PM +0100, Olliver Schinagl wrote: Hi list, When powering up an AXP209, the default value for LDO3 output is enabled. This works fine. However if for whatever reason, LDO3 is disabled, for exa

Re: [U-Boot] [PATCH 0/8] Stop AXP from crashing when enabeling LDO3

2017-03-06 Thread Olliver Schinagl
Hey Maxime, On 01-03-17 14:00, Maxime Ripard wrote: Hi Oliver, On Wed, Mar 01, 2017 at 01:52:16PM +0100, Olliver Schinagl wrote: Hi list, When powering up an AXP209, the default value for LDO3 output is enabled. This works fine. However if for whatever reason, LDO3 is disabled, for example by

Re: [U-Boot] [PATCH 0/8] Stop AXP from crashing when enabeling LDO3

2017-03-01 Thread Maxime Ripard
Hi Oliver, On Wed, Mar 01, 2017 at 01:52:16PM +0100, Olliver Schinagl wrote: > Hi list, > > When powering up an AXP209, the default value for LDO3 output is enabled. This > works fine. However if for whatever reason, LDO3 is disabled, for example by > OS > during reboot and u-boot enables LDO3 a

[U-Boot] [PATCH 0/8] Stop AXP from crashing when enabeling LDO3

2017-03-01 Thread Olliver Schinagl
Hi list, When powering up an AXP209, the default value for LDO3 output is enabled. This works fine. However if for whatever reason, LDO3 is disabled, for example by OS during reboot and u-boot enables LDO3 again, the PMIC shutsdown (without setting an interrupt) causing the board to hang. This beh