summaryrefslogtreecommitdiff
path: root/plat/ti/k3/board
diff options
context:
space:
mode:
authorAndrew F. Davis <afd@ti.com>2019-02-11 16:12:31 -0600
committerAndrew F. Davis <afd@ti.com>2020-01-27 13:26:01 -0500
commit586621f110b082e6a812ce8e9acbd21ca3d162cd (patch)
treeba2584d979f5a2c3bcd5de26e62b2f00ae364e86 /plat/ti/k3/board
parent9f49a177c61aced991339668766843fdc93ff2bf (diff)
ti: k3: common: Enable ARM cluster power down
When all cores in a cluster are powered down the parent cluster can be also powered down. When the last core has requested powering down follow by sending the cluster power down sequence to the system power controller firmware. Signed-off-by: Andrew F. Davis <afd@ti.com> Change-Id: I0ffeb339852c66ef62743aecd3e17ca20bad6216
Diffstat (limited to 'plat/ti/k3/board')
-rw-r--r--plat/ti/k3/board/generic/include/board_def.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/plat/ti/k3/board/generic/include/board_def.h b/plat/ti/k3/board/generic/include/board_def.h
index c1a5966d5..0d451167e 100644
--- a/plat/ti/k3/board/generic/include/board_def.h
+++ b/plat/ti/k3/board/generic/include/board_def.h
@@ -27,5 +27,6 @@
#define PLAT_PROC_START_ID 32
#define PLAT_PROC_DEVICE_START_ID 202
+#define PLAT_CLUSTER_DEVICE_START_ID 198
#endif /* BOARD_DEF_H */