ARM: sun6i: Add ARM PMU in A31 DTSI
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Thu, 17 Apr 2014 19:54:41 +0000 (21:54 +0200)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Mon, 28 Apr 2014 16:11:35 +0000 (09:11 -0700)
Enable the performance monitoring unit found in the A31 SoCs.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
arch/arm/boot/dts/sun6i-a31.dtsi

index b28a55f..22f63e0 100644 (file)
                reg = <0x40000000 0x80000000>;
        };
 
+       pmu {
+               compatible = "arm,cortex-a7-pmu", "arm,cortex-a15-pmu";
+               interrupts = <0 120 4>,
+                            <0 121 4>,
+                            <0 122 4>,
+                            <0 123 4>;
+       };
+
        clocks {
                #address-cells = <1>;
                #size-cells = <1>;