clock-gcc-8994: Change halt check type for UFS and LPASS clocks
UFS symbol clocks have external sources. Due to HW design, there is no
guarantee that 1) the downstream branch clocks are turned on after
turning on the sources; 2) the downstream branch clocks are turned off
before turning off the sources.
gcc_lpass_q6_axi_clk has a separate hardware signal that might keep it
on even if Apps votes it off.
Therefore, make the halt check for these clocks as delay instead of
polling the status bit to avoid warnings.
Change-Id: Ic5632b8ddb126ac0bd7e6976d92791aa977bb47d
Signed-off-by:
Junjie Wu <junjiew@codeaurora.org>
Loading
Please register or sign in to comment