treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / Documentation / devicetree / bindings / phy / phy-mmp3-usb.txt
blob7183b9102f91713b448c085c7a9d09a7bf6beb0b
1 Marvell MMP3 USB PHY
2 --------------------
4 Required properties:
5 - compatible: must be "marvell,mmp3-usb-phy"
6 - #phy-cells: must be 0
8 Example:
9         usb-phy: usb-phy@d4207000 {
10                 compatible = "marvell,mmp3-usb-phy";
11                 reg = <0xd4207000 0x40>;
12                 #phy-cells = <0>;
13         };