Message ID | 20220429220833.873672-1-bhupesh.sharma@linaro.org (mailing list archive) |
---|---|
Headers | show |
Series | mmc: sdhci-msm: Convert dt-binding to yaml & add support for sm8150 | expand |
On Sat, 30 Apr 2022 at 00:08, Bhupesh Sharma <bhupesh.sharma@linaro.org> wrote: > > 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@linaro.org/ > > Cc: Ulf Hansson <ulf.hansson@linaro.org> > Cc: Rob Herring <robh@kernel.org> > Cc: Bjorn Andersson <bjorn.andersson@linaro.org> Applied for next, thanks! Kind regards Uffe > > 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 >