From patchwork Wed Nov 27 23:14:57 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 3250451 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 BD8A0C045B for ; Wed, 27 Nov 2013 23:15:21 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 507F1205D3 for ; Wed, 27 Nov 2013 23:15:20 +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 CB715205CD for ; Wed, 27 Nov 2013 23:15:18 +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 1VloJq-0002mp-L4; Wed, 27 Nov 2013 23:14:54 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1VloJh-0004av-BA; Wed, 27 Nov 2013 23:14:45 +0000 Received: from mail-pb0-x233.google.com ([2607:f8b0:400e:c01::233]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VloJW-0004Yr-2D for linux-arm-kernel@lists.infradead.org; Wed, 27 Nov 2013 23:14:35 +0000 Received: by mail-pb0-f51.google.com with SMTP id up15so11348326pbc.38 for ; Wed, 27 Nov 2013 15:14:11 -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=81nm9RSlKmBgKLUDaFvUktxH/HJmkpvaKfx0cSNcUq0=; b=lQjnd4/8DkMwZ47USm/STbgHtH4fvC2spRZeYSb6FovEEqvgNWRrnLchLJzwA2HVEw lDOmJtiWh8srF5Yk3LuiA/hNyrKhLQusc1V/PVMeZIlabbNZ7pOnq8Mf51Kn+acBI/im qERbQGDJ3I4AW9r2yM+spiHG4wSwmJumJV9t2X57GZuzAiae5UklxGpngCeBjh5gETlM 375wFcYmsa4fc7WzCl05tFCkrHmnwI/OXY+1PkOKEpu/2WEBYexk1SsHJFqzntDctzGP uHPy8zxsJJhsXD6lR25rjUmKwaltvGIyTYlD/wsVO1ULGDfarwEWuxVwbCWeijDgFYHO zQhg== X-Received: by 10.68.197.73 with SMTP id is9mr7522102pbc.75.1385594051020; Wed, 27 Nov 2013 15:14:11 -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 hw10sm90551325pbc.24.2013.11.27.15.14.09 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 27 Nov 2013 15:14:10 -0800 (PST) From: Magnus Damm To: linux-sh@vger.kernel.org Date: Thu, 28 Nov 2013 08:14:57 +0900 Message-Id: <20131127231457.29081.22706.sendpatchset@w520> In-Reply-To: <20131127231450.29081.98054.sendpatchset@w520> References: <20131127231450.29081.98054.sendpatchset@w520> Subject: [PATCH 01/04] ARM: shmobile: Use sh73a0 suffix for INTC compat string X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20131127_181434_234316_D4A9FF92 X-CRM114-Status: UNSURE ( 8.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-sh73a0" to the compatible string for the IRQ pins in case of sh73a0 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/sh73a0.dtsi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) --- 0001/arch/arm/boot/dts/sh73a0.dtsi +++ work/arch/arm/boot/dts/sh73a0.dtsi 2013-11-28 07:38:21.000000000 +0900 @@ -47,7 +47,7 @@ }; irqpin0: irqpin@e6900000 { - compatible = "renesas,intc-irqpin"; + compatible = "renesas,intc-irqpin-sh73a0", "renesas,intc-irqpin"; #interrupt-cells = <2>; interrupt-controller; reg = <0xe6900000 4>, @@ -67,7 +67,7 @@ }; irqpin1: irqpin@e6900004 { - compatible = "renesas,intc-irqpin"; + compatible = "renesas,intc-irqpin-sh73a0", "renesas,intc-irqpin"; #interrupt-cells = <2>; interrupt-controller; reg = <0xe6900004 4>, @@ -88,7 +88,7 @@ }; irqpin2: irqpin@e6900008 { - compatible = "renesas,intc-irqpin"; + compatible = "renesas,intc-irqpin-sh73a0", "renesas,intc-irqpin"; #interrupt-cells = <2>; interrupt-controller; reg = <0xe6900008 4>, @@ -108,7 +108,7 @@ }; irqpin3: irqpin@e690000c { - compatible = "renesas,intc-irqpin"; + compatible = "renesas,intc-irqpin-sh73a0", "renesas,intc-irqpin"; #interrupt-cells = <2>; interrupt-controller; reg = <0xe690000c 4>,