Message ID | 20230325122444.249507-5-vkoul@kernel.org |
---|---|
State | New |
Headers | show |
Series | Introduce the SC8180x devices | expand |
On 25/03/2023 13:24, Vinod Koul wrote: > Document the USB dwc3 controller for SC8180x SoC > > Signed-off-by: Vinod Koul <vkoul@kernel.org> > --- > Documentation/devicetree/bindings/usb/qcom,dwc3.yaml | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml b/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml > index 4875c5b7d5b5..54e24c3abd29 100644 > --- a/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml > +++ b/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml > @@ -24,6 +24,7 @@ properties: > - qcom,qcs404-dwc3 > - qcom,sc7180-dwc3 > - qcom,sc7280-dwc3 > + - qcom,sc8180x-dwc3 > - qcom,sc8280xp-dwc3 > - qcom,sdm660-dwc3 > - qcom,sdm670-dwc3 > @@ -324,6 +325,7 @@ allOf: > compatible: > contains: > enum: > + - qcom,sc8180x-dwc3 > - qcom,sm8350-dwc3 You need to update/add also block for interrupts. Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml b/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml index 4875c5b7d5b5..54e24c3abd29 100644 --- a/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml +++ b/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml @@ -24,6 +24,7 @@ properties: - qcom,qcs404-dwc3 - qcom,sc7180-dwc3 - qcom,sc7280-dwc3 + - qcom,sc8180x-dwc3 - qcom,sc8280xp-dwc3 - qcom,sdm660-dwc3 - qcom,sdm670-dwc3 @@ -324,6 +325,7 @@ allOf: compatible: contains: enum: + - qcom,sc8180x-dwc3 - qcom,sm8350-dwc3 then: properties:
Document the USB dwc3 controller for SC8180x SoC Signed-off-by: Vinod Koul <vkoul@kernel.org> --- Documentation/devicetree/bindings/usb/qcom,dwc3.yaml | 2 ++ 1 file changed, 2 insertions(+)