dt-bindings: phy-mmp3-usb: Add bindings
authorLubomir Rintel <lkundrak@v3.sk>
Fri, 21 Jun 2019 12:31:06 +0000 (14:31 +0200)
committerLubomir Rintel <lkundrak@v3.sk>
Thu, 17 Oct 2019 14:18:28 +0000 (16:18 +0200)
This is the PHY chip for USB OTG on MMP3 platform.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Reviewed-by: Rob Herring <robh@kernel.org>
Documentation/devicetree/bindings/phy/phy-mmp3-usb.txt [new file with mode: 0644]

diff --git a/Documentation/devicetree/bindings/phy/phy-mmp3-usb.txt b/Documentation/devicetree/bindings/phy/phy-mmp3-usb.txt
new file mode 100644 (file)
index 0000000..7183b91
--- /dev/null
@@ -0,0 +1,13 @@
+Marvell MMP3 USB PHY
+--------------------
+
+Required properties:
+- compatible: must be "marvell,mmp3-usb-phy"
+- #phy-cells: must be 0
+
+Example:
+       usb-phy: usb-phy@d4207000 {
+               compatible = "marvell,mmp3-usb-phy";
+               reg = <0xd4207000 0x40>;
+               #phy-cells = <0>;
+       };