Message ID | 20240925-qcs8300_ufs_phy_binding-v3-1-c1eb5c393b09@quicinc.com |
---|---|
State | Not Applicable |
Headers | show |
Series | [v3] dt-bindings: phy: Add QMP UFS PHY compatible for QCS8300 | expand |
Context | Check | Description |
---|---|---|
robh/checkpatch | success | |
robh/patch-applied | success | |
robh/dtbs-check | warning | build log |
robh/dt-meta-schema | success |
On 25/09/2024 09:34, Jingyi Wang wrote: > From: Xin Liu <quic_liuxin@quicinc.com> > > Document the QMP UFS PHY compatible for Qualcomm QCS8300 to support > physical layer functionality for UFS found on the SoC. Use fallback to > indicate the compatibility of the QMP UFS PHY on the QCS8300 with that > on the SA8775P. > > Signed-off-by: Xin Liu <quic_liuxin@quicinc.com> > Signed-off-by: Jingyi Wang <quic_jingyw@quicinc.com> > --- > Changes in v3: > - remove redundant compatible. > - Link to v2: https://lore.kernel.org/r/20240911-qcs8300_ufs_phy_binding-v2-1-c801a2d27a84@quicinc.com > > Changes in v2: > - decoupled from the original series. > - Use fallback to indicate compatibility with SA8775P. > - typo fixup > - Link to v1: https://lore.kernel.org/r/20240904-qcs8300_initial_dtsi-v1-0-d0ea9afdc007@quicinc.com > --- > .../bindings/phy/qcom,sc8280xp-qmp-ufs-phy.yaml | 45 ++++++++++++---------- > 1 file changed, 25 insertions(+), 20 deletions(-) > Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org> Best regards, Krzysztof
On 25-09-24, 15:34, Jingyi Wang wrote: > From: Xin Liu <quic_liuxin@quicinc.com> > > Document the QMP UFS PHY compatible for Qualcomm QCS8300 to support > physical layer functionality for UFS found on the SoC. Use fallback to > indicate the compatibility of the QMP UFS PHY on the QCS8300 with that > on the SA8775P. This does not apply on phy/next, can you please rebase
On 10/17/2024 11:14 PM, Vinod Koul wrote: > On 25-09-24, 15:34, Jingyi Wang wrote: >> From: Xin Liu <quic_liuxin@quicinc.com> >> >> Document the QMP UFS PHY compatible for Qualcomm QCS8300 to support >> physical layer functionality for UFS found on the SoC. Use fallback to >> indicate the compatibility of the QMP UFS PHY on the QCS8300 with that >> on the SA8775P. > > This does not apply on phy/next, can you please rebase > patch rebased, link: https://lore.kernel.org/all/20241018-qcs8300_ufs_phy_binding-v4-1-261c7c5fb8ff@quicinc.com/ Thanks, Jingyi
On Wed, 25 Sep 2024 15:34:32 +0800, Jingyi Wang wrote: > Document the QMP UFS PHY compatible for Qualcomm QCS8300 to support > physical layer functionality for UFS found on the SoC. Use fallback to > indicate the compatibility of the QMP UFS PHY on the QCS8300 with that > on the SA8775P. > > Applied, thanks! [1/1] dt-bindings: phy: Add QMP UFS PHY compatible for QCS8300 commit: 30c280bc8e4555d55d7de7b85983990356c1e8e9 Best regards,
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..8b7eda51b3ae 100644 --- a/Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-ufs-phy.yaml +++ b/Documentation/devicetree/bindings/phy/qcom,sc8280xp-qmp-ufs-phy.yaml @@ -15,26 +15,31 @@ description: properties: compatible: - enum: - - qcom,msm8996-qmp-ufs-phy - - qcom,msm8998-qmp-ufs-phy - - qcom,sa8775p-qmp-ufs-phy - - qcom,sc7180-qmp-ufs-phy - - qcom,sc7280-qmp-ufs-phy - - qcom,sc8180x-qmp-ufs-phy - - qcom,sc8280xp-qmp-ufs-phy - - qcom,sdm845-qmp-ufs-phy - - qcom,sm6115-qmp-ufs-phy - - qcom,sm6125-qmp-ufs-phy - - qcom,sm6350-qmp-ufs-phy - - qcom,sm7150-qmp-ufs-phy - - qcom,sm8150-qmp-ufs-phy - - qcom,sm8250-qmp-ufs-phy - - qcom,sm8350-qmp-ufs-phy - - qcom,sm8450-qmp-ufs-phy - - qcom,sm8475-qmp-ufs-phy - - qcom,sm8550-qmp-ufs-phy - - qcom,sm8650-qmp-ufs-phy + oneOf: + - items: + - enum: + - qcom,qcs8300-qmp-ufs-phy + - const: qcom,sa8775p-qmp-ufs-phy + - enum: + - qcom,msm8996-qmp-ufs-phy + - qcom,msm8998-qmp-ufs-phy + - qcom,sa8775p-qmp-ufs-phy + - qcom,sc7180-qmp-ufs-phy + - qcom,sc7280-qmp-ufs-phy + - qcom,sc8180x-qmp-ufs-phy + - qcom,sc8280xp-qmp-ufs-phy + - qcom,sdm845-qmp-ufs-phy + - qcom,sm6115-qmp-ufs-phy + - qcom,sm6125-qmp-ufs-phy + - qcom,sm6350-qmp-ufs-phy + - qcom,sm7150-qmp-ufs-phy + - qcom,sm8150-qmp-ufs-phy + - qcom,sm8250-qmp-ufs-phy + - qcom,sm8350-qmp-ufs-phy + - qcom,sm8450-qmp-ufs-phy + - qcom,sm8475-qmp-ufs-phy + - qcom,sm8550-qmp-ufs-phy + - qcom,sm8650-qmp-ufs-phy reg: maxItems: 1