All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] dt-bindings: mmc: sdhci-msm: Add compatible string for msm8994
@ 2021-12-23  8:31 Petr Vorel
  2021-12-23  8:31 ` [PATCH 2/3] arm64: dts: qcom: msm8994: SoC specific compatible strings for qcom-sdhci Petr Vorel
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Petr Vorel @ 2021-12-23  8:31 UTC (permalink / raw)
  To: linux-arm-msm
  Cc: Petr Vorel, Ulf Hansson, Konrad Dybcio, Andy Gross,
	Bjorn Andersson, Rob Herring, devicetree

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

Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
---
 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 50841e2843fc..6a8cc261bf61 100644
--- a/Documentation/devicetree/bindings/mmc/sdhci-msm.txt
+++ b/Documentation/devicetree/bindings/mmc/sdhci-msm.txt
@@ -17,6 +17,7 @@ Required properties:
 		"qcom,msm8974-sdhci", "qcom,sdhci-msm-v4"
 		"qcom,msm8916-sdhci", "qcom,sdhci-msm-v4"
 		"qcom,msm8992-sdhci", "qcom,sdhci-msm-v4"
+		"qcom,msm8994-sdhci", "qcom,sdhci-msm-v4"
 		"qcom,msm8996-sdhci", "qcom,sdhci-msm-v4"
 		"qcom,qcs404-sdhci", "qcom,sdhci-msm-v5"
 		"qcom,sc7180-sdhci", "qcom,sdhci-msm-v5";
-- 
2.34.1


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

* [PATCH 2/3] arm64: dts: qcom: msm8994: SoC specific compatible strings for qcom-sdhci
  2021-12-23  8:31 [PATCH 1/3] dt-bindings: mmc: sdhci-msm: Add compatible string for msm8994 Petr Vorel
@ 2021-12-23  8:31 ` Petr Vorel
  2021-12-23  8:31 ` [PATCH 3/3] arm64: dts: qcom: msm8996: " Petr Vorel
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 7+ messages in thread
From: Petr Vorel @ 2021-12-23  8:31 UTC (permalink / raw)
  To: linux-arm-msm
  Cc: Petr Vorel, Ulf Hansson, Konrad Dybcio, Andy Gross,
	Bjorn Andersson, Rob Herring, devicetree

Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
---
 arch/arm64/boot/dts/qcom/msm8994.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm64/boot/dts/qcom/msm8994.dtsi b/arch/arm64/boot/dts/qcom/msm8994.dtsi
index 5a9a5ed0565f..955bdb0639fe 100644
--- a/arch/arm64/boot/dts/qcom/msm8994.dtsi
+++ b/arch/arm64/boot/dts/qcom/msm8994.dtsi
@@ -444,7 +444,7 @@ usb@f9200000 {
 		};
 
 		sdhc1: sdhci@f9824900 {
-			compatible = "qcom,sdhci-msm-v4";
+			compatible = "qcom,msm8994-sdhci", "qcom,sdhci-msm-v4";
 			reg = <0xf9824900 0x1a0>, <0xf9824000 0x800>;
 			reg-names = "hc_mem", "core_mem";
 
@@ -467,7 +467,7 @@ sdhc1: sdhci@f9824900 {
 		};
 
 		sdhc2: sdhci@f98a4900 {
-			compatible = "qcom,sdhci-msm-v4";
+			compatible = "qcom,msm8994-sdhci", "qcom,sdhci-msm-v4";
 			reg = <0xf98a4900 0x11c>, <0xf98a4000 0x800>;
 			reg-names = "hc_mem", "core_mem";
 
-- 
2.34.1


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

* [PATCH 3/3] arm64: dts: qcom: msm8996: SoC specific compatible strings for qcom-sdhci
  2021-12-23  8:31 [PATCH 1/3] dt-bindings: mmc: sdhci-msm: Add compatible string for msm8994 Petr Vorel
  2021-12-23  8:31 ` [PATCH 2/3] arm64: dts: qcom: msm8994: SoC specific compatible strings for qcom-sdhci Petr Vorel
