From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933230AbbLTMIX (ORCPT ); Sun, 20 Dec 2015 07:08:23 -0500 Received: from arroyo.ext.ti.com ([192.94.94.40]:36465 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754262AbbLTMIU (ORCPT ); Sun, 20 Dec 2015 07:08:20 -0500 Subject: Re: [PATCH v3 9/9] phy: omap-usb2: use *syscon* framework API to power on/off the PHY To: Rob Herring References: <1450170968-11282-1-git-send-email-kishon@ti.com> <1450170968-11282-10-git-send-email-kishon@ti.com> <20151220033901.GI9883@rob-hp-laptop> CC: , , , , , , , , , , , , From: Kishon Vijay Abraham I Message-ID: <56769A1F.3060607@ti.com> Date: Sun, 20 Dec 2015 17:37:59 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <20151220033901.GI9883@rob-hp-laptop> 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 Hi Rob, On Sunday 20 December 2015 09:09 AM, Rob Herring wrote: > On Tue, Dec 15, 2015 at 02:46:08PM +0530, Kishon Vijay Abraham I wrote: >> Deprecate using phy-omap-control driver to power on/off the PHY, >> and use *syscon* framework to do the same. This handles >> powering on/off the PHY for the USB2 PHYs used in various TI SoCs. >> >> Signed-off-by: Kishon Vijay Abraham I >> --- >> Documentation/devicetree/bindings/phy/ti-phy.txt | 8 +- >> drivers/phy/phy-omap-usb2.c | 94 ++++++++++++++++++---- >> include/linux/phy/omap_usb.h | 23 ++++++ >> 3 files changed, 107 insertions(+), 18 deletions(-) >> >> diff --git a/Documentation/devicetree/bindings/phy/ti-phy.txt b/Documentation/devicetree/bindings/phy/ti-phy.txt >> index 49e5b0c..a3b3945 100644 >> --- a/Documentation/devicetree/bindings/phy/ti-phy.txt >> +++ b/Documentation/devicetree/bindings/phy/ti-phy.txt >> @@ -31,6 +31,8 @@ OMAP USB2 PHY >> >> Required properties: >> - compatible: Should be "ti,omap-usb2" >> + Should be "ti,dra7x-usb2-phy2" for the 2nd instance of USB2 PHY >> + in DRA7x > > The 2nd instance is different somehow? yeah, the bit fields are slightly different. Thanks Kishon