From patchwork Tue Oct 8 03:39:01 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 3000181 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 AD891BF924 for ; Tue, 8 Oct 2013 03:39:39 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id E02AA2017E for ; Tue, 8 Oct 2013 03:39:38 +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 08D842015D for ; Tue, 8 Oct 2013 03:39:38 +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 1VTO8Y-0004AH-RT; Tue, 08 Oct 2013 03:39:07 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1VTO8P-0008Jz-HH; Tue, 08 Oct 2013 03:38:57 +0000 Received: from mail-pb0-x229.google.com ([2607:f8b0:400e:c01::229]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VTO8N-0008Iv-9f for linux-arm-kernel@lists.infradead.org; Tue, 08 Oct 2013 03:38:55 +0000 Received: by mail-pb0-f41.google.com with SMTP id rp2so8045395pbb.14 for ; Mon, 07 Oct 2013 20:38:33 -0700 (PDT) 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=fMcl1PHslDpryb2nphnUDQuyGtBuWnk2dgYpsJAskrI=; b=J8hT7ti6GSWl+HsP/9ywfNaaZxtcGZaFh0uGhtDei0W54Tn1+t3HY8g33GzPntGabO DpydaqZujPU/GS57Daiinxgz755zgoMwXWxh17p949NJaD26gcaKXGs1U+PcqkGvaUvB tmx6y5xyC0Q9fSdrazCyS5avg9aed3Ajgd1sYBAul16HdfozhlqpiC7qtGP1ikvTdmSU tYmQU6+jg1FpV6qCN7DsUunLS6b2PhNOJlqr50pfwMI1RsddYbbBXDE4b0UXZirT6Jiz n0hsDDHirFCtNvDZich3vWbUYjWD1YRM7TPur740DJaFMdqXPWVDXWx4k4BzB82j7mT9 O6YA== X-Received: by 10.68.215.102 with SMTP id oh6mr34806704pbc.55.1381203513803; Mon, 07 Oct 2013 20:38:33 -0700 (PDT) Received: from [127.0.0.1] (ac230065.ppp.asahi-net.or.jp. [183.77.230.65]) by mx.google.com with ESMTPSA id hz10sm36700904pbc.36.1969.12.31.16.00.00 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 07 Oct 2013 20:38:32 -0700 (PDT) From: Magnus Damm To: linux-sh@vger.kernel.org Date: Tue, 08 Oct 2013 12:39:01 +0900 Message-Id: <20131008033901.20455.32324.sendpatchset@w520> In-Reply-To: <20131008033851.20455.68845.sendpatchset@w520> References: <20131008033851.20455.68845.sendpatchset@w520> Subject: [PATCH 01/08] ARM: shmobile: r8a7791 PFC device tree node X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20131007_233855_430545_33A96AD5 X-CRM114-Status: UNSURE ( 6.87 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -2.0 (--) Cc: khilman@linaro.org, kuninori.morimoto.gx@renesas.com, arnd@arndb.de, Magnus Damm , ryo.kataoka.wt@renesas.com, hisashi.nakamura.ak@renesas.com, horms@verge.net.au, yoshikazu.fujikawa.ue@renesas.com, olof@lixom.net, 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.3 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 a DT node for the r8a7791 PFC device. Signed-off-by: Magnus Damm --- arch/arm/boot/dts/r8a7791.dtsi | 6 ++++++ 1 file changed, 6 insertions(+) --- 0001/arch/arm/boot/dts/r8a7791.dtsi +++ work/arch/arm/boot/dts/r8a7791.dtsi 2013-10-04 18:31:44.000000000 +0900 @@ -71,4 +71,10 @@ <0 16 4>, <0 17 4>; }; + + pfc: pfc@e6060000 { + compatible = "renesas,pfc-r8a7791"; + reg = <0 0xe6060000 0 0x250>; + #gpio-range-cells = <3>; + }; };