Register the clocks early during the boot process, so that special/critical clocks...
authorMartin Sperl <kernel@martin.sperl.org>
Fri, 2 Sep 2016 15:45:27 +0000 (16:45 +0100)
committerDom Cobley <popcornmix@gmail.com>
Mon, 21 Mar 2022 16:03:47 +0000 (16:03 +0000)
commit154c30dcb714b4b46af90b283f5344152b951ec6
treebde112e2b0cf5f608a116a499fd21df07a92b32c
parentf59c709b388dd8cfeb12432039504f19c95489c0
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