Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2075acd6 authored by Diptanshu Jamgade's avatar Diptanshu Jamgade Committed by Gerrit - the friendly Code Review server
Browse files

clk: qcom: Add HALT_DELAY for camera_ahb_clk for TRINKET



On Trinket, polling for gcc_camera_ahb_clk status would
result in stuck at off error as the clock is critical.
Hence add BRANCH_HALT_DELAY flag to avoid returning error
at bootup.

Change-Id: Idb2f4c75f072596aeec04f048750d1a5f4fb6c2c
Signed-off-by: default avatarDiptanshu Jamgade <djamgade@codeaurora.org>
parent 6836173e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1751,7 +1751,7 @@ static struct clk_branch gcc_boot_rom_ahb_clk = {

static struct clk_branch gcc_camera_ahb_clk = {
	.halt_reg = 0x17008,
	.halt_check = BRANCH_HALT,
	.halt_check = BRANCH_HALT_DELAY,
	.hwcg_reg = 0x17008,
	.hwcg_bit = 1,
	.clkr = {