[PATCH RESEND 0/2] Ensure that HiKey 970 won't hang during boot time

From: Mauro Carvalho Chehab
Date: Tue Nov 16 2021 - 07:07:35 EST


During HiKey 970 boot, hundreds of clock lines are disabled, causing the device to
hang.

There are actually two issues here:

1. The clk core doesn't wait enough time for the device drivers to be probed
before agressively disabling "unused" clocks. This was noticed at the
drivers built as modules;
2. Several HiKey 970 gates are essencial for the device to work, but they're
not marked as such.

The first patch fixes the clk core issue, while second one marks the mandatory
clocks as such.

Mauro Carvalho Chehab (2):
clk: wait for extra time before disabling unused clocks
clk: clk-hi3670: mark some clocks as CLK_IS_CRITICAL

drivers/clk/clk.c | 51 +++++++++++++++++++-----------
drivers/clk/hisilicon/clk-hi3670.c | 24 +++++++-------
2 files changed, 44 insertions(+), 31 deletions(-)

--
2.33.1