aboutsummaryrefslogtreecommitdiff
path: root/lib/utils/fdt/objects.mk
diff options
context:
space:
mode:
authorAtish Patra <atish.patra@wdc.com>2021-07-10 09:18:12 -0700
committerAnup Patel <anup@brainfault.org>2021-07-11 10:27:57 +0530
commitae72ec091508196e29c07ae46bca106373d31e39 (patch)
tree52334794028e4e4f49206d7b4274476e4b108d62 /lib/utils/fdt/objects.mk
parent13d40f21d588e17a31624ed415f114987b6bd3d0 (diff)
utils: fdt: Add fdt helper functions to parse PMU DT nodes
The PMU DT node bindings are defined in docs/pmu_support.md Add few fdt helper functions to parse the DT node and update the event-counter mapping tables. Reviewed-by: Anup Patel <anup.patel@wdc.com> Signed-off-by: Atish Patra <atish.patra@wdc.com>
Diffstat (limited to 'lib/utils/fdt/objects.mk')
-rw-r--r--lib/utils/fdt/objects.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/utils/fdt/objects.mk b/lib/utils/fdt/objects.mk
index d9f1eae..03800f9 100644
--- a/lib/utils/fdt/objects.mk
+++ b/lib/utils/fdt/objects.mk
@@ -5,5 +5,6 @@
#
libsbiutils-objs-y += fdt/fdt_domain.o
+libsbiutils-objs-y += fdt/fdt_pmu.o
libsbiutils-objs-y += fdt/fdt_helper.o
libsbiutils-objs-y += fdt/fdt_fixup.o