From patchwork Mon Feb 24 07:51:54 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Magnus Damm X-Patchwork-Id: 3706921 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 83AACBF13A for ; Mon, 24 Feb 2014 07:51:42 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id B55DE2015A for ; Mon, 24 Feb 2014 07:51:41 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id DB00020154 for ; Mon, 24 Feb 2014 07:51:40 +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 1WHqJj-0001Fo-NB; Mon, 24 Feb 2014 07:51:12 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1WHqJc-00027p-OA; Mon, 24 Feb 2014 07:51:04 +0000 Received: from mail-pd0-x231.google.com ([2607:f8b0:400e:c02::231]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WHqJV-00026O-Ti for linux-arm-kernel@lists.infradead.org; Mon, 24 Feb 2014 07:50:59 +0000 Received: by mail-pd0-f177.google.com with SMTP id g10so326812pdj.8 for ; Sun, 23 Feb 2014 23:50:36 -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=KVm3ANeOhvFEWsGdbQBpSCkKiUPGxRjr7S1nt7CB9EU=; b=EgSzpD1Xl2CDBstsSeNZ/UjExTm6qYRrunGfaa4am1h0HKwE8Vl08NClKzAvLUgIC2 IEm+ulFyo3n7Ikwq+3YckZyaijRVXk8RRt1B/QCI4pK6a765Q5n35gMGDczq+aMVDzi0 z96R4regtp54pE/vsfPROQSHMGfAZB+GNKzF8Q7p/3grgGFp54w4Vf0QUZQmFRv7nL/8 vOEwnbYc5o6Wn+H8wNL1VPTBVfhiHuwCv3HkUrTdzZ4vIU0kRBmgWusMubcey55fkvoe mOdasL9w7YfpnZBE7PYtFneQlIAG9pSoecUl3lzAG5NwWks+BHO2t93dbLuS1dKNDrN1 Wkpg== X-Received: by 10.66.250.202 with SMTP id ze10mr23752955pac.153.1393228236345; Sun, 23 Feb 2014 23:50:36 -0800 (PST) Received: from [127.0.0.1] (s214090.ppp.asahi-net.or.jp. [220.157.214.90]) by mx.google.com with ESMTPSA id sx8sm113502799pab.5.2014.02.23.23.50.34 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 23 Feb 2014 23:50:35 -0800 (PST) From: Magnus Damm To: linux-sh@vger.kernel.org Date: Mon, 24 Feb 2014 16:51:54 +0900 Message-Id: <20140224075154.20255.72319.sendpatchset@w520> In-Reply-To: <20140224075144.20255.59443.sendpatchset@w520> References: <20140224075144.20255.59443.sendpatchset@w520> Subject: [PATCH 01/02] ARM: shmobile: Lager DT USB PCI pinctrl setup via DTS X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140224_025058_090659_2C63D402 X-CRM114-Status: UNSURE ( 8.00 ) 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 USB1 and USB2 pin configuration for Lager DT reference to the default pinctrl setup. Signed-off-by: Magnus Damm --- arch/arm/boot/dts/r8a7790-lager.dts | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) --- 0001/arch/arm/boot/dts/r8a7790-lager.dts +++ work/arch/arm/boot/dts/r8a7790-lager.dts 2014-02-18 11:35:09.000000000 +0900 @@ -111,7 +111,7 @@ }; &pfc { - pinctrl-0 = <&du_pins &scif0_pins &scif1_pins>; + pinctrl-0 = <&du_pins &scif0_pins &scif1_pins &usb1_pins &usb2_pins>; pinctrl-names = "default"; du_pins: du { @@ -148,6 +148,16 @@ renesas,groups = "qspi_ctrl", "qspi_data4"; renesas,function = "qspi"; }; + + usb1_pins: usb1 { + renesas,groups = "usb1"; + renesas,function = "usb1"; + }; + + usb2_pins: usb2 { + renesas,groups = "usb2"; + renesas,function = "usb2"; + }; }; &mmcif1 {