@ 2021-12-23  8:31 ` Petr Vorel
  2021-12-23 10:26 ` [PATCH 1/3] dt-bindings: mmc: sdhci-msm: Add compatible string for msm8994 Ulf Hansson
  2022-02-01  5:19 ` (subset) " Bjorn Andersson
  3 siblings, 0 replies; 7+ messages in thread
From: Petr Vorel @ 2021-12-23  8:31 UTC (permalink / raw)
  To: linux-arm-msm
  Cc: Petr Vorel, Ulf Hansson, Konrad Dybcio, Andy Gross,
	Bjorn Andersson, Rob Herring, devicetree

Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
---
 arch/arm64/boot/dts/qcom/msm8996.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm64/boot/dts/qcom/msm8996.dtsi b/arch/arm64/boot/dts/qcom/msm8996.dtsi
index 91bc974aeb0a..01d914221a95 100644
--- a/arch/arm64/boot/dts/qcom/msm8996.dtsi
+++ b/arch/arm64/boot/dts/qcom/msm8996.dtsi
@@ -2693,7 +2693,7 @@ hsusb_phy2: phy@7412000 {
 		};
 
 		sdhc1: sdhci@7464900 {
-			compatible = "qcom,sdhci-msm-v4";
+			compatible = "qcom,msm8996-sdhci", "qcom,sdhci-msm-v4";
 			reg = <0x07464900 0x11c>, <0x07464000 0x800>;
 			reg-names = "hc_mem", "core_mem";
 
@@ -2716,7 +2716,7 @@ sdhc1: sdhci@7464900 {
 		};
 
 		sdhc2: sdhci@74a4900 {
-			compatible = "qcom,sdhci-msm-v4";
+			compatible = "qcom,msm8996-sdhci", "qcom,sdhci-msm-v4";
 			reg = <0x074a4900 0x314>, <0x074a4000 0x800>;
 			reg-names = "hc_mem", "core_mem";
 
-- 
2.34.1


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

* Re: [PATCH 1/3] dt-bindings: mmc: sdhci-msm: Add compatible string for msm8994
  2021-12-23  8:31 [PATCH 1/3] dt-bindings: mmc: sdhci-msm: Add compatible string for msm8994 Petr Vorel
  2021-12-23  8:31 ` [PATCH 2/3] arm64: dts: qcom: msm8994: SoC specific compatible strings for qcom-sdhci Petr Vorel
  2021-12-23  8:31 ` [PATCH 3/3] arm64: dts: qcom: msm8996: " Petr Vorel
@ 2021-12-23 10:26 ` Ulf Hansson
  2021-12-23 10:51   ` Petr Vorel
  2021-12-23 22:57   ` Petr Vorel
  2022-02-01  5:19 ` (subset) " Bjorn Andersson
  3 siblings, 2 replies; 7+ messages in thread
From: Ulf Hansson @ 2021-12-23 10:26 UTC (permalink / raw)
  To: Petr Vorel
  Cc: linux-arm-msm, Konrad Dybcio, Andy Gross, Bjorn Andersson,
	Rob Herring, devicetree

On Thu, 23 Dec 2021 at 09:32, Petr Vorel <petr.vorel@gmail.com> wrote:
>
> Add msm8994 SoC specific compatible strings for qcom-sdhci controller.
>
> Signed-off-by: Petr Vorel <petr.vorel@gmail.com>

Hi Petr,

Can you please re-submit this to linux-mmc too, so I can pick it from
the patchtracker.

Kind regards
Uffe

> ---
>  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 50841e2843fc..6a8cc261bf61 100644
> --- a/Documentation/devicetree/bindings/mmc/sdhci-msm.txt
> +++ b/Documentation/devicetree/bindings/mmc/sdhci-msm.txt
> @@ -17,6 +17,7 @@ Required properties:
>                 "qcom,msm8974-sdhci", "qcom,sdhci-msm-v4"
>                 "qcom,msm8916-sdhci", "qcom,sdhci-msm-v4"
>                 "qcom,msm8992-sdhci", "qcom,sdhci-msm-v4"
> +               "qcom,msm8994-sdhci", "qcom,sdhci-msm-v4"
>                 "qcom,msm8996-sdhci", "qcom,sdhci-msm-v4"
>                 "qcom,qcs404-sdhci", "qcom,sdhci-msm-v5"
>                 "qcom,sc7180-sdhci", "qcom,sdhci-msm-v5";
> --
> 2.34.1
>

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

* Re: [PATCH 1/3] dt-bindings: mmc: sdhci-msm: Add compatible string for msm8994
  2021-12-23 10:26 ` [PATCH 1/3] dt-bindings: mmc: sdhci-msm: Add compatible string for msm8994 Ulf Hansson
@ 2021-12-23 10:51   ` Petr Vorel
  2021-12-23 22:57   ` Petr Vorel
  1 sibling, 0 replies; 7+ messages in thread
From: Petr Vorel @ 2021-12-23 10:51 UTC (permalink / raw)
  To: Ulf Hansson
  Cc: linux-arm-msm, Konrad Dybcio, Andy Gross, Bjorn Andersson,
	Rob Herring, devicetree

> On Thu, 23 Dec 2021 at 09:32, Petr Vorel <petr.vorel@gmail.com> wrote:

> > Add msm8994 SoC specific compatible strings for qcom-sdhci controller.

> > Signed-off-by: Petr Vorel <petr.vorel@gmail.com>

> Hi Petr,

> Can you please re-submit this to linux-mmc too, so I can pick it from
> the patchtracker.
Sure, I'll try. I've acked 3 times to majordomo subscription to linux-mmc, but
still no confirmation about it.

Kind regards,
Petr

> Kind regards
> Uffe

