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)
committerpopcornmix <popcornmix@gmail.com>
Wed, 27 Jan 2021 19:12:46 +0000 (19:12 +0000)
commit47caf0712cb4c3a749a5a59970513fb10a5952cc
tree18dfd43c9ac4a1210a33899615cc1950444b18bb
parent4aebf508f7621f17d52cf8ae36308bed447a3e9e
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