ARM: dts: bcm2711: Add 32-bit PMU compatibility
authorPhil Elwell <phil@raspberrypi.com>
Tue, 17 Mar 2020 16:39:07 +0000 (16:39 +0000)
committerPhil Elwell <phil@raspberrypi.com>
Tue, 17 Mar 2020 16:39:07 +0000 (16:39 +0000)
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 <phil@raspberrypi.com>
arch/arm/boot/dts/bcm2838.dtsi

index 5f837e8..0f54f05 100644 (file)
        };
 
        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>,