Commit 2ba68959 authored by Mirela Simonovic's avatar Mirela Simonovic Committed by Soren Brinkmann
Browse files

zynqmp: pm: Added NODE_IPI_APU slave node ID in pm_defs.h



NODE_IPI_APU is the node ID of APU's IPI device. If APU should be
woken-up on an IPI from FPD power down, this node shall be set as
the wake-up source upon suspend.
Signed-off-by: default avatarMirela Simonovic <mirela.simonovic@aggios.com>
parent a29f50c9
......@@ -142,6 +142,7 @@ enum pm_node_id {
NODE_RPLL,
NODE_IOPLL,
NODE_DDR,
NODE_IPI_APU,
};
enum pm_request_ack {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment