Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933387AbcKOSWZ (ORCPT ); Tue, 15 Nov 2016 13:22:25 -0500 Received: from mail-wm0-f67.google.com ([74.125.82.67]:34291 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751599AbcKOSWV (ORCPT ); Tue, 15 Nov 2016 13:22:21 -0500 Date: Tue, 15 Nov 2016 20:22:14 +0200 From: Krzysztof Kozlowski To: Javier Martinez Canillas Cc: Alim Akhtar , linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, krzk@kernel.org, will.deacon@arm.com, catalin.marinas@arm.com, linux-kernel@vger.kernel.org, robin.murphy@arm.com Subject: Re: [PATCH v2 2/2] arm64: dts: Add ARM PMU node for exynos7 Message-ID: <20161115182214.GA8374@kozik-lap> References: <1478945832-1826-1-git-send-email-alim.akhtar@samsung.com> <1478945832-1826-2-git-send-email-alim.akhtar@samsung.com> <9327f863-7fa3-a967-892c-67158b2471a9@osg.samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <9327f863-7fa3-a967-892c-67158b2471a9@osg.samsung.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1645 Lines: 45 On Sat, Nov 12, 2016 at 11:33:18AM -0300, Javier Martinez Canillas wrote: > Hello Alim, > > On 11/12/2016 07:17 AM, Alim Akhtar wrote: > > This patch adds ARM Performance Monitor Unit dt node for exynos7. > > PMU provides various statistics on the operation of the CPU and > > memory system at runtime, which are very useful when debugging or > > profiling code. This enables the same. > > > > Signed-off-by: Alim Akhtar > > --- > > arch/arm64/boot/dts/exynos/exynos7.dtsi | 10 ++++++++++ > > 1 file changed, 10 insertions(+) > > > > Changes since v1: > > * Added "interrupt-affinity" property as per Robin Murphy review comment. > > > > diff --git a/arch/arm64/boot/dts/exynos/exynos7.dtsi b/arch/arm64/boot/dts/exynos/exynos7.dtsi > > index 396ffb9..09e7a05b 100644 > > --- a/arch/arm64/boot/dts/exynos/exynos7.dtsi > > +++ b/arch/arm64/boot/dts/exynos/exynos7.dtsi > > @@ -472,6 +472,16 @@ > > status = "disabled"; > > }; > > > > + arm-pmu { > > + compatible = "arm,cortex-a57-pmu", "arm,armv8-pmuv3"; > > + interrupts = , > > + , > > + , > > + ; > > + interrupt-affinity = <&cpu_atlas0>, <&cpu_atlas1>, > > + <&cpu_atlas2>, <&cpu_atlas3>; > > + }; > > + > > I didn't double check if these are the correct IRQs because I don't have > an Exynos7 user manual, but the change looks good to me. > > Reviewed-by: Javier Martinez Canillas Squashed 1/2 with this and applied. Thanks! Best regards, Krzysztof