Re: [PATCH 3/6] dt-bindings: usb: qcom,dwc3: Add SC8180x binding

From: Johan Hovold
Date: Fri Sep 16 2022 - 08:33:18 EST


On Fri, Sep 16, 2022 at 05:42:01PM +0530, Vinod Koul wrote:
> Document the USB dwc3 controller for SC8180x SoC
>
> Signed-off-by: Vinod Koul <vkoul@xxxxxxxxxx>
> ---
> Documentation/devicetree/bindings/usb/qcom,dwc3.yaml | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml b/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml
> index fea3e7092ace..f33735f3702d 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,sdm845-dwc3

You need to also describe the clocks and interrupts required by this
platform in the platform-specific sections further down in this file.

Johan