From patchwork Fri May 23 22:36:36 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sergei Shtylyov X-Patchwork-Id: 4236071 Return-Path: X-Original-To: patchwork-linux-sh@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 4DEEABF90B for ; Fri, 23 May 2014 22:36:33 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 66421203B5 for ; Fri, 23 May 2014 22:36:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 98315203B6 for ; Fri, 23 May 2014 22:36:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751171AbaEWWgb (ORCPT ); Fri, 23 May 2014 18:36:31 -0400 Received: from mail-lb0-f181.google.com ([209.85.217.181]:39337 "EHLO mail-lb0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751039AbaEWWga (ORCPT ); Fri, 23 May 2014 18:36:30 -0400 Received: by mail-lb0-f181.google.com with SMTP id q8so3085328lbi.40 for ; Fri, 23 May 2014 15:36:28 -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=bSZ1ZHRqrEL4oiJXNk+6wh+dGr5OjLeP6NX8LKGRpPk=; b=Yaom9KoA1MOD8YWJbB6DwbGH0VSMD9Baq7KMc/eLl/9GhF3lK4sxYXHn+Wg1PafSzz XJ5RHlf+IORJchM1RbCX48nPi2r7UsCnMzdjzYE6ZRbVutO82prbcJcBd20CEeSqN2VM B60i+JnjTwBzpOcBjvHElkpgL15z0omwhrhTMA4FicxFPwBZtK3gSlXnGxJ9R7OyDstC oWtkEIAAw4htnM/aRs6WU/dl7hjVi6acoGRSHp6Y79ENhjDIbb7JjSo+z33FnUO+JcIS rXYIQPJh6GzKorlQnntQ+YAD+KJM+g0DMRxyaVDsYloXcGx4VmOeSgjLNlwSKHX/TLNl 0s1Q== X-Gm-Message-State: ALoCoQnl4pr9oDKcuwxSGx1g+6kvexNZcTKF/JxQbERG/yAIaXD9qu5EyumnmcsGZM+mpIJ7iKpS X-Received: by 10.152.6.228 with SMTP id e4mr3839703laa.57.1400884588865; Fri, 23 May 2014 15:36:28 -0700 (PDT) Received: from wasted.cogentembedded.com (ppp20-242.pppoe.mtu-net.ru. [81.195.20.242]) by mx.google.com with ESMTPSA id oc3sm4162203lbb.18.2014.05.23.15.36.27 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Fri, 23 May 2014 15:36:28 -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 v2 1/3] ARM: shmobile: r8a7791: add USB PHY DT support Date: Sat, 24 May 2014 02:36:36 +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 References: <201405240234.47303.sergei.shtylyov@cogentembedded.com> In-Reply-To: <201405240234.47303.sergei.shtylyov@cogentembedded.com> MIME-Version: 1.0 Message-Id: <201405240236.37742.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=-7.5 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, 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 Define the R8A7791 generic part of the USB PHY device node. It is up to the board file to enable the device. Signed-off-by: Sergei Shtylyov --- Changes in version 2: - added subnodes to the USB PHY node; - refreshed the patch. arch/arm/boot/dts/r8a7791.dtsi | 26 ++++++++++++++++++++++++++ 1 file changed, 26 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/r8a7791.dtsi =================================================================== --- renesas.orig/arch/arm/boot/dts/r8a7791.dtsi +++ renesas/arch/arm/boot/dts/r8a7791.dtsi @@ -507,6 +507,32 @@ status = "disabled"; }; + usbphy: usb-phy@e6590100 { + compatible = "renesas,usb-phy-r8a7791"; + reg = <0 0xe6590100 0 0x100>; + #phy-cells = <2>; + clocks = <&mstp7_clks R8A7791_CLK_HSUSB>; + clock-names = "usbhs"; + status = "disabled"; + + usb-phy@0,0 { + renesas,phy-select = <0 0>; + renesas,ugctrl2-masks = <0x00000030 0x00000010>; + }; + usb-phy@0,1 { + renesas,phy-select = <0 1>; + renesas,ugctrl2-masks = <0x00000030 0x00000030>; + }; + usb-phy@1,0 { + renesas,phy-select = <1 0>; + renesas,ugctrl2-masks = <0x80000000 0x00000000>; + }; + usb-phy@1,1 { + renesas,phy-select = <1 1>; + renesas,ugctrl2-masks = <0x80000000 0x80000000>; + }; + }; + clocks { #address-cells = <2>; #size-cells = <2>;