From: Maxime Ripard Date: Thu, 17 Apr 2014 19:54:41 +0000 (+0200) Subject: ARM: sun6i: Add ARM PMU in A31 DTSI X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b5a10b769962072eecf638fda94906fe656036d3;p=linux-beck.git ARM: sun6i: Add ARM PMU in A31 DTSI Enable the performance monitoring unit found in the A31 SoCs. Signed-off-by: Maxime Ripard Reviewed-by: Hans de Goede --- diff --git a/arch/arm/boot/dts/sun6i-a31.dtsi b/arch/arm/boot/dts/sun6i-a31.dtsi index b28a55fdf3ce..22f63e01166e 100644 --- a/arch/arm/boot/dts/sun6i-a31.dtsi +++ b/arch/arm/boot/dts/sun6i-a31.dtsi @@ -59,6 +59,14 @@ 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>;