feat(tc): add PMU entry
TC has PMUs with interrupts in all cores and Linux needs to be told
about them.
Signed-off-by: Boyan Karatotev <boyan.karatotev@arm.com>
Change-Id: Ice0e6dab396b90c05f4b9668623ba7b3556a53ac
diff --git a/fdts/tc.dts b/fdts/tc.dts
index e94d6bb..68f9221 100644
--- a/fdts/tc.dts
+++ b/fdts/tc.dts
@@ -232,6 +232,14 @@
method = "smc";
};
+ cpu-pmu {
+ compatible = "arm,armv8-pmuv3";
+ interrupts = <GIC_PPI 7 IRQ_TYPE_LEVEL_HIGH>;
+ interrupt-affinity = <&CPU0>, <&CPU1>, <&CPU2>, <&CPU3>,
+ <&CPU4>, <&CPU5>, <&CPU6>, <&CPU7>
+ ;
+ };
+
sram: sram@6000000 {
compatible = "mmio-sram";
reg = <0x0 0x06000000 0x0 0x8000>;
@@ -360,7 +368,6 @@
vencoder {
compatible = "drm,virtual-encoder";
-
port {
vencoder_in: endpoint {
remote-endpoint = <&dp_pl0_out0>;