From patchwork Thu Apr 4 10:46:46 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kim Kukjin X-Patchwork-Id: 2391861 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) by patchwork2.kernel.org (Postfix) with ESMTP id 8E39ADF25A for ; Thu, 4 Apr 2013 10:49:21 +0000 (UTC) Received: from merlin.infradead.org ([205.233.59.134]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UNhjM-00066w-Pg for patchwork-linux-arm@patchwork.kernel.org; Thu, 04 Apr 2013 10:49:20 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1UNhiT-0007rW-Vu; Thu, 04 Apr 2013 10:48:26 +0000 Received: from mail-pb0-f54.google.com ([209.85.160.54]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1UNhhM-00078x-QG for linux-arm-kernel@lists.infradead.org; Thu, 04 Apr 2013 10:47:18 +0000 Received: by mail-pb0-f54.google.com with SMTP id xa7so1362074pbc.41 for ; Thu, 04 Apr 2013 03:47:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:from:to:cc:subject:date:message-id:x-mailer :in-reply-to:references; bh=VVahAnxgXwxogMYV15Q4Xn1bBCG5sDz4NSSjn8l0nVM=; b=p6JPQRrOU5i6TlLl6E2Hn3VGzXx7rEJcYdV2ij2dQddnmFLvuEWmsgEqOl14AYQQ4n wBSX32qKIdlEwWb9CwZyFjW+cFv9Jxp/OnXauxm14P5ZSoCR+BL2p8nmRDmfee1e5PBZ vYfPlmeyhOfr08yUUQ8vw4a8TfmhXZxl3i6ShiBom6J7oG5v0PifCCAfdYV84+3DeY6w 40VOZl/ZkudeeKWO6pLUPoTqNhegtbk3YtOOhx476sec3sE+mZraJVdVaPXsT2cbd5hy lqCw9ioVUIHv5q/u8c7qv30FK9ELboX7HqINYG5XnaI2ym133m/w5+GmfWsWAmh0MUgW JXIA== X-Received: by 10.66.154.33 with SMTP id vl1mr8684393pab.60.1365072431929; Thu, 04 Apr 2013 03:47:11 -0700 (PDT) Received: from localhost.localdomain ([121.136.168.198]) by mx.google.com with ESMTPS id qh4sm10998802pac.8.2013.04.04.03.47.09 (version=TLSv1 cipher=RC4-SHA bits=128/128); Thu, 04 Apr 2013 03:47:10 -0700 (PDT) From: Kukjin Kim To: linux-samsung-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree-discuss@lists.ozlabs.org Subject: [PATCH 3/4] ARM: dts: add PMU support in exynos5440 Date: Thu, 4 Apr 2013 19:46:46 +0900 Message-Id: <1365072407-4320-4-git-send-email-kgene.kim@samsung.com> X-Mailer: git-send-email 1.7.4.4 In-Reply-To: <1365072407-4320-1-git-send-email-kgene.kim@samsung.com> References: <1365072407-4320-1-git-send-email-kgene.kim@samsung.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130404_064716_947667_F75DAA1F X-CRM114-Status: GOOD ( 10.93 ) X-Spam-Score: -1.8 (-) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-1.8 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.160.54 listed in list.dnswl.org] 0.8 RCVD_IN_SORBS_WEB RBL: SORBS: sender is an abusable web server [121.136.168.198 listed in dnsbl.sorbs.net] 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (kgene.kim[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Cc: Subash Patel , Kukjin Kim X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org From: Subash Patel PMU in exynos5440 generates one interrupt per core and needs to be passed from DT to GIC to register it. Signed-off-by: Subash Patel Signed-off-by: Kukjin Kim --- arch/arm/boot/dts/exynos5440.dtsi | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/exynos5440.dtsi b/arch/arm/boot/dts/exynos5440.dtsi index 715ea15..5a339f0 100644 --- a/arch/arm/boot/dts/exynos5440.dtsi +++ b/arch/arm/boot/dts/exynos5440.dtsi @@ -55,6 +55,14 @@ }; }; + arm-pmu { + compatible = "arm,cortex-a15-pmu", "arm,cortex-a9-pmu"; + interrupts = <0 52 4>, + <0 53 4>, + <0 54 4>, + <0 55 4>; + }; + timer { compatible = "arm,cortex-a15-timer", "arm,armv7-timer";