Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757069AbaKTVxk (ORCPT ); Thu, 20 Nov 2014 16:53:40 -0500 Received: from mail-wi0-f171.google.com ([209.85.212.171]:62113 "EHLO mail-wi0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756500AbaKTVxh (ORCPT ); Thu, 20 Nov 2014 16:53:37 -0500 From: Sebastian Hesselbarth To: Sebastian Hesselbarth Cc: Antoine Tenart , Kishon Vijay Abraham I , Grant Likely , Rob Herring , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH 2/2] Documentation: bindings: add doc for the Berlin USB PHY Date: Thu, 20 Nov 2014 22:53:26 +0100 Message-Id: <1416520406-1852-2-git-send-email-sebastian.hesselbarth@gmail.com> In-Reply-To: <1416520406-1852-1-git-send-email-sebastian.hesselbarth@gmail.com> References: <1416520406-1852-1-git-send-email-sebastian.hesselbarth@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Antoine Tenart Document the bindings of the Marvell Berlin USB PHY driver. Signed-off-by: Antoine Tenart --- Split-off patches from latest Berlin USB PHY patches https://lkml.kernel.org/g/1416231347-27193-1-git-send-email-antoine.tenart@free-electrons.com Cc: Kishon Vijay Abraham I Cc: Grant Likely Cc: Rob Herring Cc: Antoine Tenart Cc: devicetree@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org Cc: linux-kernel@vger.kernel.org --- .../devicetree/bindings/phy/berlin-usb-phy.txt | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) create mode 100644 Documentation/devicetree/bindings/phy/berlin-usb-phy.txt diff --git a/Documentation/devicetree/bindings/phy/berlin-usb-phy.txt b/Documentation/devicetree/bindings/phy/berlin-usb-phy.txt new file mode 100644 index 0000000..be33780 --- /dev/null +++ b/Documentation/devicetree/bindings/phy/berlin-usb-phy.txt @@ -0,0 +1,16 @@ +* Marvell Berlin USB PHY + +Required properties: +- compatible: "marvell,berlin2-usb-phy" or "marvell,berlin2cd-usb-phy" +- reg: base address and length of the registers +- #phys-cells: should be 0 +- resets: reference to the reset controller + +Example: + + usb-phy@f774000 { + compatible = "marvell,berlin2-usb-phy"; + reg = <0xf774000 0x128>; + #phy-cells = <0>; + resets = <&chip 0x104 14>; + }; -- 1.7.2.5 -- 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/