From patchwork Wed Feb 18 15:14:02 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lee Jones X-Patchwork-Id: 5844701 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id B5A959F30C for ; Wed, 18 Feb 2015 15:19:20 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 09D6F20125 for ; Wed, 18 Feb 2015 15:19:20 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id EB784200F4 for ; Wed, 18 Feb 2015 15:19:18 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1YO6N5-0007E3-BP; Wed, 18 Feb 2015 15:17:03 +0000 Received: from mail-wg0-f52.google.com ([74.125.82.52]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1YO6Ko-0004gK-Aa for linux-arm-kernel@lists.infradead.org; Wed, 18 Feb 2015 15:14:48 +0000 Received: by mail-wg0-f52.google.com with SMTP id x12so1703337wgg.11 for ; Wed, 18 Feb 2015 07:14:19 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=FMRdEpvtH0WB5NJ90Crw2V49JCbM4HC+AGLC2CxIF78=; b=MBL7NqixY/atAVl8dEA31TxwJPMRWB+gHG2cWz9bmaD9zSBs+SPjTPuvrbuOZkf0Le MkzBu2DD9lTxfwX32TRlCuEsB8r4m5u6gneq1mrpKu4RXxEG5UIrbJIOe1B0Fi/CUBSx kgNxVl5koOJDmy5kuTog5AdbJmhGcYvojv9SN/zI7HADiMA20BQjo3HFzmpayy1zF1Xd qwr9hgCCC8CKIV1fZfttfDU14DJN+C6cdGAvdsdYnhmDTZCdbCQsFm2Sjpy/HzeqUS+N n95qLFMGH+BlU60KFSSJpKg6/AlGb0KnqE7OhZESvquE9Dw1Y9dUXuwvxctpTfLBuaZe rRqQ== X-Gm-Message-State: ALoCoQnntJFqG7bBeIbQSFoPdnz3NC/kfBuFXGzn3xdnp7NiHRzkCw/sWsidLXWyNah6OxfPUl5Y X-Received: by 10.180.14.66 with SMTP id n2mr5817159wic.50.1424272459327; Wed, 18 Feb 2015 07:14:19 -0800 (PST) Received: from localhost.localdomain (host109-148-233-190.range109-148.btcentralplus.com. [109.148.233.190]) by mx.google.com with ESMTPSA id j9sm33068696wjy.18.2015.02.18.07.14.18 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 18 Feb 2015 07:14:18 -0800 (PST) From: Lee Jones To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH v3 6/8] ARM: STi: STiH407: Enable Cortex-A9 PMU support Date: Wed, 18 Feb 2015 15:14:02 +0000 Message-Id: <1424272444-16230-7-git-send-email-lee.jones@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1424272444-16230-1-git-send-email-lee.jones@linaro.org> References: <1424272444-16230-1-git-send-email-lee.jones@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20150218_071442_555436_C5F1A1BE X-CRM114-Status: UNSURE ( 7.75 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.7 (/) Cc: devicetree@vger.kernel.org, tglx@linutronix.de, lee.jones@linaro.org, kernel@stlinux.com, jason@lakedaemon.net X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 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 X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This is ARM's generic Performance Monitoring Unit. Signed-off-by: Lee Jones --- arch/arm/boot/dts/stih407-family.dtsi | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/boot/dts/stih407-family.dtsi b/arch/arm/boot/dts/stih407-family.dtsi index 3e31d32..939e46e 100644 --- a/arch/arm/boot/dts/stih407-family.dtsi +++ b/arch/arm/boot/dts/stih407-family.dtsi @@ -56,6 +56,12 @@ cache-level = <2>; }; + arm-pmu { + interrupt-parent = <&intc>; + compatible = "arm,cortex-a9-pmu"; + interrupts = ; + }; + soc { #address-cells = <1>; #size-cells = <1>;