diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2022-10-05 13:55:55 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-10-22 14:22:08 +0300 |
commit | 61dd457c0188c0deef68c2b919c0a2defe5db388 (patch) | |
tree | 3e2c768d757e433bcd5a9e7ca0d306d091de0cb5 /Documentation/devicetree/bindings/usb/dwc2.yaml | |
parent | 4e74b483a3ce87e173634ba238a84b7fe404061b (diff) | |
download | linux-61dd457c0188c0deef68c2b919c0a2defe5db388.tar.xz |
dt-bindings: usb: dwc2: Add some missing Lantiq variants
These IP block variants appear in various vendor trees and
are distinct variants which needs to be handled.
Cc: devicetree@vger.kernel.org
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20221005105555.2665485-1-linus.walleij@linaro.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/devicetree/bindings/usb/dwc2.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/usb/dwc2.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/usb/dwc2.yaml b/Documentation/devicetree/bindings/usb/dwc2.yaml index dc4988c0009c..1ab85489a3f8 100644 --- a/Documentation/devicetree/bindings/usb/dwc2.yaml +++ b/Documentation/devicetree/bindings/usb/dwc2.yaml @@ -43,7 +43,10 @@ properties: - const: rockchip,rk3066-usb - const: snps,dwc2 - const: lantiq,arx100-usb + - const: lantiq,ase-usb + - const: lantiq,danube-usb - const: lantiq,xrx200-usb + - const: lantiq,xrx300-usb - items: - enum: - amlogic,meson8-usb |