diff options
-rw-r--r-- | Documentation/devicetree/bindings/usb/mxs-phy.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/usb/mxs-phy.txt b/Documentation/devicetree/bindings/usb/mxs-phy.txt index 5835b27146ea..ea5134a92ad8 100644 --- a/Documentation/devicetree/bindings/usb/mxs-phy.txt +++ b/Documentation/devicetree/bindings/usb/mxs-phy.txt | |||
@@ -1,7 +1,11 @@ | |||
1 | * Freescale MXS USB Phy Device | 1 | * Freescale MXS USB Phy Device |
2 | 2 | ||
3 | Required properties: | 3 | Required properties: |
4 | - compatible: Should be "fsl,imx23-usbphy" | 4 | - compatible: should contain: |
5 | * "fsl,imx23-usbphy" for imx23 and imx28 | ||
6 | * "fsl,imx6q-usbphy" for imx6dq and imx6dl | ||
7 | * "fsl,imx6sl-usbphy" for imx6sl | ||
8 | "fsl,imx23-usbphy" is still a fallback for other strings | ||
5 | - reg: Should contain registers location and length | 9 | - reg: Should contain registers location and length |
6 | - interrupts: Should contain phy interrupt | 10 | - interrupts: Should contain phy interrupt |
7 | 11 | ||