mbox series

[0/2] SDM670 SDHCI support

Message ID 20220923014322.33620-1-mailingradian@gmail.com (mailing list archive)
Headers show
Series SDM670 SDHCI support | expand

Message

Richard Acayan Sept. 23, 2022, 1:43 a.m. UTC
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(+)

Comments

Bhupesh Sharma Sept. 23, 2022, 5:06 a.m. UTC | #1
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.
Ulf Hansson Sept. 27, 2022, 12:13 p.m. UTC | #2
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