diff options
author | Stefan Wahren <stefan.wahren@i2se.com> | 2015-12-29 11:41:09 -0500 |
---|---|---|
committer | Peter Chen <peter.chen@nxp.com> | 2016-02-29 00:37:50 -0500 |
commit | 6a6319f45d604426d15e8aa4886d3ecd65acc163 (patch) | |
tree | 431ff833d102fd670fc96215f0f0c384a92a5874 | |
parent | 81345722a55be4af2afdabd724e73ac491265d7a (diff) |
dt-bindings: ci-hdrc-usb2: add missing compatibles
This patch adds the missing compatible strings from ci_hdrc_imx.
Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
Signed-off-by: Peter Chen <peter.chen@nxp.com>
-rw-r--r-- | Documentation/devicetree/bindings/usb/ci-hdrc-usb2.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/usb/ci-hdrc-usb2.txt b/Documentation/devicetree/bindings/usb/ci-hdrc-usb2.txt index 781296bfbe4f..1e8350987ad8 100644 --- a/Documentation/devicetree/bindings/usb/ci-hdrc-usb2.txt +++ b/Documentation/devicetree/bindings/usb/ci-hdrc-usb2.txt | |||
@@ -2,7 +2,14 @@ | |||
2 | 2 | ||
3 | Required properties: | 3 | Required properties: |
4 | - compatible: should be one of: | 4 | - compatible: should be one of: |
5 | "fsl,imx23-usb" | ||
5 | "fsl,imx27-usb" | 6 | "fsl,imx27-usb" |
7 | "fsl,imx28-usb" | ||
8 | "fsl,imx6q-usb" | ||
9 | "fsl,imx6sl-usb" | ||
10 | "fsl,imx6sx-usb" | ||
11 | "fsl,imx6ul-usb" | ||
12 | "fsl,imx7d-usb" | ||
6 | "lsi,zevio-usb" | 13 | "lsi,zevio-usb" |
7 | "qcom,ci-hdrc" | 14 | "qcom,ci-hdrc" |
8 | "chipidea,usb2" | 15 | "chipidea,usb2" |