Message ID | 20240116-usbc-phy-vls-clamp-v1-1-73b2da7691c5@linaro.org |
---|---|
State | Accepted |
Commit | 5dce78032b20eae46a7e34629c026eca344b0e26 |
Headers | show |
Series | phy: qcom: qmp-usbc: properly handle the clamping register | expand |
On Tue, 16 Jan 2024 03:08:27 +0200, Dmitry Baryshkov wrote: > Add qcom,qcm2290-tcsr and qcom,sm6115-tcsr, compatibles for TCSR blocks > on the corresponding platforms. > > Applied, thanks! [1/6] dt-bindings: mfd: qcom,tcsr: Add compatibles for QCM2290 and SM6115 commit: cd84e6bd331fd556116ec4889dc282b07c392e42 -- Lee Jones [李琼斯]
diff --git a/Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml b/Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml index 798705ab6a46..b97d77015335 100644 --- a/Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml +++ b/Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml @@ -19,6 +19,7 @@ properties: - enum: - qcom,msm8976-tcsr - qcom,msm8998-tcsr + - qcom,qcm2290-tcsr - qcom,qcs404-tcsr - qcom,sc7180-tcsr - qcom,sc7280-tcsr @@ -28,6 +29,7 @@ properties: - qcom,sdx55-tcsr - qcom,sdx65-tcsr - qcom,sm4450-tcsr + - qcom,sm6115-tcsr - qcom,sm8150-tcsr - qcom,sm8250-tcsr - qcom,sm8350-tcsr
Add qcom,qcm2290-tcsr and qcom,sm6115-tcsr, compatibles for TCSR blocks on the corresponding platforms. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> --- Documentation/devicetree/bindings/mfd/qcom,tcsr.yaml | 2 ++ 1 file changed, 2 insertions(+)