From: Maxime Ripard Date: Thu, 17 Apr 2014 19:54:41 +0000 (+0200) Subject: ARM: sun7i: Add ARM PMU in A20 DTSI X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e29ea4d3b2a4c3ae77cffe0658e70cd58de5dc46;p=linux-beck.git ARM: sun7i: Add ARM PMU in A20 DTSI Enable the performance monitoring unit found in the A20 SoCs. Signed-off-by: Maxime Ripard Reviewed-by: Hans de Goede --- diff --git a/arch/arm/boot/dts/sun7i-a20.dtsi b/arch/arm/boot/dts/sun7i-a20.dtsi index 88171f419e35..fe626ec579f2 100644 --- a/arch/arm/boot/dts/sun7i-a20.dtsi +++ b/arch/arm/boot/dts/sun7i-a20.dtsi @@ -57,6 +57,12 @@ <1 10 0xf08>; }; + pmu { + compatible = "arm,cortex-a7-pmu", "arm,cortex-a15-pmu"; + interrupts = <0 120 4>, + <0 121 4>; + }; + clocks { #address-cells = <1>; #size-cells = <1>;