diff options
author | David Heidelberg <david@ixit.cz> | 2021-10-29 13:33:38 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-11-17 16:26:42 +0300 |
commit | 433ba26f40d468fdceb26a179cee129339b566bc (patch) | |
tree | 630910273dc4a866650bc3a9eafa7b4be95ad347 /Documentation/devicetree/bindings/usb | |
parent | ba67723f946165684fb82f367096ddd126b64d2d (diff) | |
download | linux-433ba26f40d468fdceb26a179cee129339b566bc.tar.xz |
dt-bindings: usb: qcom,dwc3: add binding for IPQ4019 and IPQ8064
Add compatible string for Qualcomm IPQ4019 and IPQ8064 SoC.
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: David Heidelberg <david@ixit.cz>
Link: https://lore.kernel.org/r/20211029103340.26828-1-david@ixit.cz
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/devicetree/bindings/usb')
-rw-r--r-- | Documentation/devicetree/bindings/usb/qcom,dwc3.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml b/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml index 2bdaba023c01..55a4637ff185 100644 --- a/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml +++ b/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml @@ -13,7 +13,9 @@ properties: compatible: items: - enum: + - qcom,ipq4019-dwc3 - qcom,ipq6018-dwc3 + - qcom,ipq8064-dwc3 - qcom,msm8996-dwc3 - qcom,msm8998-dwc3 - qcom,sc7180-dwc3 |