mirror of https://lore.kernel.org/linux-amlogic/
 help / color / mirror / Atom feed
From: martin.blumenstingl@googlemail.com (Martin Blumenstingl)
To: linus-amlogic@lists.infradead.org
Subject: [PATCH v4 1/2] Documentation: dt-bindings: Add documentation for the Meson GXL USB2 PHY
Date: Sat, 20 May 2017 15:50:40 +0200	[thread overview]
Message-ID: <20170520135041.25679-2-martin.blumenstingl@googlemail.com> (raw)
In-Reply-To: <20170520135041.25679-1-martin.blumenstingl@googlemail.com>

This adds the DT binding documentation for the USB2 PHY(s) found in the
Meson GXL and GXM SoCs.

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Acked-by: Rob Herring <robh@kernel.org>
---
 .../devicetree/bindings/phy/meson-gxl-usb2-phy.txt      | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/phy/meson-gxl-usb2-phy.txt

diff --git a/Documentation/devicetree/bindings/phy/meson-gxl-usb2-phy.txt b/Documentation/devicetree/bindings/phy/meson-gxl-usb2-phy.txt
new file mode 100644
index 000000000000..a105494a0fc9
--- /dev/null
+++ b/Documentation/devicetree/bindings/phy/meson-gxl-usb2-phy.txt
@@ -0,0 +1,17 @@
+* Amlogic Meson GXL and GXM USB2 PHY binding
+
+Required properties:
+- compatible:	Should be "amlogic,meson-gxl-usb2-phy"
+- reg:		The base address and length of the registers
+- #phys-cells:	must be 0 (see phy-bindings.txt in this directory)
+
+Optional properties:
+- phy-supply:	see phy-bindings.txt in this directory
+
+
+Example:
+	usb2_phy0: phy at 78000 {
+		compatible = "amlogic,meson-gxl-usb2-phy";
+		#phy-cells = <0>;
+		reg = <0x0 0x78000 0x0 0x20>;
+	};
-- 
2.13.0

  reply	other threads:[~2017-05-20 13:50 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-04 22:22 [PATCH 0/2] Meson GXL USB2 PHY driver Martin Blumenstingl
2017-03-04 22:22 ` [PATCH 1/2] Documentation: dt-bindings: Add documentation for the Meson GXL USB2 PHY Martin Blumenstingl
2017-03-15 19:59   ` Rob Herring
2017-03-04 22:22 ` [PATCH 2/2] phy: meson: add USB2 PHY support for Meson GXL and GXM Martin Blumenstingl
2017-03-06  8:50   ` Hendrik v. Raven
2017-03-09  8:27   ` Kishon Vijay Abraham I
2017-03-09 19:44     ` Martin Blumenstingl
2017-03-10 13:09       ` Kishon Vijay Abraham I
2017-03-18 13:00 ` [PATCH v2 0/2] Meson GXL USB2 PHY driver Martin Blumenstingl
2017-03-18 13:00   ` [PATCH v2 1/2] Documentation: dt-bindings: Add documentation for the Meson GXL USB2 PHY Martin Blumenstingl
2017-03-18 13:00   ` [PATCH v2 2/2] phy: meson: add USB2 PHY support for Meson GXL and GXM Martin Blumenstingl
2017-03-28 21:33     ` Martin Blumenstingl
2017-03-29 10:56       ` Kishon Vijay Abraham I
2017-04-01  9:37         ` Martin Blumenstingl
2017-04-04 13:20           ` Kishon Vijay Abraham I
2017-04-17 19:11   ` [PATCH v3 0/2] Meson GXL USB2 PHY driver Martin Blumenstingl
2017-04-17 19:11     ` [PATCH v3 1/2] Documentation: dt-bindings: Add documentation for the Meson GXL USB2 PHY Martin Blumenstingl
2017-04-17 19:11     ` [PATCH v3 2/2] phy: meson: add USB2 PHY support for Meson GXL and GXM Martin Blumenstingl
2017-05-04 18:08       ` Martin Blumenstingl
2017-05-08 12:21         ` Kishon Vijay Abraham I
2017-05-09  4:47           ` Vivek Gautam
2017-05-09  5:15             ` Kishon Vijay Abraham I
2017-05-20 13:50     ` [PATCH v4 0/2] Meson GXL USB2 PHY driver Martin Blumenstingl
2017-05-20 13:50       ` Martin Blumenstingl [this message]
2017-06-06  8:54         ` [PATCH v4 1/2] Documentation: dt-bindings: Add documentation for the Meson GXL USB2 PHY Kishon Vijay Abraham I
2017-06-06 18:17           ` Martin Blumenstingl
2017-05-20 13:50       ` [PATCH v4 2/2] phy: meson: add USB2 PHY support for Meson GXL and GXM Martin Blumenstingl

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=20170520135041.25679-2-martin.blumenstingl@googlemail.com \
    --to=martin.blumenstingl@googlemail.com \
    --cc=linus-amlogic@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

all inboxes | Powered by JetHome®