From patchwork Thu Feb 19 22:36:02 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Heiko Stuebner X-Patchwork-Id: 5853961 Return-Path: X-Original-To: patchwork-linux-rockchip@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 38A8EBF440 for ; Thu, 19 Feb 2015 22:31:22 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 30A4820351 for ; Thu, 19 Feb 2015 22:31:21 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 470B920328 for ; Thu, 19 Feb 2015 22:31:20 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1YOZcs-0004e3-6I; Thu, 19 Feb 2015 22:31:18 +0000 Received: from gloria.sntech.de ([95.129.55.99]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1YOZcq-0004bR-HE; Thu, 19 Feb 2015 22:31:17 +0000 Received: from ip923444a8.dynamic.kabel-deutschland.de ([146.52.68.168] helo=diego.localnet) by gloria.sntech.de with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.80) (envelope-from ) id 1YOZc5-0007Br-SV; Thu, 19 Feb 2015 23:30:29 +0100 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: Yunzhi Li Subject: Re: [PATCH v7 0/5] Patches to add support for Rockchip usb PHYs. Date: Thu, 19 Feb 2015 23:36:02 +0100 Message-ID: <83789848.BNM9GbusAN@diego> User-Agent: KMail/4.14.1 (Linux/3.16.0-4-amd64; KDE/4.14.2; x86_64; ; ) In-Reply-To: <1418396413-27937-1-git-send-email-lyz@rock-chips.com> References: <1418396413-27937-1-git-send-email-lyz@rock-chips.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20150219_143116_730661_76C29698 X-CRM114-Status: GOOD ( 10.62 ) X-Spam-Score: -0.0 (/) Cc: huangtao@rock-chips.com, devicetree@vger.kernel.org, Ian Campbell , Russell King , Pawel Moll , linux-rockchip@lists.infradead.org, Greg Kroah-Hartman , linux-usb@vger.kernel.org, dianders@chromium.org, linux-kernel@vger.kernel.org, zyw@rock-chips.com, cf@rock-chips.com, Rob Herring , Kumar Gala , olof@lixom.net, jwerner@chromium.org, Mark Rutland , Kishon Vijay Abraham I , Paul Zimmerman , linux-arm-kernel@lists.infradead.org, Grant Likely X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+patchwork-linux-rockchip=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable 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 Am Freitag, 12. Dezember 2014, 23:00:08 schrieb Yunzhi Li: > Patches to add support for Rockchip usb phys.Add a new Rockchip > usb phy driver and modify dwc2 controller driver to make dwc2 > platform devices support a generic PHY framework driver. This > patch set has been tested on my rk3288-evb and power off the usb > phys would reduce about 60mW power budget in total during sustem > suspend. it seems I missed a mail stating that the phy driver was applied and just found it in the main tree during the merge window. I've therefore applied the two dts patches for 3.21 and put the following on top, so that the firefly board also gets phy support Heiko ---------- 8< -------------- From: Heiko Stuebner Date: Thu, 19 Feb 2015 22:46:45 +0100 Subject: [PATCH] ARM: dts: rockchip: enable usbphy on rk3288-firefly Enable the usb phys on the firefly board. Signed-off-by: Heiko Stuebner --- arch/arm/boot/dts/rk3288-firefly.dtsi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/rk3288-firefly.dtsi b/arch/arm/boot/dts/rk3288-firefly.dtsi index e6f873a..b9dda41 100644 --- a/arch/arm/boot/dts/rk3288-firefly.dtsi +++ b/arch/arm/boot/dts/rk3288-firefly.dtsi @@ -459,6 +459,10 @@ status = "okay"; }; +&usbphy { + status = "okay"; +}; + &usb_host1 { pinctrl-names = "default"; pinctrl-0 = <&usbhub_rst>;