From fbfc59840f9cd0ea53921c7f6fb9f4850a3b42ee Mon Sep 17 00:00:00 2001 From: Rupinderjit Singh Date: Tue, 22 Feb 2022 21:50:33 +0000 Subject: [PATCH] feat(tc): enable CI-700 PMU for profiling Change-Id: Iaafdfc440b362022e6103eabf3fb2ebed85b6575 Signed-off-by: Rupinderjit Singh --- fdts/tc.dts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/fdts/tc.dts b/fdts/tc.dts index 7c0e84260..20992294b 100644 --- a/fdts/tc.dts +++ b/fdts/tc.dts @@ -261,6 +261,12 @@ arm,mhuv2-protocols = <0 1>; }; + cmn-pmu { + compatible = "arm,ci-700"; + reg = <0x0 0x50000000 0x0 0x10000000>; + interrupts = <0x0 460 0x4>; + }; + scmi { compatible = "arm,scmi"; mbox-names = "tx", "rx";