Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753371AbbBSWav (ORCPT ); Thu, 19 Feb 2015 17:30:51 -0500 Received: from gloria.sntech.de ([95.129.55.99]:48531 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752344AbbBSWat (ORCPT ); Thu, 19 Feb 2015 17:30:49 -0500 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: Yunzhi Li Cc: jwerner@chromium.org, dianders@chromium.org, olof@lixom.net, huangtao@rock-chips.com, zyw@rock-chips.com, cf@rock-chips.com, linux-rockchip@lists.infradead.org, devicetree@vger.kernel.org, Russell King , Paul Zimmerman , linux-usb@vger.kernel.org, Kumar Gala , linux-kernel@vger.kernel.org, Ian Campbell , Rob Herring , Pawel Moll , Kishon Vijay Abraham I , Mark Rutland , Grant Likely , linux-arm-kernel@lists.infradead.org, Greg Kroah-Hartman 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 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1637 Lines: 53 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>; -- 2.1.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/