[PATCH] soc: mediatek: SCPSYS: Fix double enabling of regulators
From: matthias.bgg@gmail.com (Matthias Brugger)
Date: 2016-02-01 10:28:39
Also in:
linux-mediatek
From: matthias.bgg@gmail.com (Matthias Brugger)
Date: 2016-02-01 10:28:39
Also in:
linux-mediatek
On 22/01/16 20:26, Daniel Kurtz wrote:
On Fri, Jan 22, 2016 at 4:39 AM, Sascha Hauer[off-list ref] wrote:quoted
quoted
With CONFIG_PM enabled do not call genpd->power_on manually as this will cause the regulators being turned on once in SCPSYS probe and then again when the genpd core turns on the domains. Instead, call genpd->power_on only with CONFIG_PM disabled and tell the genpd core that the domains are disabled when registered. Signed-off-by: Sascha Hauer<s.hauer@pengutronix.de>Take your pick: Tested-by: Daniel Kurtz<redacted> Reviewed-by: Daniel Kurtz<redacted>quoted
quoted
---
Applied, thanks.