From patchwork Wed Nov 27 23:15:18 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 3250481 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id AE266C045B for ; Wed, 27 Nov 2013 23:17:00 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id EBA0220503 for ; Wed, 27 Nov 2013 23:16:59 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 1A3AC20453 for ; Wed, 27 Nov 2013 23:16:59 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VloKa-0003Ds-5b; Wed, 27 Nov 2013 23:15:41 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1VloKE-0004dT-CA; Wed, 27 Nov 2013 23:15:18 +0000 Received: from mail-pd0-x230.google.com ([2607:f8b0:400e:c02::230]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VloJp-0004ZO-Ge for linux-arm-kernel@lists.infradead.org; Wed, 27 Nov 2013 23:14:55 +0000 Received: by mail-pd0-f176.google.com with SMTP id w10so10811123pde.21 for ; Wed, 27 Nov 2013 15:14:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:date:message-id:in-reply-to:references:subject; bh=xmUx4vTY25BmPY7FpqX8H4ciihOAae1mcaLyK11tjfI=; b=tQnVIqKAYaLaSQfCoc1m2OceMhQk1xnkIdcJGW28pdVU8mwt8weBVbD8/XmmzCvJtG iKFeveIolyV5GIvVO1CcL/X4IPhgrARJb3IyWMS3xLkZEJtGFD+4OUsJl7/8m5mFQhtA dU4rVd+dn3YVuDhdmJx6DyyDzfCBkN9CBdRGG/NheUQPxS5EYzQKBsg6Ddw7D4VN7K57 qmWhxbZY4Iit7MHCevhf89QdmDgn+Yd4N3hYQE2L2EPMt0m3Z60hDLBDQw7p3xPXGfrQ yp5Lp82gGidTESZaUgFL3gmoiJuyhk96BSTykdkTCnh1METftMEMeBXVC8sn0nIOIUrY WfvA== X-Received: by 10.68.133.229 with SMTP id pf5mr7684499pbb.115.1385594072089; Wed, 27 Nov 2013 15:14:32 -0800 (PST) Received: from [127.0.0.1] (ac230065.ppp.asahi-net.or.jp. [183.77.230.65]) by mx.google.com with ESMTPSA id bp5sm90556972pbb.18.2013.11.27.15.14.31 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 27 Nov 2013 15:14:31 -0800 (PST) From: Magnus Damm To: linux-sh@vger.kernel.org Date: Thu, 28 Nov 2013 08:15:18 +0900 Message-Id: <20131127231518.29081.570.sendpatchset@w520> In-Reply-To: <20131127231450.29081.98054.sendpatchset@w520> References: <20131127231450.29081.98054.sendpatchset@w520> Subject: [PATCH 04/04] ARM: shmobile: Use r8a7779 suffix for INTC compat string X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20131127_181453_788638_F004D987 X-CRM114-Status: UNSURE ( 9.07 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.0 (--) Cc: horms@verge.net.au, Magnus Damm , linux-arm-kernel@lists.infradead.org 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 X-Spam-Status: No, score=-4.1 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, T_DKIM_INVALID, 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 From: Magnus Damm Add "renesas,intc-irqpin-r8a7779" to the compatible string for the IRQ pins in case of r8a7779 INTC. This makes the INTC irqpin follow the same style as the other devices and also makes it more future proof. Signed-off-by: Magnus Damm --- arch/arm/boot/dts/r8a7779.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- 0001/arch/arm/boot/dts/r8a7779.dtsi +++ work/arch/arm/boot/dts/r8a7779.dtsi 2013-11-28 07:42:50.000000000 +0900 @@ -135,7 +135,7 @@ }; irqpin0: irqpin@fe780010 { - compatible = "renesas,intc-irqpin"; + compatible = "renesas,intc-irqpin-r8a7779", "renesas,intc-irqpin"; #interrupt-cells = <2>; status = "disabled"; interrupt-controller;