Message ID | 20220923014322.33620-1-mailingradian@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | SDM670 SDHCI support | expand |
On Fri, 23 Sept 2022 at 07:13, Richard Acayan <mailingradian@gmail.com> wrote: > > This adds the compatible string for SDHCI on the Qualcomm Snapdragon 670. > As I noted before, I think it's fine to include something like this > before the initial device tree because it is trivial. > > Documentation/devicetree/bindings/mmc/sdhci-msm.yaml | 1 + > drivers/mmc/host/sdhci-msm.c | 1 + > 2 files changed, 2 insertions(+) With the assumption that the initial dts would be available for upstream review soon (as we need to see actual user before integrating such driver changes) - for the series: Reviewed-by: Bhupesh Sharma <bhupesh.sharma@linaro.org> Thanks.
On Fri, 23 Sept 2022 at 03:43, Richard Acayan <mailingradian@gmail.com> wrote: > > This adds the compatible string for SDHCI on the Qualcomm Snapdragon 670. > As I noted before, I think it's fine to include something like this > before the initial device tree because it is trivial. > > Documentation/devicetree/bindings/mmc/sdhci-msm.yaml | 1 + > drivers/mmc/host/sdhci-msm.c | 1 + > 2 files changed, 2 insertions(+) > > Applied for next, thanks! Kind regards Uffe