From patchwork Fri May 29 18:03:37 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joachim Eastwood X-Patchwork-Id: 6510441 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.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 3A6849F38C for ; Fri, 29 May 2015 18:12:09 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 518B92084B for ; Fri, 29 May 2015 18:12:08 +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 8847120849 for ; Fri, 29 May 2015 18:12:07 +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 1YyOiR-0007fi-5K; Fri, 29 May 2015 18:09:07 +0000 Received: from mail-la0-x22d.google.com ([2a00:1450:4010:c03::22d]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1YyOeD-0003Kw-DT for linux-arm-kernel@lists.infradead.org; Fri, 29 May 2015 18:04:46 +0000 Received: by labpy14 with SMTP id py14so49916307lab.0 for ; Fri, 29 May 2015 11:04:24 -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=s438f+9u42/NXwZS98Tu724IMRyqzabB2oHVwFEsh9Y=; b=Wzf61q4hnwTfKsygAbjtBS7QvvRfsdD8mhalzM5Bsg4H7FWilhZu4HArKnpVimuDqJ FukBAeCcPZx/j2Nd0J9/PcwhSONpa7oVmNqCvST3U3u1IWVp13CVmBFaKxqbLsJLNe6m NN+/GfFB5HyXbqZt3Card6GktT26Rkzz24o2qHsEr9mnl59JX8LFs2QoHp9LWcki0vUK d8YcPx0WNFek6Vwlvpr52tW2jjYnxLXPSJx0DBbrAhRGt7OZRjpMKBly3SPr72kmbkMf bE6hSmy+xQIGhAGM9/AtRmFVXSAoluYgCUYwS4l1wSDK88TMSXHc5rtBGabai7Cnw1Js f6Hw== X-Received: by 10.152.28.97 with SMTP id a1mr9427094lah.9.1432922664377; Fri, 29 May 2015 11:04:24 -0700 (PDT) Received: from localhost.localdomain ([90.149.48.183]) by mx.google.com with ESMTPSA id j10sm1626242lbs.21.2015.05.29.11.04.23 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 29 May 2015 11:04:23 -0700 (PDT) From: Joachim Eastwood To: kishon@ti.com Subject: [PATCH v3 2/2] phy: dt bindings: add XP LPC18xx/43xx USB OTG PHY bindings Date: Fri, 29 May 2015 20:03:37 +0200 Message-Id: <1432922617-11512-3-git-send-email-manabian@gmail.com> X-Mailer: git-send-email 1.8.0 In-Reply-To: <1432922617-11512-1-git-send-email-manabian@gmail.com> References: <1432922617-11512-1-git-send-email-manabian@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20150529_110445_707048_AD230B79 X-CRM114-Status: UNSURE ( 9.61 ) 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=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 Add binding documentation for NXP LPC18xx/43xx USB OTG PHY. This PHY can found on NXP LPC18xx and LPC43xx devices with USB support. Signed-off-by: Joachim Eastwood --- .../devicetree/bindings/phy/phy-lpc18xx-usb-otg.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Documentation/devicetree/bindings/phy/phy-lpc18xx-usb-otg.txt diff --git a/Documentation/devicetree/bindings/phy/phy-lpc18xx-usb-otg.txt b/Documentation/devicetree/bindings/phy/phy-lpc18xx-usb-otg.txt new file mode 100644 index 000000000000..3da60ca04a42 --- /dev/null +++ b/Documentation/devicetree/bindings/phy/phy-lpc18xx-usb-otg.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>; +};