From patchwork Thu Nov 20 21:53:26 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sebastian Hesselbarth X-Patchwork-Id: 5351061 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id A58169F1E1 for ; Thu, 20 Nov 2014 21:56:15 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id BD71F201FA for ; Thu, 20 Nov 2014 21:56:14 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id DFB94201E4 for ; Thu, 20 Nov 2014 21:56:13 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1XrZg1-0005lB-C6; Thu, 20 Nov 2014 21:54:09 +0000 Received: from mail-wg0-x22a.google.com ([2a00:1450:400c:c00::22a]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1XrZfp-0005gl-Gf for linux-arm-kernel@lists.infradead.org; Thu, 20 Nov 2014 21:53:58 +0000 Received: by mail-wg0-f42.google.com with SMTP id z12so4980833wgg.15 for ; Thu, 20 Nov 2014 13:53:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=uNmeFEROE9Nfvj9yhtgK8wnpGaOk8D8pqfBa4bebOFI=; b=ccpvPbyNzQH+vf8rDAMn/yosUZyxxctzeSETN3ThGrnmJ8azdnUaDJ2TJTPZS7zbM4 5BW8FdhsC93Rfg/PvosuoYbfKGEpqBpaQ8HyabCKGX+wSNOp/g4arvTpij7iCT4/SV/d E7FSzKPtidjrVoZB3UqYMh1qSIHpbVmb9V6bnzzGesRIEZdfFQW4DRSIG4aFIrVceirs cJtjZHLMen3B5HMSPpt/yVKv4jtW6aIWvCp2fmqZZX9ZWVqRq7DdOH/YfSoW3qGpaVwp 0d8rr0CjzlgZmYj6Hsmn3uGuC/zvShwE5J/0EbKymipfDayaT7lMxgQxUygwk2/pRLTe CJFw== X-Received: by 10.194.238.3 with SMTP id vg3mr837411wjc.69.1416520415708; Thu, 20 Nov 2014 13:53:35 -0800 (PST) Received: from topkick.lan (f051179067.adsl.alicedsl.de. [78.51.179.67]) by mx.google.com with ESMTPSA id kn5sm5145729wjb.48.2014.11.20.13.53.33 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 20 Nov 2014 13:53:33 -0800 (PST) From: Sebastian Hesselbarth To: Sebastian Hesselbarth 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> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20141120_135357_698434_CFD115AE X-CRM114-Status: GOOD ( 10.90 ) X-Spam-Score: -0.8 (/) Cc: devicetree@vger.kernel.org, Antoine Tenart , linux-kernel@vger.kernel.org, Kishon Vijay Abraham I , Rob Herring , Grant Likely , linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-2.5 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW, T_DKIM_INVALID, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 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>; + };