Commit e50a0c62 authored by Lubomir Rintel's avatar Lubomir Rintel
Browse files

dt-bindings: phy-mmp3-usb: Add bindings



This is the PHY chip for USB OTG on MMP3 platform.

Signed-off-by: default avatarLubomir Rintel <lkundrak@v3.sk>
Reviewed-by: default avatarRob Herring <robh@kernel.org>
parent f79a13fe
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
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>;
	};