summaryrefslogtreecommitdiff
path: root/fdts
diff options
context:
space:
mode:
authorAlexeiFedorov <Alexei.Fedorov@arm.com>2023-03-07 13:34:45 +0000
committerAlexeiFedorov <Alexei.Fedorov@arm.com>2023-03-07 13:34:45 +0000
commitd7c455d8cca85de4a520da33db6523c9c8a7ee38 (patch)
treed1cf5e5fd0f8c120023474bbd2c394f831c16fe5 /fdts
parent2b7150b381f3497d391ec28e2f34be01b2968ada (diff)
downloadarm-trusted-firmware-d7c455d8cca85de4a520da33db6523c9c8a7ee38.tar.gz
fix(pmu): switch FVP PMUv3 SPIs to PPI
FVP PMUv3 SPIs legacy interrupts are only listed for cluster #0 and are missing for cluster #1. This patch changes FVP SPIs to PMUv3 PPI as in arm_fpga.dtsi, morello.dtsi and n1sdp.dtsi. Signed-off-by: AlexeiFedorov <Alexei.Fedorov@arm.com> Change-Id: Ic624cec09ba932666c746ae1a6a4b78b6decde96
Diffstat (limited to 'fdts')
-rw-r--r--fdts/fvp-base-psci-common.dtsi5
1 files changed, 1 insertions, 4 deletions
diff --git a/fdts/fvp-base-psci-common.dtsi b/fdts/fvp-base-psci-common.dtsi
index 7838fde4d..79cf37d3b 100644
--- a/fdts/fvp-base-psci-common.dtsi
+++ b/fdts/fvp-base-psci-common.dtsi
@@ -186,10 +186,7 @@
pmu {
compatible = "arm,armv8-pmuv3";
- interrupts = <GIC_SPI 60 IRQ_TYPE_LEVEL_HIGH>,
- <GIC_SPI 61 IRQ_TYPE_LEVEL_HIGH>,
- <GIC_SPI 62 IRQ_TYPE_LEVEL_HIGH>,
- <GIC_SPI 63 IRQ_TYPE_LEVEL_HIGH>;
+ interrupts = <GIC_PPI 7 IRQ_TYPE_LEVEL_HIGH>;
};
panel {