diff options
author | Krzysztof Kozlowski <[email protected]> | 2022-02-18 17:15:19 +0100 |
---|---|---|
committer | Dinh Nguyen <[email protected]> | 2022-03-01 09:41:53 -0600 |
commit | 448841d9a2bcb81962bcf8beb6db8da4d377ee29 (patch) | |
tree | 916e2afe927753e4fe3fd8be3328aedc4941ecd1 | |
parent | 0f7b715101f097cd1784272f67a8c3f570d7958f (diff) |
dt-bindings: usb: dwc2: fix compatible of Intel Agilex
Intel Agilex USB DWC2 node is used as compatible with generic snps,dwc2
(just like Altera's Stratix10).
Acked-by: Rob Herring <[email protected]>
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Signed-off-by: Dinh Nguyen <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/usb/dwc2.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/usb/dwc2.yaml b/Documentation/devicetree/bindings/usb/dwc2.yaml index f00867ebc147..048e352c531a 100644 --- a/Documentation/devicetree/bindings/usb/dwc2.yaml +++ b/Documentation/devicetree/bindings/usb/dwc2.yaml @@ -41,6 +41,7 @@ properties: - amlogic,meson8b-usb - amlogic,meson-gxbb-usb - amlogic,meson-g12a-usb + - intel,socfpga-agilex-hsotg - const: snps,dwc2 - const: amcc,dwc-otg - const: apm,apm82181-dwc-otg |