Skip to content
Snippets Groups Projects
Commit e943d176 authored by Zhipeng Wang's avatar Zhipeng Wang Committed by Ondrej Lutera
Browse files

MA-19859 Gate off core and bus clock slice


The core and bus clocks are default enabled when SoC power on, and
bootloader not gate off the clocks when booting Linux Kernel.

So Linux Kernel is not aware the peripheral clocks are enabled and
still take them as disabled because of enable count is zero.

After we enable GKI, disable_unused_clk does not work. This causes
unused core and bus clocks to remain on, so turn them off here.

Change-Id: If7994c6ea05724f1d16d512c03df6fad1d6c1823
Signed-off-by: default avatarZhipeng Wang <zhipeng.wang_1@nxp.com>
parent d0e0dc60
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment