Message ID | 20241017-sar2130p-mmc-v1-1-c84da16a001e@linaro.org (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | dt-bindings: mmc: sdhci-msm: Add SAR2130P compatible | expand |
On Thu, Oct 17, 2024 at 09:15:37PM +0300, Dmitry Baryshkov wrote: > Document compatible for the SDHCI Controller on SAR2130P platform. > > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> > --- > Documentation/devicetree/bindings/mmc/sdhci-msm.yaml | 1 + > 1 file changed, 1 insertion(+) Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
On Thu, 17 Oct 2024 at 20:15, Dmitry Baryshkov <dmitry.baryshkov@linaro.org> wrote: > > Document compatible for the SDHCI Controller on SAR2130P platform. > > Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Applied for next, thanks! Kind regards Uffe > --- > Documentation/devicetree/bindings/mmc/sdhci-msm.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml b/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml > index b32253c60919eb68f3cc0e1a37381f8cef748728..f2215de02e1b1f40ea9b11cb39f1ebc39d78845f 100644 > --- a/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml > +++ b/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml > @@ -44,6 +44,7 @@ properties: > - qcom,qcm2290-sdhci > - qcom,qcs404-sdhci > - qcom,qdu1000-sdhci > + - qcom,sar2130p-sdhci > - qcom,sc7180-sdhci > - qcom,sc7280-sdhci > - qcom,sc8280xp-sdhci > > --- > base-commit: 7df1e7189cecb6965ce672e820a5ec6cf499b65b > change-id: 20241017-sar2130p-mmc-7f8b32889e31 > > Best regards, > -- > Dmitry Baryshkov <dmitry.baryshkov@linaro.org> >
diff --git a/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml b/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml index b32253c60919eb68f3cc0e1a37381f8cef748728..f2215de02e1b1f40ea9b11cb39f1ebc39d78845f 100644 --- a/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml +++ b/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml @@ -44,6 +44,7 @@ properties: - qcom,qcm2290-sdhci - qcom,qcs404-sdhci - qcom,qdu1000-sdhci + - qcom,sar2130p-sdhci - qcom,sc7180-sdhci - qcom,sc7280-sdhci - qcom,sc8280xp-sdhci
Document compatible for the SDHCI Controller on SAR2130P platform. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> --- Documentation/devicetree/bindings/mmc/sdhci-msm.yaml | 1 + 1 file changed, 1 insertion(+) --- base-commit: 7df1e7189cecb6965ce672e820a5ec6cf499b65b change-id: 20241017-sar2130p-mmc-7f8b32889e31 Best regards,