From: Maxime Ripard Date: Thu, 17 Apr 2014 19:54:41 +0000 (+0200) Subject: ARM: sun7i: Add ARM PMU in A20 DTSI X-Git-Tag: v3.16-rc1~30^2~41^2~21^2~31 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e29ea4d3b2a4c3ae77cffe0658e70cd58de5dc46;p=thirdparty%2Fkernel%2Flinux.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 88171f419e35f..fe626ec579f2f 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>;