From patchwork Tue Mar 7 18:03:23 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 9609617 X-Patchwork-Delegate: horms@verge.net.au Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 702446016C for ; Tue, 7 Mar 2017 18:31:34 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 6384128400 for ; Tue, 7 Mar 2017 18:31:34 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 5541128502; Tue, 7 Mar 2017 18:31:34 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 9A42928400 for ; Tue, 7 Mar 2017 18:31:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754950AbdCGSbd (ORCPT ); Tue, 7 Mar 2017 13:31:33 -0500 Received: from leibniz.telenet-ops.be ([195.130.137.77]:40308 "EHLO leibniz.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754946AbdCGSbd (ORCPT ); Tue, 7 Mar 2017 13:31:33 -0500 Received: from michel.telenet-ops.be (michel.telenet-ops.be [IPv6:2a02:1800:110:4::f00:18]) by leibniz.telenet-ops.be (Postfix) with ESMTPS id 3vd4MJ6zTXzMr9LQ for ; Tue, 7 Mar 2017 19:05:32 +0100 (CET) Received: from ayla.of.borg ([84.193.137.253]) by michel.telenet-ops.be with bizsmtp id t63W1u0025UCtCs0663WiJ; Tue, 07 Mar 2017 19:03:30 +0100 Received: from ramsan.of.borg ([192.168.97.29] helo=ramsan) by ayla.of.borg with esmtp (Exim 4.86_2) (envelope-from ) id 1clJSL-0002xJ-Vu; Tue, 07 Mar 2017 19:03:29 +0100 Received: from geert by ramsan with local (Exim 4.86_2) (envelope-from ) id 1clJSL-0000sS-UQ; Tue, 07 Mar 2017 19:03:29 +0100 From: Geert Uytterhoeven To: Simon Horman , Magnus Damm Cc: Mark Rutland , Sudeep Holla , linux-renesas-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Takeshi Kihara , Geert Uytterhoeven Subject: [PATCH v2 2/5] arm64: dts: r8a7796: Add Cortex-A57 PMU node Date: Tue, 7 Mar 2017 19:03:23 +0100 Message-Id: <1488909806-3322-3-git-send-email-geert+renesas@glider.be> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1488909806-3322-1-git-send-email-geert+renesas@glider.be> References: <1488909806-3322-1-git-send-email-geert+renesas@glider.be> Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Takeshi Kihara Enable the performance monitor unit for the Cortex-A57 cores on the R8A7796 SoC. Signed-off-by: Takeshi Kihara Signed-off-by: Geert Uytterhoeven --- v2: - New. --- arch/arm64/boot/dts/renesas/r8a7796.dtsi | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/arch/arm64/boot/dts/renesas/r8a7796.dtsi b/arch/arm64/boot/dts/renesas/r8a7796.dtsi index d2a2110fc7fc3d23..454e1292f9108b34 100644 --- a/arch/arm64/boot/dts/renesas/r8a7796.dtsi +++ b/arch/arm64/boot/dts/renesas/r8a7796.dtsi @@ -252,6 +252,14 @@ reg = <0 0xe6060000 0 0x50c>; }; + pmu_a57 { + compatible = "arm,cortex-a57-pmu"; + interrupts = , + ; + interrupt-affinity = <&a57_0>, + <&a57_1>; + }; + cpg: clock-controller@e6150000 { compatible = "renesas,r8a7796-cpg-mssr"; reg = <0 0xe6150000 0 0x1000>;