diff options
author | Lubomir Rintel <lkundrak@v3.sk> | 2019-06-20 13:46:36 +0200 |
---|---|---|
committer | Kishon Vijay Abraham I <kishon@ti.com> | 2019-06-21 12:31:06 +0200 |
commit | 51cc0da52e16ef487e3b9f73ad0ba8243684e73d (patch) | |
tree | 97c064117d7a89c1079938cd1b0d07c7e229bded /Documentation/devicetree/bindings/phy/phy-pxa-usb.txt | |
parent | phy: renesas: rcar-gen3-usb2: fix imbalance powered flag (diff) | |
download | linux-51cc0da52e16ef487e3b9f73ad0ba8243684e73d.tar.xz linux-51cc0da52e16ef487e3b9f73ad0ba8243684e73d.zip |
dt-bindings: phy-pxa-usb: add bindings
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>
Diffstat (limited to 'Documentation/devicetree/bindings/phy/phy-pxa-usb.txt')
-rw-r--r-- | Documentation/devicetree/bindings/phy/phy-pxa-usb.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/phy/phy-pxa-usb.txt b/Documentation/devicetree/bindings/phy/phy-pxa-usb.txt new file mode 100644 index 000000000000..93fc09c12954 --- /dev/null +++ b/Documentation/devicetree/bindings/phy/phy-pxa-usb.txt @@ -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 |