Message ID | 20220916121204.3880182-4-vkoul@kernel.org |
---|---|
State | New |
Headers | show |
Series | Introduce the SC8180x devices | expand |
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@kernel.org> > --- > 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
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
Document the USB dwc3 controller for SC8180x SoC Signed-off-by: Vinod Koul <vkoul@kernel.org> --- Documentation/devicetree/bindings/usb/qcom,dwc3.yaml | 1 + 1 file changed, 1 insertion(+)