From: manabian@gmail.com (Joachim Eastwood)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/2] doc: dt: add documentation for nxp,lpc1850-usb-otg-phy
Date: Sat, 16 May 2015 19:27:57 +0200 [thread overview]
Message-ID: <1431797277-4906-3-git-send-email-manabian@gmail.com> (raw)
In-Reply-To: <1431797277-4906-1-git-send-email-manabian@gmail.com>
Add binding documentation for nxp,lpc1850-usb-otg-phy. This PHY
can found on NXP LPC18xx and LPC43xx devices.
Signed-off-by: Joachim Eastwood <manabian@gmail.com>
---
.../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>;
+};
--
1.8.0
next prev parent reply other threads:[~2015-05-16 17:27 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-16 17:27 [PATCH 0/2] USB OTG PHY driver for NXP LPC18xx family Joachim Eastwood
2015-05-16 17:27 ` [PATCH 1/2] phy: add lpc18xx usb otg phy driver Joachim Eastwood
2015-05-21 12:55 ` Kishon Vijay Abraham I
2015-05-21 14:05 ` Joachim Eastwood
2015-05-16 17:27 ` Joachim Eastwood [this message]
2015-05-21 12:59 ` [PATCH 2/2] doc: dt: add documentation for nxp, lpc1850-usb-otg-phy Kishon Vijay Abraham I
2015-05-21 14:09 ` Joachim Eastwood
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1431797277-4906-3-git-send-email-manabian@gmail.com \
--to=manabian@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).