diff options
author | Xu Yang <xu.yang_2@nxp.com> | 2023-05-30 12:40:06 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2023-06-13 11:57:10 +0200 |
commit | 52ff079dede27c67f106d6f05eeba3650c000439 (patch) | |
tree | bd71a0770df9b2041e2457ecb19e378131095aa2 /Documentation/devicetree/bindings/usb | |
parent | usb: dwc3: qcom: use dev_err_probe() where appropriate (diff) | |
download | linux-52ff079dede27c67f106d6f05eeba3650c000439.tar.xz linux-52ff079dede27c67f106d6f05eeba3650c000439.zip |
dt-bindings: usb: ci-hdrc-usb2: add fsl,imx8ulp-usb compatible
The imx8ulp and imx8dxl are compatible. This will add fsl,imx8ulp-usb
to the compatible property.
Signed-off-by: Xu Yang <xu.yang_2@nxp.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Message-ID: <20230530104007.1294702-1-xu.yang_2@nxp.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/devicetree/bindings/usb')
-rw-r--r-- | Documentation/devicetree/bindings/usb/ci-hdrc-usb2.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/usb/ci-hdrc-usb2.yaml b/Documentation/devicetree/bindings/usb/ci-hdrc-usb2.yaml index b26d26c2b023..782402800d4a 100644 --- a/Documentation/devicetree/bindings/usb/ci-hdrc-usb2.yaml +++ b/Documentation/devicetree/bindings/usb/ci-hdrc-usb2.yaml @@ -45,7 +45,9 @@ properties: - fsl,vf610-usb - const: fsl,imx27-usb - items: - - const: fsl,imx8dxl-usb + - enum: + - fsl,imx8dxl-usb + - fsl,imx8ulp-usb - const: fsl,imx7ulp-usb - const: fsl,imx6ul-usb - items: |