From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752015AbbHEH6k (ORCPT ); Wed, 5 Aug 2015 03:58:40 -0400 Received: from arroyo.ext.ti.com ([192.94.94.40]:53682 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751890AbbHEH6i (ORCPT ); Wed, 5 Aug 2015 03:58:38 -0400 Message-ID: <55C1C20A.5070003@ti.com> Date: Wed, 5 Aug 2015 10:58:02 +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 06/10] ARM: dts: am4372: Use "syscon-phy-power" instead of "ctrl-module" in USB PHY node References: <1438702233-8027-1-git-send-email-kishon@ti.com> <1438702233-8027-7-git-send-email-kishon@ti.com> In-Reply-To: <1438702233-8027-7-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 device tree node. > > Since "am43xx_control_usb2phy1" and "am43xx_control_usb2phy2" > 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/am4372.dtsi | 16 ++-------------- > 1 file changed, 2 insertions(+), 14 deletions(-) > > diff --git a/arch/arm/boot/dts/am4372.dtsi b/arch/arm/boot/dts/am4372.dtsi > index ade28c79..24fa073 100644 > --- a/arch/arm/boot/dts/am4372.dtsi > +++ b/arch/arm/boot/dts/am4372.dtsi > @@ -802,18 +802,6 @@ > status = "disabled"; > }; > > - am43xx_control_usb2phy1: control-phy@44e10620 { > - compatible = "ti,control-phy-usb2-am437"; > - reg = <0x44e10620 0x4>; > - reg-names = "power"; > - }; > - > - am43xx_control_usb2phy2: control-phy@0x44e10628 { > - compatible = "ti,control-phy-usb2-am437"; > - reg = <0x44e10628 0x4>; > - reg-names = "power"; > - }; > - > ocp2scp0: ocp2scp@483a8000 { > compatible = "ti,am437x-ocp2scp", "ti,omap-ocp2scp"; > #address-cells = <1>; > @@ -824,7 +812,7 @@ > usb2_phy1: phy@483a8000 { > compatible = "ti,am437x-usb2"; > reg = <0x483a8000 0x8000>; > - ctrl-module = <&am43xx_control_usb2phy1>; > + syscon-phy-power = <&scm_conf 0x620>; > clocks = <&usb_phy0_always_on_clk32k>, > <&usb_otg_ss0_refclk960m>; > clock-names = "wkupclk", "refclk"; > @@ -843,7 +831,7 @@ > usb2_phy2: phy@483e8000 { > compatible = "ti,am437x-usb2"; > reg = <0x483e8000 0x8000>; > - ctrl-module = <&am43xx_control_usb2phy2>; > + syscon-phy-power = <&scm_conf 0x628>; > clocks = <&usb_phy1_always_on_clk32k>, > <&usb_otg_ss1_refclk960m>; > clock-names = "wkupclk", "refclk"; >