From patchwork Tue Jun 24 18:02:21 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sergei Shtylyov X-Patchwork-Id: 4412431 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 3215C9F37C for ; Tue, 24 Jun 2014 18:02:41 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 1DC222034B for ; Tue, 24 Jun 2014 18:02:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 39E9D20373 for ; Tue, 24 Jun 2014 18:02:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754975AbaFXSCX (ORCPT ); Tue, 24 Jun 2014 14:02:23 -0400 Received: from mail-lb0-f181.google.com ([209.85.217.181]:41415 "EHLO mail-lb0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754963AbaFXSCV (ORCPT ); Tue, 24 Jun 2014 14:02:21 -0400 Received: by mail-lb0-f181.google.com with SMTP id p9so953332lbv.26 for ; Tue, 24 Jun 2014 11:02:20 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:organization:to:subject:date:user-agent:cc :references:in-reply-to:mime-version:content-type :content-transfer-encoding:message-id; bh=Yr2jxe/WB+AyN+ahDeQkhUGtXYisFebVMLquM/sk7OQ=; b=WI9Mdj54EEmKlECvia+H9jqXMaCEvixcX4pm6WAKO8D5Mbv5O1GvCfGnqqlOfrnSTF /DTOZMG5xOJEbf/mHfd4Yio4RiQL14/k4FcBkFoCU5wcyrNWkGnAOfqr7fe0i+dtoCHB 7O5zvBWwabmI0879bhPt8h7+HGoPwC9BnjCEZ5EOXjLPPSusAxrSVLUNue4maXxI4/Nq yuXeeqeVnKjiwpQwaSMeH9B8V0Q4V98b1mHZFI1RzSfU/FaTW/goCmyncgpN1lPgYtjm oOttinzmUX2FTsMWFZD9WTBThrcXQ+WLycivfn35dmhqvZZySU02JIIo1dT4t4k8aKaF mO9A== X-Gm-Message-State: ALoCoQk2OH/h5V4ZjgxNfo4R1KDUKdhzVf4/YiK2Oph2KKtQh3bAiHd+tAElE1H5nGbIyJdrcnT2 X-Received: by 10.112.13.137 with SMTP id h9mr1629437lbc.33.1403632939815; Tue, 24 Jun 2014 11:02:19 -0700 (PDT) Received: from wasted.cogentembedded.com (ppp27-85.pppoe.mtu-net.ru. [81.195.27.85]) by mx.google.com with ESMTPSA id d9sm409953lag.19.2014.06.24.11.02.17 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Tue, 24 Jun 2014 11:02:19 -0700 (PDT) From: Sergei Shtylyov Organization: Cogent Embedded To: horms@verge.net.au, linux-sh@vger.kernel.org, robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org, devicetree@vger.kernel.org Subject: [PATCH v5 2/2] ARM: shmobile: lager: enable internal PCI Date: Tue, 24 Jun 2014 22:02:21 +0400 User-Agent: KMail/1.13.5 (Linux/2.6.32.26-175.fc12.i686.PAE; KDE/4.4.5; i686; ; ) Cc: magnus.damm@gmail.com, linux@arm.linux.org.uk, linux-arm-kernel@lists.infradead.org, ben.dooks@codethink.co.uk References: <201406242157.05973.sergei.shtylyov@cogentembedded.com> In-Reply-To: <201406242157.05973.sergei.shtylyov@cogentembedded.com> MIME-Version: 1.0 Message-Id: <201406242202.22807.sergei.shtylyov@cogentembedded.com> 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.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, T_RP_MATCHES_RCVD, 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: Ben Dooks Enable internal AHB-PCI bridges for the USB EHCI/OHCI controllers attached to them. Signed-off-by: Ben Dooks Reviewed-by: Ian Molton [Sergei: enabled PCI0] Signed-off-by: Sergei Shtylyov Tested-by: Yoshihiro Shimoda --- Changes in version 4: - refreshed the patch. Changes in version 3: - refreshed the patch. Changes in version 2: - enabled PCI0 device; - reworded summary and changelog; - refreshed the patch. arch/arm/boot/dts/r8a7790-lager.dts | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) -- 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 Index: renesas/arch/arm/boot/dts/r8a7790-lager.dts =================================================================== --- renesas.orig/arch/arm/boot/dts/r8a7790-lager.dts +++ renesas/arch/arm/boot/dts/r8a7790-lager.dts @@ -219,6 +219,21 @@ renesas,groups = "i2c3"; renesas,function = "i2c3"; }; + + usb0_pins: usb0 { + renesas,groups = "usb0"; + renesas,function = "usb0"; + }; + + usb1_pins: usb1 { + renesas,groups = "usb1"; + renesas,function = "usb1"; + }; + + usb2_pins: usb2 { + renesas,groups = "usb2"; + renesas,function = "usb2"; + }; }; ðer { @@ -368,3 +383,21 @@ regulator-always-on; }; }; + +&pci0 { + status = "okay"; + pinctrl-0 = <&usb0_pins>; + pinctrl-names = "default"; +}; + +&pci1 { + status = "okay"; + pinctrl-0 = <&usb1_pins>; + pinctrl-names = "default"; +}; + +&pci2 { + status = "okay"; + pinctrl-0 = <&usb2_pins>; + pinctrl-names = "default"; +};