From patchwork Wed Nov 27 23:15:11 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 3250471 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.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id CD65A9F474 for ; Wed, 27 Nov 2013 23:16:47 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id F06A22052A for ; Wed, 27 Nov 2013 23:16:46 +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 1E81E20503 for ; Wed, 27 Nov 2013 23:16:46 +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 1VloKP-00036G-VK; Wed, 27 Nov 2013 23:15:31 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1VloK6-0004d2-ET; Wed, 27 Nov 2013 23:15:10 +0000 Received: from mail-pb0-x22d.google.com ([2607:f8b0:400e:c01::22d]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VloJi-0004Yt-Kj for linux-arm-kernel@lists.infradead.org; Wed, 27 Nov 2013 23:14:47 +0000 Received: by mail-pb0-f45.google.com with SMTP id rp16so11323056pbb.4 for ; Wed, 27 Nov 2013 15:14:25 -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=9rDSVCoWrEX+XM9X1CbPJHJs9iUd60Lw3GJwgwZWE8I=; b=Qfaqhunu0IXA6hOxJSHHHxg1AKYC3Mu2aaY3EfOnk1cLnOIzILlMZYwH8Bm6UEJpsk TqiEMsUIwBEeW4OHL9naPPBX69gYuU3ADjdnPoQThznDJorY7KGSlS0o5ZnZz4D2lq// dP/iJ/qsrAsvWdg1eFm8j1cR0+UA6JHC+YUud09w3XuYaaxqZ+wJ2svgTGNk7Po29uKb cdkAvwpJwaPoWI4tZJuI1Fkjf0UPbtYF4TUx5M7WWJgRCFTOQSzKY0wKgAeXXhZXO/iD I31SLG6P1dC5lyzOdmtaPOQAxsZB2m6ViaFf4pNmBcncDMQTMFGdQU97nVft2zCvD9xx XLwQ== X-Received: by 10.66.188.80 with SMTP id fy16mr18223518pac.168.1385594065174; Wed, 27 Nov 2013 15:14:25 -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 vh3sm57362477pbc.8.2013.11.27.15.14.24 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 27 Nov 2013 15:14:24 -0800 (PST) From: Magnus Damm To: linux-sh@vger.kernel.org Date: Thu, 28 Nov 2013 08:15:11 +0900 Message-Id: <20131127231511.29081.46719.sendpatchset@w520> In-Reply-To: <20131127231450.29081.98054.sendpatchset@w520> References: <20131127231450.29081.98054.sendpatchset@w520> Subject: [PATCH 03/04] ARM: shmobile: Use r8a7778 suffix for INTC compat string X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20131127_181446_815540_C415B42A X-CRM114-Status: UNSURE ( 9.51 ) 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-r8a7778" to the compatible string for the IRQ pins in case of r8a7778 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/r8a7778.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- 0001/arch/arm/boot/dts/r8a7778.dtsi +++ work/arch/arm/boot/dts/r8a7778.dtsi 2013-11-28 07:41:06.000000000 +0900 @@ -43,7 +43,7 @@ /* irqpin: IRQ0 - IRQ3 */ irqpin: irqpin@fe78001c { - compatible = "renesas,intc-irqpin"; + compatible = "renesas,intc-irqpin-r8a7778", "renesas,intc-irqpin"; #interrupt-cells = <2>; interrupt-controller; status = "disabled"; /* default off */