Message ID | 20220218161522.52044-1-krzysztof.kozlowski@canonical.com |
---|---|
State | New |
Headers | show |
Series | [1/4] dt-bindings: usb: dwc2: fix compatible of Intel Agilex | expand |
On Fri, 18 Feb 2022 17:15:19 +0100, Krzysztof Kozlowski wrote: > Intel Agilex USB DWC2 node is used as compatible with generic snps,dwc2 > (just like Altera's Stratix10). > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> > --- > Documentation/devicetree/bindings/usb/dwc2.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Acked-by: Rob Herring <robh@kernel.org>
All patches applied! Thanks, Dinh On 2/18/22 10:15, Krzysztof Kozlowski wrote: > Intel Agilex USB DWC2 node is used as compatible with generic snps,dwc2 > (just like Altera's Stratix10). > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> > --- > Documentation/devicetree/bindings/usb/dwc2.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/usb/dwc2.yaml b/Documentation/devicetree/bindings/usb/dwc2.yaml > index 481aaa09f3f2..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 > @@ -53,7 +54,6 @@ properties: > - const: st,stm32mp15-hsotg > - const: snps,dwc2 > - const: samsung,s3c6400-hsotg > - - const: intel,socfpga-agilex-hsotg > > reg: > maxItems: 1
diff --git a/Documentation/devicetree/bindings/usb/dwc2.yaml b/Documentation/devicetree/bindings/usb/dwc2.yaml index 481aaa09f3f2..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 @@ -53,7 +54,6 @@ properties: - const: st,stm32mp15-hsotg - const: snps,dwc2 - const: samsung,s3c6400-hsotg - - const: intel,socfpga-agilex-hsotg reg: maxItems: 1
Intel Agilex USB DWC2 node is used as compatible with generic snps,dwc2 (just like Altera's Stratix10). Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> --- Documentation/devicetree/bindings/usb/dwc2.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)