> > ---
> >  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 50841e2843fc..6a8cc261bf61 100644
> > --- a/Documentation/devicetree/bindings/mmc/sdhci-msm.txt
> > +++ b/Documentation/devicetree/bindings/mmc/sdhci-msm.txt
> > @@ -17,6 +17,7 @@ Required properties:
> >                 "qcom,msm8974-sdhci", "qcom,sdhci-msm-v4"
> >                 "qcom,msm8916-sdhci", "qcom,sdhci-msm-v4"
> >                 "qcom,msm8992-sdhci", "qcom,sdhci-msm-v4"
> > +               "qcom,msm8994-sdhci", "qcom,sdhci-msm-v4"
> >                 "qcom,msm8996-sdhci", "qcom,sdhci-msm-v4"
> >                 "qcom,qcs404-sdhci", "qcom,sdhci-msm-v5"
> >                 "qcom,sc7180-sdhci", "qcom,sdhci-msm-v5";
> > --
> > 2.34.1


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

* Re: [PATCH 1/3] dt-bindings: mmc: sdhci-msm: Add compatible string for msm8994
  2021-12-23 10:26 ` [PATCH 1/3] dt-bindings: mmc: sdhci-msm: Add compatible string for msm8994 Ulf Hansson
  2021-12-23 10:51   ` Petr Vorel
@ 2021-12-23 22:57   ` Petr Vorel
  1 sibling, 0 replies; 7+ messages in thread
From: Petr Vorel @ 2021-12-23 22:57 UTC (permalink / raw)
  To: Ulf Hansson
  Cc: linux-arm-msm, Konrad Dybcio, Andy Gross, Bjorn Andersson,
	Rob Herring, devicetree

> On Thu, 23 Dec 2021 at 09:32, Petr Vorel <petr.vorel@gmail.com> wrote:

> > Add msm8994 SoC specific compatible strings for qcom-sdhci controller.

> > Signed-off-by: Petr Vorel <petr.vorel@gmail.com>

> Hi Petr,

Hi Uffe,

> Can you please re-submit this to linux-mmc too, so I can pick it from
> the patchtracker.

Done (I had to send it from my work mail, because majordomo haven't
authenticated my private gmail address).

Kind regards,
Petr

> Kind regards
> Uffe

> > ---
> >  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 50841e2843fc..6a8cc261bf61 100644
> > --- a/Documentation/devicetree/bindings/mmc/sdhci-msm.txt
> > +++ b/Documentation/devicetree/bindings/mmc/sdhci-msm.txt
> > @@ -17,6 +17,7 @@ Required properties:
> >                 "qcom,msm8974-sdhci", "qcom,sdhci-msm-v4"
> >                 "qcom,msm8916-sdhci", "qcom,sdhci-msm-v4"
> >                 "qcom,msm8992-sdhci", "qcom,sdhci-msm-v4"
> > +               "qcom,msm8994-sdhci", "qcom,sdhci-msm-v4"
> >                 "qcom,msm8996-sdhci", "qcom,sdhci-msm-v4"
> >                 "qcom,qcs404-sdhci", "qcom,sdhci-msm-v5"
> >                 "qcom,sc7180-sdhci", "qcom,sdhci-msm-v5";
> > --
> > 2.34.1


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

* Re: (subset) [PATCH 1/3] dt-bindings: mmc: sdhci-msm: Add compatible string for msm8994
  2021-12-23  8:31 [PATCH 1/3] dt-bindings: mmc: sdhci-msm: Add compatible string for msm8994 Petr Vorel
                   ` (2 preceding siblings ...)
  2021-12-23 10:26 ` [PATCH 1/3] dt-bindings: mmc: sdhci-msm: Add compatible string for msm8994 Ulf Hansson
@ 2022-02-01  5:19 ` Bjorn Andersson
  3 siblings, 0 replies; 7+ messages in thread
From: Bjorn Andersson @ 2022-02-01  5:19 UTC (permalink / raw)
  To: linux-arm-msm, Petr Vorel
  Cc: Rob Herring, Konrad Dybcio, devicetree, Ulf Hansson, Andy Gross

On Thu, 23 Dec 2021 09:31:51 +0100, Petr Vorel wrote:
> Add msm8994 SoC specific compatible strings for qcom-sdhci controller.
> 
> 

Applied, thanks!

[2/3] arm64: dts: qcom: msm8994: SoC specific compatible strings for qcom-sdhci
      commit: 4ec48ebfc3eab546c66c62ee13028f7e271cf496
[3/3] arm64: dts: qcom: msm8996: SoC specific compatible strings for qcom-sdhci
      commit: 52f6fa2d2d723b5f07b07856dc15a14c3f59d3a3

Best regards,
-- 
Bjorn Andersson <bjorn.andersson@linaro.org>

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

end of thread, other threads:[~2022-02-01  5:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-23  8:31 [PATCH 1/3] dt-bindings: mmc: sdhci-msm: Add compatible string for msm8994 Petr Vorel
2021-12-23  8:31 ` [PATCH 2/3] arm64: dts: qcom: msm8994: SoC specific compatible strings for qcom-sdhci Petr Vorel
2021-12-23  8:31 ` [PATCH 3/3] arm64: dts: qcom: msm8996: " Petr Vorel
2021-12-23 10:26 ` [PATCH 1/3] dt-bindings: mmc: sdhci-msm: Add compatible string for msm8994 Ulf Hansson
2021-12-23 10:51   ` Petr Vorel
2021-12-23 22:57   ` Petr Vorel
2022-02-01  5:19 ` (subset) " Bjorn Andersson

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.