From patchwork Sun Mar 11 16:00:02 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Monakov X-Patchwork-Id: 10274827 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 C53F460211 for ; Sun, 11 Mar 2018 16:03:42 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id B352A28CC5 for ; Sun, 11 Mar 2018 16:03:42 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id A7DF428CCF; Sun, 11 Mar 2018 16:03:42 +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=-1.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 3D15F28CC5 for ; Sun, 11 Mar 2018 16:03:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:References: In-Reply-To:Message-Id:Date:Subject:To:From:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Owner; bh=vyYgl3Rd8nDsuBAFEIoN8kZjTD4kFEDjai7KoCTzaLU=; b=KutGKMMwRtStzWBvXiwHzgkTFB 9+mHUFrLN8Rnp8piskYadbbFBF1H+Pw2zk/N2qV7DnshT0UWGhFTipVV/Lg2c6UNTqASAoNa2mn+8 ysR44Cj35pCQi557ikwXXHTkTMwuT60BHBLXR7OIwGEYsc/5sYMEJAjPX8IJtUcMxtyGC7KzzhIQI 5P9kWWy+DrlmLU4fsdDkIf5GaBiVvmX/v7fOvapgXwgEJYQkx4e7JqnsWtC9/WHABUacts/t+1y8M H6Wac2bXYpKpoORFSWeEwustf0hQy06iW3S0tV/2cwNG5BoeVtDOvLUQ7t5kDqy3Feb4+cXNBE4VB R5ZiAprw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.89 #1 (Red Hat Linux)) id 1ev3Rf-0002ga-FT; Sun, 11 Mar 2018 16:03:35 +0000 Received: from bran.ispras.ru ([83.149.199.196] helo=smtp.ispras.ru) by bombadil.infradead.org with esmtp (Exim 4.89 #1 (Red Hat Linux)) id 1ev3PC-00012q-Oa for linux-arm-kernel@lists.infradead.org; Sun, 11 Mar 2018 16:01:09 +0000 Received: from monopod.intra.ispras.ru (monopod.intra.ispras.ru [10.10.3.121]) by smtp.ispras.ru (Postfix) with ESMTP id D8066224EC; Sun, 11 Mar 2018 19:00:47 +0300 (MSK) From: Alexander Monakov To: linux-arm-kernel@lists.infradead.org Subject: [PATCH 2/8] ARM: dts: berlin2cd: fix local timer interrupt flags Date: Sun, 11 Mar 2018 19:00:02 +0300 Message-Id: <20180311160008.22928-3-amonakov@ispras.ru> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20180311160008.22928-1-amonakov@ispras.ru> References: <20180311160008.22928-1-amonakov@ispras.ru> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20180311_090103_298634_1848351F X-CRM114-Status: UNSURE ( 7.21 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Antoine Tenart , Jisheng Zhang , Alexander Monakov , Sebastian Hesselbarth MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP Use the correct trigger type for Cortex-A9. This was fixed for several other SoCs since the kernel started issuing a boot-time warning. Signed-off-by: Alexander Monakov --- arch/arm/boot/dts/berlin2cd.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/berlin2cd.dtsi b/arch/arm/boot/dts/berlin2cd.dtsi index 501c59d97eae..8c8bf3194f34 100644 --- a/arch/arm/boot/dts/berlin2cd.dtsi +++ b/arch/arm/boot/dts/berlin2cd.dtsi @@ -118,7 +118,7 @@ local-timer@ad0600 { compatible = "arm,cortex-a9-twd-timer"; reg = <0xad0600 0x20>; - interrupts = ; + interrupts = ; clocks = <&chip_clk CLKID_TWD>; };