Skip to content

Commit

Permalink
dt-bindings: phy: meson-gxl-usb2-phy: Add documentation for the Meson…
Browse files Browse the repository at this point in the history
… GXL USB2 PHY

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>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
  • Loading branch information
Martin Blumenstingl authored and Kishon Vijay Abraham I committed Jun 6, 2017
1 parent 0b56e9a commit 8cda2a0
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Documentation/devicetree/bindings/phy/meson-gxl-usb2-phy.txt
Original file line number Diff line number Diff line change
@@ -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@78000 {
compatible = "amlogic,meson-gxl-usb2-phy";
#phy-cells = <0>;
reg = <0x0 0x78000 0x0 0x20>;
};

0 comments on commit 8cda2a0

Please sign in to comment.