From patchwork Tue Oct 7 20:23:16 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sergei Shtylyov X-Patchwork-Id: 5048991 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 4027E9F295 for ; Tue, 7 Oct 2014 20:23:25 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 5FBC420204 for ; Tue, 7 Oct 2014 20:23:24 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 7B15520166 for ; Tue, 7 Oct 2014 20:23:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754108AbaJGUXV (ORCPT ); Tue, 7 Oct 2014 16:23:21 -0400 Received: from mail-la0-f46.google.com ([209.85.215.46]:56109 "EHLO mail-la0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754004AbaJGUXU (ORCPT ); Tue, 7 Oct 2014 16:23:20 -0400 Received: by mail-la0-f46.google.com with SMTP id gi9so7047640lab.5 for ; Tue, 07 Oct 2014 13:23:19 -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:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=L3Qw1HeqFj/8Ch5kksU7NdbP2mrv2Efv1ZvNSKjw96I=; b=d9lHJwY78GbFk9RGDiwxhzo6Ev0q2uZloPBZvoChELqCPKefNgW3ZvnvfdOMZvX5HE WMSI88OXHePaEUM5r5LfE6MoJtcXK8Zkp+DqnNOQ5nbskCN68jJ4qcphk2Vx5gqSxqvS Z6iMJMkEm44reupTruDPOK0vtEe8TEJ4zbhZELCi4JtCoBD9sOZDLXzC3ctL3CNnGDuB 7d5O+4/AjxXo6kyX2GcD1Xq775s+0f05x4QxvjUvlsrtBXNioheiCOZ4alglc7a65Yj+ XkFQy+IxeFYUIoF9cbdL14AJfFzkQPG5E5AVTLxY1qdCRswlend/SNmGlu6xOILnMQcA 6IfQ== X-Gm-Message-State: ALoCoQmBXd0HNn3qJ/3XC8Cvk3yi6ZlHVjOZzEqfp/LOYF+/DR8helW+dz1flSfDZUiR4t0SuFh1 X-Received: by 10.112.190.69 with SMTP id go5mr6446786lbc.32.1412713399014; Tue, 07 Oct 2014 13:23:19 -0700 (PDT) Received: from wasted.cogentembedded.com (ppp22-173.pppoe.mtu-net.ru. [81.195.22.173]) by mx.google.com with ESMTPSA id xh2sm7031254lbb.7.2014.10.07.13.23.17 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 07 Oct 2014 13:23:18 -0700 (PDT) From: Sergei Shtylyov 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 Cc: magnus.damm@gmail.com, linux@arm.linux.org.uk, linux-arm-kernel@lists.infradead.org, linux-usb@vger.kernel.org, yoshihiro.shimoda.uh@renesas.com Subject: [PATCH v3 1/2] ARM: shmobile: r8a7790: add HS-USB device node Date: Wed, 08 Oct 2014 00:23:16 +0400 Message-ID: <2254854.tSoZel4tS4@wasted.cogentembedded.com> Organization: Cogent Embedded Inc. User-Agent: KMail/4.14.1 (Linux/3.16.3-200.fc20.x86_64; KDE/4.14.1; x86_64; ; ) In-Reply-To: <2438577.UAUDMkTTWI@wasted.cogentembedded.com> References: <2438577.UAUDMkTTWI@wasted.cogentembedded.com> MIME-Version: 1.0 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: Yoshihiro Shimoda Define the R8A7790 generic part of the HS-USB device node. It is up to the board file to enable the device. Signed-off-by: Yoshihiro Shimoda [Sergei: fixed summary, added changelog] Signed-off-by: Sergei Shtylyov --- Changes in version 3: - uppercased "arm" in the summary; - added changelog. arch/arm/boot/dts/r8a7790.dtsi | 11 +++++++++++ 1 file changed, 11 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.dtsi =================================================================== --- renesas.orig/arch/arm/boot/dts/r8a7790.dtsi +++ renesas/arch/arm/boot/dts/r8a7790.dtsi @@ -600,6 +600,17 @@ status = "disabled"; }; + hsusb: usb@e6590000 { + compatible = "renesas,usbhs-r8a7790"; + reg = <0 0xe6590000 0 0x100>; + interrupts = <0 107 IRQ_TYPE_LEVEL_HIGH>; + clocks = <&mstp7_clks R8A7790_CLK_HSUSB>; + renesas,buswait = <4>; + phys = <&usb0 1>; + phy-names = "usb"; + status = "disabled"; + }; + usbphy: usb-phy@e6590100 { compatible = "renesas,usb-phy-r8a7790"; reg = <0 0xe6590100 0 0x100>;