All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] dt-bindings: mmc: sdhci-msm: Add compatible string for sm8150
@ 2022-04-03 14:51 Bhupesh Sharma
  2022-04-06 14:49 ` Ulf Hansson
  0 siblings, 1 reply; 3+ messages in thread
From: Bhupesh Sharma @ 2022-04-03 14:51 UTC (permalink / raw)
  To: linux-mmc
  Cc: bhupesh.sharma, bhupesh.linux, agross, linux-arm-msm,
	linux-kernel, devicetree, robh+dt, bjorn.andersson, Ulf Hansson,
	Rob Herring

Add sm8150 SoC specific compatible strings for qcom-sdhci controller.

Cc: Ulf Hansson <ulf.hansson@linaro.org>
Cc: Rob Herring <robh@kernel.org>
Signed-off-by: Bhupesh Sharma <bhupesh.sharma@linaro.org>
---
 Documentation/devicetree/bindings/mmc/sdhci-msm.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/mmc/sdhci-msm.txt b/Documentation/devicetree/bindings/mmc/sdhci-msm.txt
index 6216ed777343..35a7d78da213 100644
--- a/Documentation/devicetree/bindings/mmc/sdhci-msm.txt
+++ b/Documentation/devicetree/bindings/mmc/sdhci-msm.txt
@@ -25,6 +25,7 @@ Required properties:
 		"qcom,sc7280-sdhci", "qcom,sdhci-msm-v5";
 		"qcom,sdm845-sdhci", "qcom,sdhci-msm-v5"
 		"qcom,sdx55-sdhci", "qcom,sdhci-msm-v5";
+		"qcom,sm8150-sdhci", "qcom,sdhci-msm-v5"
 		"qcom,sm8250-sdhci", "qcom,sdhci-msm-v5"
 	NOTE that some old device tree files may be floating around that only
 	have the string "qcom,sdhci-msm-v4" without the SoC compatible string
-- 
2.35.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/1] dt-bindings: mmc: sdhci-msm: Add compatible string for sm8150
  2022-04-03 14:51 [PATCH 1/1] dt-bindings: mmc: sdhci-msm: Add compatible string for sm8150 Bhupesh Sharma
@ 2022-04-06 14:49 ` Ulf Hansson
  2022-04-07  9:52   ` Bhupesh Sharma
  0 siblings, 1 reply; 3+ messages in thread
From: Ulf Hansson @ 2022-04-06 14:49 UTC (permalink / raw)
  To: Bhupesh Sharma
  Cc: linux-mmc, bhupesh.linux, agross, linux-arm-msm, linux-kernel,
	devicetree, robh+dt, bjorn.andersson, Rob Herring

On Sun, 3 Apr 2022 at 16:51, Bhupesh Sharma <bhupesh.sharma@linaro.org> wrote:
>
> Add sm8150 SoC specific compatible strings for qcom-sdhci controller.
>
> Cc: Ulf Hansson <ulf.hansson@linaro.org>
> Cc: Rob Herring <robh@kernel.org>
> Signed-off-by: Bhupesh Sharma <bhupesh.sharma@linaro.org>
> ---
>  Documentation/devicetree/bindings/mmc/sdhci-msm.txt | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/devicetree/bindings/mmc/sdhci-msm.txt b/Documentation/devicetree/bindings/mmc/sdhci-msm.txt
> index 6216ed777343..35a7d78da213 100644
> --- a/Documentation/devicetree/bindings/mmc/sdhci-msm.txt
> +++ b/Documentation/devicetree/bindings/mmc/sdhci-msm.txt
> @@ -25,6 +25,7 @@ Required properties:
>                 "qcom,sc7280-sdhci", "qcom,sdhci-msm-v5";
>                 "qcom,sdm845-sdhci", "qcom,sdhci-msm-v5"
>                 "qcom,sdx55-sdhci", "qcom,sdhci-msm-v5";
> +               "qcom,sm8150-sdhci", "qcom,sdhci-msm-v5"
>                 "qcom,sm8250-sdhci", "qcom,sdhci-msm-v5"
>         NOTE that some old device tree files may be floating around that only
>         have the string "qcom,sdhci-msm-v4" without the SoC compatible string

Even if this is a trivial change to the existing DT bindings, I would
really like to see all mmc bindings getting converted to the new (not
so new any more) yaml format.

Would you mind having a look and doing this conversion?

Kind regards
Uffe

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/1] dt-bindings: mmc: sdhci-msm: Add compatible string for sm8150
  2022-04-06 14:49 ` Ulf Hansson
@ 2022-04-07  9:52   ` Bhupesh Sharma
  0 siblings, 0 replies; 3+ messages in thread
From: Bhupesh Sharma @ 2022-04-07  9:52 UTC (permalink / raw)
  To: Ulf Hansson
  Cc: linux-mmc, bhupesh.linux, agross, linux-arm-msm, linux-kernel,
	devicetree, robh+dt, bjorn.andersson, Rob Herring

Hi Ulf,

On Wed, 6 Apr 2022 at 20:20, Ulf Hansson <ulf.hansson@linaro.org> wrote:
>
> On Sun, 3 Apr 2022 at 16:51, Bhupesh Sharma <bhupesh.sharma@linaro.org> wrote:
> >
> > Add sm8150 SoC specific compatible strings for qcom-sdhci controller.
> >
> > Cc: Ulf Hansson <ulf.hansson@linaro.org>
> > Cc: Rob Herring <robh@kernel.org>
> > Signed-off-by: Bhupesh Sharma <bhupesh.sharma@linaro.org>
> > ---
> >  Documentation/devicetree/bindings/mmc/sdhci-msm.txt | 1 +
> >  1 file changed, 1 insertion(+)
> >
> > diff --git a/Documentation/devicetree/bindings/mmc/sdhci-msm.txt b/Documentation/devicetree/bindings/mmc/sdhci-msm.txt
> > index 6216ed777343..35a7d78da213 100644
> > --- a/Documentation/devicetree/bindings/mmc/sdhci-msm.txt
> > +++ b/Documentation/devicetree/bindings/mmc/sdhci-msm.txt
> > @@ -25,6 +25,7 @@ Required properties:
> >                 "qcom,sc7280-sdhci", "qcom,sdhci-msm-v5";
> >                 "qcom,sdm845-sdhci", "qcom,sdhci-msm-v5"
> >                 "qcom,sdx55-sdhci", "qcom,sdhci-msm-v5";
> > +               "qcom,sm8150-sdhci", "qcom,sdhci-msm-v5"
> >                 "qcom,sm8250-sdhci", "qcom,sdhci-msm-v5"
> >         NOTE that some old device tree files may be floating around that only
> >         have the string "qcom,sdhci-msm-v4" without the SoC compatible string
>
> Even if this is a trivial change to the existing DT bindings, I would
> really like to see all mmc bindings getting converted to the new (not
> so new any more) yaml format.
>
> Would you mind having a look and doing this conversion?

Ok, will send the yaml binding conversion with v2.

Thanks,
Bhupesh

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-04-07  9:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-03 14:51 [PATCH 1/1] dt-bindings: mmc: sdhci-msm: Add compatible string for sm8150 Bhupesh Sharma
2022-04-06 14:49 ` Ulf Hansson
2022-04-07  9:52   ` Bhupesh Sharma

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.