Skip to content

Commit

Permalink
ARM: dts: bcm2711: Add 32-bit PMU compatibility
Browse files Browse the repository at this point in the history
The "arm" architecture has no support for the cortex-a72 as such, but
the performance and measurement unit from the cortex-a15 seems to be
compatible.

Signed-off-by: Phil Elwell <[email protected]>
  • Loading branch information
pelwell committed Mar 17, 2020
1 parent 2fab54c commit e99b135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/bcm2838.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@
};

arm-pmu {
compatible = "arm,cortex-a72-pmu";
compatible = "arm,cortex-a72-pmu", "arm,cortex-a15-pmu";
interrupts = <GIC_SPI 16 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 17 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 18 IRQ_TYPE_LEVEL_HIGH>,
Expand Down

0 comments on commit e99b135

Please sign in to comment.