[PATCH v4 3/7] clk: mediatek: mt8173: Fix enabling of critical clocks

2015-07-23 Thread James Liao
From: Sascha Hauer 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. On MT8173, for example, it is the

[PATCH v4 3/7] clk: mediatek: mt8173: Fix enabling of critical clocks

2015-07-23 Thread James Liao
From: Sascha Hauer s.ha...@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. On MT8173, for