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: 3706901 Return-Path: X-Original-To: patchwork-linux-sh@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 145589F2F7 for ; Mon, 24 Feb 2014 07:50:39 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 3B3C42015A for ; Mon, 24 Feb 2014 07:50:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5E90620154 for ; Mon, 24 Feb 2014 07:50:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751834AbaBXHuh (ORCPT ); Mon, 24 Feb 2014 02:50:37 -0500 Received: from mail-pa0-f45.google.com ([209.85.220.45]:39274 "EHLO mail-pa0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751608AbaBXHug (ORCPT ); Mon, 24 Feb 2014 02:50:36 -0500 Received: by mail-pa0-f45.google.com with SMTP id lf10so6181863pab.4 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 Cc: Magnus Damm , horms@verge.net.au, linux-arm-kernel@lists.infradead.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 Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org X-Spam-Status: No, score=-6.8 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, 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(-) -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html --- 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 {