From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: Re: [PATCH v2] ARM: dts: OMAP5: add pmu node Date: Mon, 5 May 2014 12:56:38 -0700 Message-ID: <20140505195638.GG25949@atomide.com> References: <1395243953-11856-1-git-send-email-nathan_lynch@mentor.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:64215 "EHLO mho-02-ewr.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752075AbaEET4n (ORCPT ); Mon, 5 May 2014 15:56:43 -0400 Content-Disposition: inline In-Reply-To: <1395243953-11856-1-git-send-email-nathan_lynch@mentor.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Nathan Lynch Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, bcousson@baylibre.com * Nathan Lynch [140319 08:50]: > Expose the PMU on OMAP5. > > Tested with perf on OMAP5 uEVM. > > Signed-off-by: Nathan Lynch Applying into omap-for-v3.16/dt thanks. Tony > --- > > Changes since v1: > - Use symbolic constants. > > arch/arm/boot/dts/omap5.dtsi | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi > index a72813a9663e..ccb38944c85a 100644 > --- a/arch/arm/boot/dts/omap5.dtsi > +++ b/arch/arm/boot/dts/omap5.dtsi > @@ -76,6 +76,12 @@ > ; > }; > > + pmu { > + compatible = "arm,cortex-a15-pmu"; > + interrupts = , > + ; > + }; > + > gic: interrupt-controller@48211000 { > compatible = "arm,cortex-a15-gic"; > interrupt-controller; > -- > 1.8.3.1 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-omap" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html >