dt-bindings: phy-pxa-usb: add bindings
authorLubomir Rintel <lkundrak@v3.sk>
Thu, 20 Jun 2019 11:46:36 +0000 (13:46 +0200)
committerKishon Vijay Abraham I <kishon@ti.com>
Fri, 21 Jun 2019 10:31:06 +0000 (16:01 +0530)
This is the PHY chip for USB OTG on PXA platforms.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Acked-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Documentation/devicetree/bindings/phy/phy-pxa-usb.txt [new file with mode: 0644]

diff --git a/Documentation/devicetree/bindings/phy/phy-pxa-usb.txt b/Documentation/devicetree/bindings/phy/phy-pxa-usb.txt
new file mode 100644 (file)
index 0000000..93fc09c
--- /dev/null
@@ -0,0 +1,18 @@
+Marvell PXA USB PHY
+-------------------
+
+Required properties:
+- compatible: one of: "marvell,mmp2-usb-phy", "marvell,pxa910-usb-phy",
+       "marvell,pxa168-usb-phy",
+- #phy-cells: must be 0
+
+Example:
+       usb-phy: usbphy@d4207000 {
+               compatible = "marvell,mmp2-usb-phy";
+               reg = <0xd4207000 0x40>;
+               #phy-cells = <0>;
+               status = "okay";
+       };
+
+This document explains the device tree binding. For general
+information about PHY subsystem refer to Documentation/phy.txt