From: Lubomir Rintel Date: Fri, 21 Jun 2019 12:31:06 +0000 (+0200) Subject: dt-bindings: phy-mmp3-usb: Add bindings X-Git-Tag: v5.15~4957^2~46^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e50a0c6247be96de1ad5c1454bc929eb6eea69ff;p=platform%2Fkernel%2Flinux-starfive.git dt-bindings: phy-mmp3-usb: Add bindings This is the PHY chip for USB OTG on MMP3 platform. Signed-off-by: Lubomir Rintel Reviewed-by: Rob Herring --- 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 0000000..7183b91 --- /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>; + };