From patchwork Mon Nov 25 10:01:26 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kishon Vijay Abraham I X-Patchwork-Id: 293876 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 1365B2C00BB for ; Mon, 25 Nov 2013 21:06:37 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752769Ab3KYKC7 (ORCPT ); Mon, 25 Nov 2013 05:02:59 -0500 Received: from devils.ext.ti.com ([198.47.26.153]:46461 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752688Ab3KYKC4 (ORCPT ); Mon, 25 Nov 2013 05:02:56 -0500 Received: from dflxv15.itg.ti.com ([128.247.5.124]) by devils.ext.ti.com (8.13.7/8.13.7) with ESMTP id rAPA2J80018511; Mon, 25 Nov 2013 04:02:19 -0600 Received: from DFLE73.ent.ti.com (dfle73.ent.ti.com [128.247.5.110]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id rAPA2Jns015151; Mon, 25 Nov 2013 04:02:19 -0600 Received: from dlep33.itg.ti.com (157.170.170.75) by DFLE73.ent.ti.com (128.247.5.110) with Microsoft SMTP Server id 14.2.342.3; Mon, 25 Nov 2013 04:02:19 -0600 Received: from a0393678ub.india.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by dlep33.itg.ti.com (8.14.3/8.13.8) with ESMTP id rAPA1XdV012170; Mon, 25 Nov 2013 04:02:14 -0600 From: Kishon Vijay Abraham I To: , , , , , , , CC: , , , , , , , , , , , , Subject: [PATCH v3 06/10] Documentation: dt bindings: move ..usb/usb-phy.txt to ..phy/ti-phy.txt Date: Mon, 25 Nov 2013 15:31:26 +0530 Message-ID: <1385373690-12170-7-git-send-email-kishon@ti.com> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1385373690-12170-1-git-send-email-kishon@ti.com> References: <1385373690-12170-1-git-send-email-kishon@ti.com> MIME-Version: 1.0 Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Since now we have a separate folder for phy, move the PHY dt binding documentation of TI to that folder. Signed-off-by: Kishon Vijay Abraham I --- .../devicetree/bindings/{usb/usb-phy.txt => phy/ti-phy.txt} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename Documentation/devicetree/bindings/{usb/usb-phy.txt => phy/ti-phy.txt} (88%) diff --git a/Documentation/devicetree/bindings/usb/usb-phy.txt b/Documentation/devicetree/bindings/phy/ti-phy.txt similarity index 88% rename from Documentation/devicetree/bindings/usb/usb-phy.txt rename to Documentation/devicetree/bindings/phy/ti-phy.txt index c0245c8..207e14c 100644 --- a/Documentation/devicetree/bindings/usb/usb-phy.txt +++ b/Documentation/devicetree/bindings/phy/ti-phy.txt @@ -1,4 +1,4 @@ -USB PHY +TI PHY: DT DOCUMENTATION FOR PHYs in TI PLATFORMs OMAP USB2 PHY @@ -21,10 +21,10 @@ usb2phy@4a0ad080 { #phy-cells = <0>; }; -OMAP USB3 PHY +TI PIPE3 PHY Required properties: - - compatible: Should be "ti,omap-usb3" + - compatible: Should be "ti,phy-usb3". "ti,omap-usb3" is deprecated. - reg : Address and length of the register set for the device. - reg-names: The names of the register addresses corresponding to the registers filled in "reg". @@ -38,7 +38,7 @@ Optional properties: This is usually a subnode of ocp2scp to which it is connected. usb3phy@4a084400 { - compatible = "ti,omap-usb3"; + compatible = "ti,phy-usb3"; reg = <0x4a084400 0x80>, <0x4a084800 0x64>, <0x4a084c00 0x40>;