Message ID | 20240904-qcs8300_initial_dtsi-v1-3-d0ea9afdc007@quicinc.com (mailing list archive) |
---|---|
State | Not Applicable |
Headers | show |
Series | Add initial support for QCS8300 | expand |
On Wed, Sep 04, 2024 at 04:33:44PM GMT, Jingyi Wang wrote: > From: Xin Liu <quic_liuxin@quicinc.com> > > Document the QMP UFS PHY compatible for QCS8300 to support physical > layer functionality for USB found on the SoC. So this is talking about USB, but the patch changes UFS. Please adjust. > > Signed-off-by: Xin Liu <quic_liuxin@quicinc.com> > Signed-off-by: Jingyi Wang <quic_jingyw@quicinc.com> > --- > Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-ufs-phy.yaml | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-ufs-phy.yaml b/Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-ufs-phy.yaml > index f9cfbd0b2de6..a3540f7a8ef8 100644 > --- a/Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-ufs-phy.yaml > +++ b/Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-ufs-phy.yaml > @@ -18,6 +18,7 @@ properties: > enum: > - qcom,msm8996-qmp-ufs-phy > - qcom,msm8998-qmp-ufs-phy > + - qcom,qcs8300-qmp-ufs-phy > - qcom,sa8775p-qmp-ufs-phy > - qcom,sc7180-qmp-ufs-phy > - qcom,sc7280-qmp-ufs-phy > @@ -85,6 +86,7 @@ allOf: > contains: > enum: > - qcom,msm8998-qmp-ufs-phy > + - qcom,qcs8300-qmp-ufs-phy > - qcom,sa8775p-qmp-ufs-phy > - qcom,sc7180-qmp-ufs-phy > - qcom,sc7280-qmp-ufs-phy > > -- > 2.25.1 >
On 9/4/2024 6:55 PM, Dmitry Baryshkov wrote: > On Wed, Sep 04, 2024 at 04:33:44PM GMT, Jingyi Wang wrote: >> From: Xin Liu <quic_liuxin@quicinc.com> >> >> Document the QMP UFS PHY compatible for QCS8300 to support physical >> layer functionality for USB found on the SoC. > > So this is talking about USB, but the patch changes UFS. Please adjust. > Thanks for review, will fix this. >> >> Signed-off-by: Xin Liu <quic_liuxin@quicinc.com> >> Signed-off-by: Jingyi Wang <quic_jingyw@quicinc.com> >> --- >> Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-ufs-phy.yaml | 2 ++ >> 1 file changed, 2 insertions(+) >> >> diff --git a/Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-ufs-phy.yaml b/Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-ufs-phy.yaml >> index f9cfbd0b2de6..a3540f7a8ef8 100644 >> --- a/Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-ufs-phy.yaml >> +++ b/Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-ufs-phy.yaml >> @@ -18,6 +18,7 @@ properties: >> enum: >> - qcom,msm8996-qmp-ufs-phy >> - qcom,msm8998-qmp-ufs-phy >> + - qcom,qcs8300-qmp-ufs-phy >> - qcom,sa8775p-qmp-ufs-phy >> - qcom,sc7180-qmp-ufs-phy >> - qcom,sc7280-qmp-ufs-phy >> @@ -85,6 +86,7 @@ allOf: >> contains: >> enum: >> - qcom,msm8998-qmp-ufs-phy >> + - qcom,qcs8300-qmp-ufs-phy >> - qcom,sa8775p-qmp-ufs-phy >> - qcom,sc7180-qmp-ufs-phy >> - qcom,sc7280-qmp-ufs-phy >> >> -- >> 2.25.1 >> > Thanks, Jingyi
diff --git a/Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-ufs-phy.yaml b/Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-ufs-phy.yaml index f9cfbd0b2de6..a3540f7a8ef8 100644 --- a/Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-ufs-phy.yaml +++ b/Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-ufs-phy.yaml @@ -18,6 +18,7 @@ properties: enum: - qcom,msm8996-qmp-ufs-phy - qcom,msm8998-qmp-ufs-phy + - qcom,qcs8300-qmp-ufs-phy - qcom,sa8775p-qmp-ufs-phy - qcom,sc7180-qmp-ufs-phy - qcom,sc7280-qmp-ufs-phy @@ -85,6 +86,7 @@ allOf: contains: enum: - qcom,msm8998-qmp-ufs-phy + - qcom,qcs8300-qmp-ufs-phy - qcom,sa8775p-qmp-ufs-phy - qcom,sc7180-qmp-ufs-phy - qcom,sc7280-qmp-ufs-phy