Message ID | 1571921328-13898-3-git-send-email-sanm@codeaurora.org (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | Add USB DWC3 support for SC7180 | expand |
Quoting Sandeep Maheswaram (2019-10-24 05:48:48) > Add compatible for SC7180 SOC in device tree bindings > > Signed-off-by: Sandeep Maheswaram <sanm@codeaurora.org> > --- > Documentation/devicetree/bindings/usb/qcom,dwc3.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/usb/qcom,dwc3.txt b/Documentation/devicetree/bindings/usb/qcom,dwc3.txt > index cb695aa..c27c58d 100644 > --- a/Documentation/devicetree/bindings/usb/qcom,dwc3.txt > +++ b/Documentation/devicetree/bindings/usb/qcom,dwc3.txt > @@ -6,6 +6,7 @@ Required properties: > "qcom,msm8996-dwc3" for msm8996 SOC. > "qcom,msm8998-dwc3" for msm8998 SOC. > "qcom,sdm845-dwc3" for sdm845 SOC. > + "qcom,sc7180-dwc3" for sc7180 SOC. Can this be sorted? And can this binding be converted to yaml?
diff --git a/Documentation/devicetree/bindings/usb/qcom,dwc3.txt b/Documentation/devicetree/bindings/usb/qcom,dwc3.txt index cb695aa..c27c58d 100644 --- a/Documentation/devicetree/bindings/usb/qcom,dwc3.txt +++ b/Documentation/devicetree/bindings/usb/qcom,dwc3.txt @@ -6,6 +6,7 @@ Required properties: "qcom,msm8996-dwc3" for msm8996 SOC. "qcom,msm8998-dwc3" for msm8998 SOC. "qcom,sdm845-dwc3" for sdm845 SOC. + "qcom,sc7180-dwc3" for sc7180 SOC. - reg: Offset and length of register set for QSCRATCH wrapper - power-domains: specifies a phandle to PM domain provider node - clocks: A list of phandle + clock-specifier pairs for the
Add compatible for SC7180 SOC in device tree bindings Signed-off-by: Sandeep Maheswaram <sanm@codeaurora.org> --- Documentation/devicetree/bindings/usb/qcom,dwc3.txt | 1 + 1 file changed, 1 insertion(+)