From: Olivier Schonken Date: Fri, 1 Jul 2016 14:33:39 +0000 (+0200) Subject: ARM: dts: at91: sama5d2: add PMU node X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=fcac40c94d48f6137b54b91f390bed18fb16274c;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git ARM: dts: at91: sama5d2: add PMU node Add node to support SAMA5D2 Performance Monitor Unit. Signed-off-by: Olivier Schonken Signed-off-by: Alexandre Belloni --- diff --git a/arch/arm/boot/dts/sama5d2.dtsi b/arch/arm/boot/dts/sama5d2.dtsi index 2827e7ab5ebc..5d63206aab91 100644 --- a/arch/arm/boot/dts/sama5d2.dtsi +++ b/arch/arm/boot/dts/sama5d2.dtsi @@ -72,6 +72,11 @@ }; }; + pmu { + compatible = "arm,cortex-a5-pmu"; + interrupts = <2 IRQ_TYPE_LEVEL_HIGH 0>; + }; + memory { reg = <0x20000000 0x20000000>; };