mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 17:44:19 +00:00
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
This commit is contained in:
parent
18f754a275
commit
553b06b5d4
1 changed files with 8 additions and 1 deletions
|
@ -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>;
|
||||
|
|
Loading…
Add table
Reference in a new issue