[PATCH 0/4] mmc: sdhci-msm: Convert dt-binding to yaml & add support for sm8150

From: Bhupesh Sharma
Date: Fri Apr 29 2022 - 18:08:55 EST


This patchset converts the Qualcomm 'sdhci-msm' device-tree binding
to yaml format and also adds support for sm8150 Qualcomm Soc.

This patchset is dependent on the qcom dts fixes sent via a separate
patchset (see [1]), to make sure that the 'make dtbs_check' and
'make dt_binding_check' work well and Rob's bot is happy as well.

[1]. https://lore.kernel.org/linux-arm-msm/20220429214420.854335-1-bhupesh.sharma@xxxxxxxxxx/

Cc: Ulf Hansson <ulf.hansson@xxxxxxxxxx>
Cc: Rob Herring <robh@xxxxxxxxxx>
Cc: Bjorn Andersson <bjorn.andersson@xxxxxxxxxx>

Bhupesh Sharma (4):
dt-bindings: mmc/sdhci-msm: Convert bindings to yaml
mmc: host/sdhci-msm: Add SoC specific compatibles
dt-bindings: mmc: sdhci-msm: Add compatible string for sm8150
mmc: host/sdhci-msm: Add compatible string check for sm8150

.../devicetree/bindings/mmc/sdhci-msm.txt | 123 -----------
.../devicetree/bindings/mmc/sdhci-msm.yaml | 193 ++++++++++++++++++
drivers/mmc/host/sdhci-msm.c | 24 +++
3 files changed, 217 insertions(+), 123 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/mmc/sdhci-msm.txt
create mode 100644 Documentation/devicetree/bindings/mmc/sdhci-msm.yaml

--
2.35.1