From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752061AbbHEH7S (ORCPT ); Wed, 5 Aug 2015 03:59:18 -0400 Received: from arroyo.ext.ti.com ([192.94.94.40]:53715 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751128AbbHEH7Q (ORCPT ); Wed, 5 Aug 2015 03:59:16 -0400 Message-ID: <55C1C233.4010102@ti.com> Date: Wed, 5 Aug 2015 10:58:43 +0300 From: Roger Quadros User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.8.0 MIME-Version: 1.0 To: Kishon Vijay Abraham I , , , , , , , CC: , , , Subject: Re: [PATCH 07/10] ARM: dts: OMAP5: Use "syscon-phy-power" instead of "ctrl-module" in USB PHY node References: <1438702233-8027-1-git-send-email-kishon@ti.com> <1438702233-8027-8-git-send-email-kishon@ti.com> In-Reply-To: <1438702233-8027-8-git-send-email-kishon@ti.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 04/08/15 18:30, Kishon Vijay Abraham I wrote: > Add "syscon-phy-power" property and remove the deprecated "ctrl-module" > property from USB PHY devicetree node. > > Since "omap_control_usb2phy" and "omap_control_usb3phy" devicetree nodes > are no longer used, remove it. > > Signed-off-by: Kishon Vijay Abraham I Acked-by: Roger Quadros cheers, -roger > --- > arch/arm/boot/dts/omap5.dtsi | 16 ++-------------- > 1 file changed, 2 insertions(+), 14 deletions(-) > > diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi > index c8fd648..f0b6cd6 100644 > --- a/arch/arm/boot/dts/omap5.dtsi > +++ b/arch/arm/boot/dts/omap5.dtsi > @@ -848,18 +848,6 @@ > hw-caps-temp-alert; > }; > > - omap_control_usb2phy: control-phy@4a002300 { > - compatible = "ti,control-phy-usb2"; > - reg = <0x4a002300 0x4>; > - reg-names = "power"; > - }; > - > - omap_control_usb3phy: control-phy@4a002370 { > - compatible = "ti,control-phy-pipe3"; > - reg = <0x4a002370 0x4>; > - reg-names = "power"; > - }; > - > usb3: omap_dwc3@4a020000 { > compatible = "ti,dwc3"; > ti,hwmods = "usb_otg_ss"; > @@ -890,7 +878,7 @@ > usb2_phy: usb2phy@4a084000 { > compatible = "ti,omap-usb2"; > reg = <0x4a084000 0x7c>; > - ctrl-module = <&omap_control_usb2phy>; > + syscon-phy-power = <&scm_conf 0x300>; > clocks = <&usb_phy_cm_clk32k>, <&usb_otg_ss_refclk960m>; > clock-names = "wkupclk", "refclk"; > #phy-cells = <0>; > @@ -902,7 +890,7 @@ > <0x4a084800 0x64>, > <0x4a084c00 0x40>; > reg-names = "phy_rx", "phy_tx", "pll_ctrl"; > - ctrl-module = <&omap_control_usb3phy>; > + syscon-phy-power = <&scm_conf 0x370>; > clocks = <&usb_phy_cm_clk32k>, > <&sys_clkin>, > <&usb_otg_ss_refclk960m>; >