]> git.baikalelectronics.ru Git - arm-tf.git/commit
fix(versal-net): clear power down bit during wakeup
authorJay Buddhabhatti <jay.buddhabhatti@amd.com>
Fri, 30 Dec 2022 06:15:19 +0000 (22:15 -0800)
committerJay Buddhabhatti <jay.buddhabhatti@amd.com>
Tue, 10 Jan 2023 10:19:33 +0000 (02:19 -0800)
commit5f0f7e47e05f98587d424c2162d1ce20af4f588d
tree2653c7b5bd7500ed6b4284c1f6d44202b89c973c
parent1f79bdfd9ae105135a0192017d6f9368045228e9
fix(versal-net): clear power down bit during wakeup

Power down bit and power down interrupt needs to be cleared once core
is wakeup to avoid unnecessary power down events. So disable power down
interrupt and clear power down bit during client wakeup.

Signed-off-by: Jay Buddhabhatti <jay.buddhabhatti@amd.com>
Change-Id: I3445991692c441831e4ea8dae112e23b19f185a9
plat/xilinx/versal_net/pm_service/pm_client.c