Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753087AbbDGS2g (ORCPT ); Tue, 7 Apr 2015 14:28:36 -0400 Received: from mail-ig0-f179.google.com ([209.85.213.179]:38547 "EHLO mail-ig0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750862AbbDGS2e (ORCPT ); Tue, 7 Apr 2015 14:28:34 -0400 MIME-Version: 1.0 In-Reply-To: <1428429159-24102-1-git-send-email-sonnyrao@chromium.org> References: <1428429159-24102-1-git-send-email-sonnyrao@chromium.org> Date: Tue, 7 Apr 2015 11:28:33 -0700 X-Google-Sender-Auth: vhVCXhfl0CaCoJ-M-Sq_FoXfc84 Message-ID: Subject: Re: [PATCH] arm: dts: rk3288: Enable Cortex-A12 HW PMU events From: Doug Anderson To: Sonny Rao Cc: Heiko Stuebner , "linux-kernel@vger.kernel.org" , "open list:ARM/Rockchip SoC..." , "linux-arm-kernel@lists.infradead.org" , Kever Yang , "devicetree@vger.kernel.org" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1387 Lines: 39 Hi, On Tue, Apr 7, 2015 at 10:52 AM, Sonny Rao wrote: > This adds the dts node for the PMU with the correct PMUIRQ interrupts > for each core. > > Signed-off-by: Sonny Rao > --- > arch/arm/boot/dts/rk3288.dtsi | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/arch/arm/boot/dts/rk3288.dtsi b/arch/arm/boot/dts/rk3288.dtsi > index 165968d..8253abb 100644 > --- a/arch/arm/boot/dts/rk3288.dtsi > +++ b/arch/arm/boot/dts/rk3288.dtsi > @@ -44,6 +44,14 @@ > spi2 = &spi2; > }; > > + arm-pmu { > + compatible = "arm,cortex-a12-pmu"; > + interrupts = , > + , > + , > + ; > + }; > + As per discussion with Rockchip: these numbers don't actually match the TRM, but apparently the TRM is wrong. Since these numbers work and the numbers came from Rockchip: Reviewed-by: Doug Anderson -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/