[PATCH v2 1/4] clk: mediatek: mt8173: Fix enabling of critical clocks
From: Daniel Kurtz <hidden>
Date: 2015-07-03 06:29:35
Also in:
linux-devicetree, linux-mediatek, lkml
From: Daniel Kurtz <hidden>
Date: 2015-07-03 06:29:35
Also in:
linux-devicetree, linux-mediatek, lkml
Hi Stephen, On Fri, Jul 3, 2015 at 7:03 AM, Stephen Boyd [off-list ref] wrote:
On 06/30, James Liao wrote:quoted
From: Sascha Hauer <s.hauer@pengutronix.de> On the MT8173 the clocks are provided by different units. To enable the critical clocks we must be sure that all parent clocks are already registered, otherwise the parents of the critical clocks end up being unused and get disabled later. To find a place where all parents are registered we try each time after we've registered some clocks if all known providers are present now and only then we enable the critical clocks Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: James Liao <redacted> ---Applied to clk-fixes
I think James plans to send an updated version of this patch.
-- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project