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, 23 Jul 2017 02:18:28 +0000 (02:18 +0000)
commit3adfb5abe1ed5864e67b2a5192f9c732917129e5
tree5516637572759c4f610531f66018dfdf7f29553a
parent7ea5cc60aeeb544cff69ff1fdeae26e4dd5e5cc1
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