Skip to content

Commit 0d5f1f4

Browse files
Dong AishengShawn Guo
authored andcommitted
clk: imx: scu: bypass cpu power domains
Bypass cpu power domains which are owned by ATF. Reviewed-by: Stephen Boyd <[email protected]> Signed-off-by: Dong Aisheng <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent 77d8f30 commit 0d5f1f4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

drivers/clk/imx/clk-scu.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -484,6 +484,10 @@ static int imx_clk_scu_attach_pd(struct device *dev, u32 rsrc_id)
484484
.args[0] = rsrc_id,
485485
};
486486

487+
if (rsrc_id == IMX_SC_R_A35 || rsrc_id == IMX_SC_R_A53 ||
488+
rsrc_id == IMX_SC_R_A72)
489+
return 0;
490+
487491
return of_genpd_add_device(&genpdspec, dev);
488492
}
489493

0 commit comments

Comments
 (0)