Skip to content

Commit

Permalink
fix(pmu): switch FVP PMUv3 SPIs to PPI
Browse files Browse the repository at this point in the history
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 <[email protected]>
Change-Id: Ic624cec09ba932666c746ae1a6a4b78b6decde96
  • Loading branch information
AlexeiFedorov committed Mar 7, 2023
1 parent 2b7150b commit d7c455d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions fdts/fvp-base-psci-common.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit d7c455d

Please sign in to comment.