aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/phy
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2019-06-21 14:31:06 +0200
committerLubomir Rintel <lkundrak@v3.sk>2019-10-17 16:18:28 +0200
commite50a0c6247be96de1ad5c1454bc929eb6eea69ff (patch)
tree1bffd9ba173d1648dfde825c7a734b80966a484e /Documentation/devicetree/bindings/phy
parentdt-bindings: mrvl,intc: Add a MMP3 interrupt controller (diff)
downloadlinux-dev-e50a0c6247be96de1ad5c1454bc929eb6eea69ff.tar.xz
linux-dev-e50a0c6247be96de1ad5c1454bc929eb6eea69ff.zip
dt-bindings: phy-mmp3-usb: Add bindings
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>
Diffstat (limited to 'Documentation/devicetree/bindings/phy')
-rw-r--r--Documentation/devicetree/bindings/phy/phy-mmp3-usb.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/phy/phy-mmp3-usb.txt b/Documentation/devicetree/bindings/phy/phy-mmp3-usb.txt
new file mode 100644
index 000000000000..7183b9102f91
--- /dev/null
+++ b/Documentation/devicetree/bindings/phy/phy-mmp3-usb.txt
@@ -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>;
+ };