From patchwork Fri Sep 26 21:09:22 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sergei Shtylyov X-Patchwork-Id: 4987661 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 50EC09F1D4 for ; Fri, 26 Sep 2014 21:09:31 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 783A520204 for ; Fri, 26 Sep 2014 21:09:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9C7C3201C7 for ; Fri, 26 Sep 2014 21:09:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756471AbaIZVJ2 (ORCPT ); Fri, 26 Sep 2014 17:09:28 -0400 Received: from mail-la0-f44.google.com ([209.85.215.44]:57676 "EHLO mail-la0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756463AbaIZVJ0 (ORCPT ); Fri, 26 Sep 2014 17:09:26 -0400 Received: by mail-la0-f44.google.com with SMTP id gi9so4994123lab.17 for ; Fri, 26 Sep 2014 14:09:25 -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=eiCYru1GHpewaMzogU8DlsRZO7BnTDqZNOlgiUTc4xE=; b=FLKLdGa5r33813mnngyGwWS9SPo+gLh1ZGzryjesgBK1eu3Z5Dbo407in/s0InObeG FllW0f6BjeUWujKB5YY8H/Hx/T2oLhJ9LLzNBnT/6rYq4rylX1tykxVzFGSOmWm/S5qO tSA+aXWCAK3yEf4xRIxBn/dbm7+9V8NAH2WsEXK3ueSfmISWkfZFFNYbDNsoi2Y4Cpms jucg4yw6KBFOGz+flUvkSZ4/V1vvIQmkWR7dlUzsiDOwi/h9Yz3oGzZpA32WG9MzhAa4 ei82sMJfinmz5mNQnWiLcjkEpiT5lk+c2xyW4jlszMdWtdFFEG0dfdRaWnp99V/FQh2x 1MNQ== X-Gm-Message-State: ALoCoQliLbjVKHeQJDhygH7tz+IvuXDNA7WtPkaGKddQEzXuo7Vw1LqVNWqsgeOxk5Vbqi6L7daM X-Received: by 10.153.11.132 with SMTP id ei4mr23108496lad.24.1411765765189; Fri, 26 Sep 2014 14:09:25 -0700 (PDT) Received: from wasted.cogentembedded.com (ppp30-229.pppoe.mtu-net.ru. [81.195.30.229]) by mx.google.com with ESMTPSA id jf6sm2242249lac.42.2014.09.26.14.09.23 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 26 Sep 2014 14:09:24 -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 Subject: [PATCH v4 2/3] ARM: shmobile: koelsch: enable USB PHY Date: Sat, 27 Sep 2014 01:09:22 +0400 Message-ID: <2336627.VWjZqGPynz@wasted.cogentembedded.com> Organization: Cogent Embedded Inc. User-Agent: KMail/4.13.3 (Linux/3.16.3-200.fc20.x86_64; KDE/4.13.3; x86_64; ; ) In-Reply-To: <3383603.zZsCVpCDbD@wasted.cogentembedded.com> References: <3383603.zZsCVpCDbD@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=-7.6 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 Enable USB PHY device for the Koelsch board. Signed-off-by: Sergei Shtylyov --- Changes in version 4: - refreshed the patch. Changes in version 3: - refreshed the patch. Changes in version 2: - fixed the wrong board name in the changelog; - refreshed the patch. arch/arm/boot/dts/r8a7791-koelsch.dts | 4 ++++ 1 file changed, 4 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-koelsch.dts =================================================================== --- renesas.orig/arch/arm/boot/dts/r8a7791-koelsch.dts +++ renesas/arch/arm/boot/dts/r8a7791-koelsch.dts @@ -463,6 +463,10 @@ pinctrl-names = "default"; }; +&usbphy { + status = "okay"; +}; + &pcie_bus_clk { status = "okay"; };