Skip to content
This repository was archived by the owner on Dec 14, 2022. It is now read-only.

Commit f79c20b

Browse files
Terry LvTapani-
authored andcommitted
ENGR00235268: change caam_ipg_clk's CG to CG6
Another patch changed caam_ipg_clk's CG to CG4 and this commit will revert this change. Signed-off-by: Terry Lv <[email protected]>
1 parent 4e72047 commit f79c20b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/mach-mx6/clock.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4244,7 +4244,7 @@ static struct clk caam_clk[] = {
42444244
__INIT_CLK_DEBUG(caam_ipg_clk)
42454245
.id = 2,
42464246
.enable_reg = MXC_CCM_CCGR0,
4247-
.enable_shift = MXC_CCM_CCGRx_CG4_OFFSET,
4247+
.enable_shift = MXC_CCM_CCGRx_CG6_OFFSET,
42484248
.enable = _clk_enable,
42494249
.disable = _clk_disable,
42504250
.parent = &mmdc_ch0_axi_clk[0],

0 commit comments

Comments
 (0)