From patchwork Wed Nov 20 04:18:05 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 3207461 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 8B16D9F3A0 for ; Wed, 20 Nov 2013 04:17:57 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 9F72E20661 for ; Wed, 20 Nov 2013 04:17:56 +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 AD77620653 for ; Wed, 20 Nov 2013 04:17:55 +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 1VizEc-0003Db-OP; Wed, 20 Nov 2013 04:17:50 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1VizEa-0002hs-LK; Wed, 20 Nov 2013 04:17:48 +0000 Received: from mail-pb0-x22a.google.com ([2607:f8b0:400e:c01::22a]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VizEW-0002gx-Rs for linux-arm-kernel@lists.infradead.org; Wed, 20 Nov 2013 04:17:45 +0000 Received: by mail-pb0-f42.google.com with SMTP id uo5so9398428pbc.15 for ; Tue, 19 Nov 2013 20:17:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:date:message-id:subject; bh=cVIUvHsbl2jnm9jHA/kDli/jpsdOfXAEkNTKFpnjzbI=; b=hOyoWqzDyfSVRJj/zPRjTDMbgUer31xIJWcrist021FTwDyXErBHqs2vxqKA26h4/O 00xkZpFwlQDoSWNtyhhaubQJ/ET1omn3BahUyU93m3qE7hWT7ea/qK/pdN1c9es37Q7L ASMiMjIBuZBgTw/i2dmHZ1aJi06kdXgsKTIcoMCkFoXmJ46/i11XSolS0scUWs3KiH7j qFzboH4Z+npEDdZw4g9Lqhe1IqF3hxTP4con8vH+pbwZioYUdlKyNdzMhwABa+kpCVan xc08NQ8sMV99++OB2ZaBZxmQhuHBpi8NiPVdexIl0tN9DyFIiIibNmq5tZs8GOORPGUh 08WQ== X-Received: by 10.66.13.70 with SMTP id f6mr20436pac.180.1384921042966; Tue, 19 Nov 2013 20:17:22 -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 uf2sm34333107pbc.28.2013.11.19.20.17.20 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 19 Nov 2013 20:17:21 -0800 (PST) From: Magnus Damm To: linux-sh@vger.kernel.org Date: Wed, 20 Nov 2013 13:18:05 +0900 Message-Id: <20131120041805.30114.27761.sendpatchset@w520> Subject: [PATCH] ARM: shmobile: Use r8a7791 suffix for IRQC compat string X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20131119_231744_994554_F88E504B X-CRM114-Status: UNSURE ( 9.03 ) 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.6 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=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 From: Magnus Damm Add "renesas,irqc-r8a7791" to the compatible string for IRQC in case of r8a7791. This makes the IRQC follow the same style as the other devices and also makes it more future proof. Signed-off-by: Magnus Damm --- arch/arm/boot/dts/r8a7791.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- 0001/arch/arm/boot/dts/r8a7791.dtsi +++ work/arch/arm/boot/dts/r8a7791.dtsi 2013-11-20 12:21:36.000000000 +0900 @@ -154,7 +154,7 @@ }; irqc0: interrupt-controller@e61c0000 { - compatible = "renesas,irqc"; + compatible = "renesas,irqc-r8a7791", "renesas,irqc"; #interrupt-cells = <2>; interrupt-controller; reg = <0 0xe61c0000 0 0x200>;