From patchwork Sun Mar 1 16:23:45 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Abhilash Kesavan X-Patchwork-Id: 5908491 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 08B3E9F373 for ; Sun, 1 Mar 2015 16:26:44 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 3622E202B8 for ; Sun, 1 Mar 2015 16:26:43 +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 524B8202AE for ; Sun, 1 Mar 2015 16:26:42 +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 1YS6fn-0003qB-LP; Sun, 01 Mar 2015 16:24:55 +0000 Received: from mail-pd0-x229.google.com ([2607:f8b0:400e:c02::229]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1YS6fL-0003Vw-Eu for linux-arm-kernel@lists.infradead.org; Sun, 01 Mar 2015 16:24:27 +0000 Received: by pdbnh10 with SMTP id nh10so7495796pdb.4 for ; Sun, 01 Mar 2015 08:24:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references; bh=akQUwiw3NvIfAioWLoBnHmm2VPFPNlryLwX4+PiQ6Yw=; b=ZfgLnW0rIR/u9dDsEZ7mitm2fMMJmxe50bra6p9RFv49cIG2BfRCKjPel4Cfmjm4d5 WfbK4Vim5wXv0nH7g0bzkZ4STAyDs8UcMfAZB//jpHgAmnjazp3QXtwq91U42/0edGdY II+02lys708Zc9Yn7jLKHuBTTbqzsBPe9GC0Ln/1YPaUrwsB3v8qUqxigQ6XQ/Jhw+ju C6Q+T+SEX+ufHqLOfKLeg4MCthGQ8obV2spyFfO5sSh4yhx7mIiEMYeJo8JQRSCfFFSH avAl6s6oFdKEkAwTyhjpbHt4CbQC09+aOMmVJn94swXBxkkHZspAgYDJsBLSD0Bavdai wxEg== X-Received: by 10.68.235.74 with SMTP id uk10mr40323383pbc.33.1425227046093; Sun, 01 Mar 2015 08:24:06 -0800 (PST) Received: from localhost.localdomain ([122.171.108.199]) by mx.google.com with ESMTPSA id fz7sm9465421pbd.60.2015.03.01.08.24.02 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 01 Mar 2015 08:24:05 -0800 (PST) From: Abhilash Kesavan To: catalin.marinas@arm.com, robh@kernel.org, devicetree@vger.kernel.org, olof@lixom.net, arnd@arndb.de, arm@kernel.org Subject: [PATCH 2/3] arm64: dts: Fix interrupt active level for the generic timer on exynos7 Date: Sun, 1 Mar 2015 21:53:45 +0530 Message-Id: <1425227026-5336-3-git-send-email-a.kesavan@samsung.com> X-Mailer: git-send-email 2.1.0 In-Reply-To: <1425227026-5336-1-git-send-email-a.kesavan@samsung.com> References: <1425227026-5336-1-git-send-email-a.kesavan@samsung.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20150301_082427_545015_C620FC23 X-CRM114-Status: UNSURE ( 9.58 ) X-CRM114-Notice: Please train this message. X-Spam-Score: 0.3 (/) Cc: Mark.Rutland@arm.com, kesavan.abhilash@gmail.com, linux-arm-kernel@lists.infradead.org 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.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED, T_DKIM_INVALID, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham 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 Fix the exynos7 device tree to indicate that the arm generic timers provide an active low interrupt output. Also, update the CPU mask to match the number of CPUs on the SoC. Signed-off-by: Abhilash Kesavan --- arch/arm64/boot/dts/exynos/exynos7.dtsi | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/arch/arm64/boot/dts/exynos/exynos7.dtsi b/arch/arm64/boot/dts/exynos/exynos7.dtsi index 749c4b3..c5687f9 100644 --- a/arch/arm64/boot/dts/exynos/exynos7.dtsi +++ b/arch/arm64/boot/dts/exynos/exynos7.dtsi @@ -10,6 +10,7 @@ */ #include +#include / { compatible = "samsung,exynos7"; @@ -440,10 +441,10 @@ timer { compatible = "arm,armv8-timer"; - interrupts = <1 13 0xff01>, - <1 14 0xff01>, - <1 11 0xff01>, - <1 10 0xff01>; + interrupts = <1 13 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>, + <1 14 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>, + <1 11 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>, + <1 10 (GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_LOW)>; }; pmu_system_controller: system-controller@105c0000 {