lkml.org 
[lkml]   [2020]   [Jul]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 3/9] drivers: usb: dwc3-qcom: Add sdm660 compatible
    Date
    Signed-off-by: Konrad Dybcio <konradybcio@gmail.com>
    ---
    Documentation/devicetree/bindings/usb/qcom,dwc3.yaml | 1 +
    drivers/usb/dwc3/dwc3-qcom.c | 1 +
    2 files changed, 2 insertions(+)

    diff --git a/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml b/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml
    index dac10848dd7f..c5280d6406ec 100644
    --- a/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml
    +++ b/Documentation/devicetree/bindings/usb/qcom,dwc3.yaml
    @@ -16,6 +16,7 @@ properties:
    - qcom,msm8996-dwc3
    - qcom,msm8998-dwc3
    - qcom,sc7180-dwc3
    + - qcom,sdm660-dwc3
    - qcom,sdm845-dwc3
    - const: qcom,dwc3

    diff --git a/drivers/usb/dwc3/dwc3-qcom.c b/drivers/usb/dwc3/dwc3-qcom.c
    index 1dfd024cd06b..d6b3e1bb550a 100644
    --- a/drivers/usb/dwc3/dwc3-qcom.c
    +++ b/drivers/usb/dwc3/dwc3-qcom.c
    @@ -753,6 +753,7 @@ static const struct of_device_id dwc3_qcom_of_match[] = {
    { .compatible = "qcom,dwc3" },
    { .compatible = "qcom,msm8996-dwc3" },
    { .compatible = "qcom,msm8998-dwc3" },
    + { .compatible = "qcom,sdm660-dwc3" },
    { .compatible = "qcom,sdm845-dwc3" },
    { }
    };
    --
    2.27.0
    \
     
     \ /
      Last update: 2020-07-26 13:14    [W:3.062 / U:0.332 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site