Register the clocks early during the boot process,
authorMartin Sperl <kernel@martin.sperl.org>
Fri, 2 Sep 2016 15:45:27 +0000 (16:45 +0100)
committerRaspbian kernel package updater <root@raspbian.org>
Sun, 8 Oct 2017 00:59:43 +0000 (00:59 +0000)
commit2949dcc28bce3938d5faaf718af860dc364bed86
tree1c32de411642ea1d3a0c2c60ce06fea63c63ea31
parent0e5399322277cbfec7b794b1afacfc2c6ab43e57
Register the clocks early during the boot process,
so that special/critical clocks can get enabled early on
in the boot process avoiding the risk of disabling a clock,
pll_divider or pll when a claiming driver fails to install
propperly - maybe it needs to defer.

Signed-off-by: Martin Sperl <kernel@martin.sperl.org>
drivers/clk/bcm/clk-bcm2835.c