Cancan Chang 4e06c16913 NNA: switch adla core clk parent [1/1]
PD#SWPL-162745

Problem:
std suspend:
clk tree save config clk_parent0;
adla core --> switch to clk_parent1

std resume:
clk tree restore config clk_parent0;

Solution:
std suspend:
adla clk switch to clk_parent1;
adla power off;
clk tree save config clk_parent1;

adla resume
adla tree restore config clk_parent1;
adla power on;
adla clk switch to clk_parent0;

Verify:
T7c

Change-Id: I74ac279eb4316461e28f9b9e396a41948f5cf85a
Signed-off-by: Cancan.chang <cancan.chang@amlogic.com>
2024-05-14 17:17:28 +08:00
S
Description
No description provided
118 MiB
Languages
C 98.9%
Perl 0.4%
Makefile 0.4%
Shell 0.2%