mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 01:24:27 +00:00
feat(tc): add dsu pmu node for TC4
Add DSU PMU node for TC4. DSU PMU interrupt is not connected on TC3 but it is connected on IRQ 290 on TC4, so add interrupt property specifically for TC4. Signed-off-by: Jagdish Gediya <jagdish.gediya@arm.com> Signed-off-by: Icen Zeyada <Icen.Zeyada2@arm.com> Change-Id: Ib1b810df65004987e9f3cf1bbd5deb5d211f3a17
This commit is contained in:
parent
00397b30b8
commit
50ad0cfda3
3 changed files with 9 additions and 5 deletions
|
@ -81,4 +81,9 @@
|
|||
shmem = <&cpu_scp_scmi_a2p &cpu_scp_scmi_p2a>;
|
||||
};
|
||||
};
|
||||
|
||||
dsu-pmu {
|
||||
compatible = "arm,dsu-pmu";
|
||||
cpus = <&CPU0>, <&CPU1>, <&CPU2>, <&CPU3>, <&CPU4>, <&CPU5>, <&CPU6>, <&CPU7>;
|
||||
};
|
||||
};
|
||||
|
|
|
@ -74,11 +74,6 @@
|
|||
status = "okay";
|
||||
};
|
||||
|
||||
dsu-pmu {
|
||||
compatible = "arm,dsu-pmu";
|
||||
cpus = <&CPU0>, <&CPU1>, <&CPU2>, <&CPU3>, <&CPU4>, <&CPU5>, <&CPU6>, <&CPU7>;
|
||||
};
|
||||
|
||||
ni-pmu {
|
||||
compatible = "arm,ni-tower";
|
||||
reg = <0x0 0x4f000000 0x0 0x4000000>;
|
||||
|
|
|
@ -64,4 +64,8 @@
|
|||
interrupt-names = "IRQAW";
|
||||
iommus = <&smmu_700 0x200>;
|
||||
};
|
||||
|
||||
dsu-pmu {
|
||||
interrupts = <GIC_SPI 258 IRQ_TYPE_LEVEL_HIGH 0>;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue