From patchwork Sat May 16 17:27:57 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joachim Eastwood X-Patchwork-Id: 6421941 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 18777C0432 for ; Sat, 16 May 2015 17:32:08 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 4A1BE205DB for ; Sat, 16 May 2015 17:32:07 +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 80354205D6 for ; Sat, 16 May 2015 17:32:06 +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 1Ytftu-0000jQ-D6; Sat, 16 May 2015 17:29:26 +0000 Received: from mail-la0-x22b.google.com ([2a00:1450:4010:c03::22b]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1YtftY-0000gr-Qn for linux-arm-kernel@lists.infradead.org; Sat, 16 May 2015 17:29:05 +0000 Received: by laat2 with SMTP id t2so164737929laa.1 for ; Sat, 16 May 2015 10:28:42 -0700 (PDT) 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=Q5cwYZs8mumZ7PI1/5P7mgGlBb70yR5RighZwHH5xkM=; b=BKJwdQ04bsnxPgJIqIplVYumGunyfx+1/eS3PSxnc0SBj3QH5HJyPsfB85uWxhP4F9 9AHntU7d8DC+LUK/oRLRTV345ANAlUdl0yt1v9u/W2x+epZuJx3Qhd7okQkpXO7rB06K LcTDB+qh3iHI6mO/0RxcNyCD+jA9SipEFNxgV5/qgTSpDCROpq+XUi2YSca2vjwGiJkb Huke2nJOEvrtWetTcOEXY7J3D5iBjeSO6BFl5lEDP2dQIkMC/fndBy2sfjMig+AW4Hdo pmY0OLbYbIVQPPyXQCdTUmKhKNXmKGKEcXpEG3hdWhr3tcywAr9sfWZi0b9z3qDah4EL Wimw== X-Received: by 10.152.179.233 with SMTP id dj9mr11441520lac.101.1431797322946; Sat, 16 May 2015 10:28:42 -0700 (PDT) Received: from localhost.localdomain ([90.149.48.183]) by mx.google.com with ESMTPSA id o1sm1263980lao.43.2015.05.16.10.28.41 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 16 May 2015 10:28:42 -0700 (PDT) From: Joachim Eastwood To: kishon@ti.com Subject: [PATCH 2/2] doc: dt: add documentation for nxp,lpc1850-usb-otg-phy Date: Sat, 16 May 2015 19:27:57 +0200 Message-Id: <1431797277-4906-3-git-send-email-manabian@gmail.com> X-Mailer: git-send-email 1.8.0 In-Reply-To: <1431797277-4906-1-git-send-email-manabian@gmail.com> References: <1431797277-4906-1-git-send-email-manabian@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20150516_102905_131186_8A56947D X-CRM114-Status: UNSURE ( 9.53 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.8 (/) Cc: devicetree@vger.kernel.org, Joachim Eastwood , 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=-4.1 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, T_DKIM_INVALID, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable 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 Add binding documentation for nxp,lpc1850-usb-otg-phy. This PHY can found on NXP LPC18xx and LPC43xx devices. Signed-off-by: Joachim Eastwood --- .../bindings/phy/nxp,lpc1850-usb-otg-phy.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Documentation/devicetree/bindings/phy/nxp,lpc1850-usb-otg-phy.txt diff --git a/Documentation/devicetree/bindings/phy/nxp,lpc1850-usb-otg-phy.txt b/Documentation/devicetree/bindings/phy/nxp,lpc1850-usb-otg-phy.txt new file mode 100644 index 000000000000..3da60ca04a42 --- /dev/null +++ b/Documentation/devicetree/bindings/phy/nxp,lpc1850-usb-otg-phy.txt @@ -0,0 +1,19 @@ +NXP LPC18xx/43xx internal USB OTG PHY binding +--------------------------------------------- + +This file contains documentation for the internal USB OTG PHY found +in NXP LPC18xx and LPC43xx SoCs. + +Required properties: +- compatible : must be "nxp,lpc1850-usb-otg-phy" +- clocks : must be exactly one entry +See: Documentation/devicetree/bindings/clock/clock-bindings.txt +- #phy-cells : must be 0 for this phy +See: Documentation/devicetree/bindings/phy/phy-bindings.txt + +Example: +usb0_otg_phy: usb0-otg-phy { + compatible = "nxp,lpc1850-usb-otg-phy"; + clocks = <&ccu1 CLK_USB0>; + #phy-cells = <0>; +};