mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
38ec246940
PD#SWPL-195183 Problem: 1. Kernel clk tree do not know the state if dsp switch its clk when kernel is in suspend mode. which would cause clk state error. 2. Permission of accessing pwrctrl register should be enabled in bl2 instead of configure it dynamicly. Solution: 1. Move clk switch flow from dsp side to kernel. 2. Open permission of accessing pwrctrl register in bl2. Verify: sc2 Change-Id: Icfaad81586781af1db874d07d64edee0875c8c27 Signed-off-by: bangzheng.liu <bangzheng.liu@amlogic.com>