linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: mmc: fsl-imx-esdhc: add imx8m compatible string
@ 2019-11-05 10:23 Peng Fan
  2019-11-07  0:44 ` Rob Herring
  2019-11-14 12:53 ` Ulf Hansson
  0 siblings, 2 replies; 3+ messages in thread
From: Peng Fan @ 2019-11-05 10:23 UTC (permalink / raw)
  To: ulf.hansson, robh+dt, mark.rutland, shawnguo, s.hauer, festevam,
	Abel Vesa
  Cc: kernel, dl-linux-imx, Aisheng Dong, linux-mmc, devicetree,
	linux-arm-kernel, linux-kernel, Peng Fan

From: Peng Fan <peng.fan@nxp.com>

Add imx8mq/m/n compatible string

Signed-off-by: Peng Fan <peng.fan@nxp.com>
---

V1:
 imx8mq/m/n.dtsi already use this compatible string,
 but not listed in binding doc, so add it.

 Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.txt b/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.txt
index f707b8bee304..2fb466ca2a9d 100644
--- a/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.txt
+++ b/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.txt
@@ -18,6 +18,9 @@ Required properties:
 	       "fsl,imx6ull-usdhc"
 	       "fsl,imx7d-usdhc"
 	       "fsl,imx7ulp-usdhc"
+	       "fsl,imx8mq-usdhc"
+	       "fsl,imx8mm-usdhc"
+	       "fsl,imx8mn-usdhc"
 	       "fsl,imx8qxp-usdhc"
 
 Optional properties:
-- 
2.16.4


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

* Re: [PATCH] dt-bindings: mmc: fsl-imx-esdhc: add imx8m compatible string
  2019-11-05 10:23 [PATCH] dt-bindings: mmc: fsl-imx-esdhc: add imx8m compatible string Peng Fan
@ 2019-11-07  0:44 ` Rob Herring
  2019-11-14 12:53 ` Ulf Hansson
  1 sibling, 0 replies; 3+ messages in thread
From: Rob Herring @ 2019-11-07  0:44 UTC (permalink / raw)
  To: Peng Fan
  Cc: ulf.hansson, robh+dt, mark.rutland, shawnguo, s.hauer, festevam,
	Abel Vesa, kernel, dl-linux-imx, Aisheng Dong, linux-mmc,
	devicetree, linux-arm-kernel, linux-kernel, Peng Fan

On Tue, 5 Nov 2019 10:23:36 +0000, Peng Fan wrote:
> 
> From: Peng Fan <peng.fan@nxp.com>
> 
> Add imx8mq/m/n compatible string
> 
> Signed-off-by: Peng Fan <peng.fan@nxp.com>
> ---
> 
> V1:
>  imx8mq/m/n.dtsi already use this compatible string,
>  but not listed in binding doc, so add it.
> 
>  Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.txt | 3 +++
>  1 file changed, 3 insertions(+)
> 

Acked-by: Rob Herring <robh@kernel.org>

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

* Re: [PATCH] dt-bindings: mmc: fsl-imx-esdhc: add imx8m compatible string
  2019-11-05 10:23 [PATCH] dt-bindings: mmc: fsl-imx-esdhc: add imx8m compatible string Peng Fan
  2019-11-07  0:44 ` Rob Herring
@ 2019-11-14 12:53 ` Ulf Hansson
  1 sibling, 0 replies; 3+ messages in thread
From: Ulf Hansson @ 2019-11-14 12:53 UTC (permalink / raw)
  To: Peng Fan
  Cc: robh+dt, mark.rutland, shawnguo, s.hauer, festevam, Abel Vesa,
	kernel, dl-linux-imx, Aisheng Dong, linux-mmc, devicetree,
	linux-arm-kernel, linux-kernel

On Tue, 5 Nov 2019 at 11:23, Peng Fan <peng.fan@nxp.com> wrote:
>
> From: Peng Fan <peng.fan@nxp.com>
>
> Add imx8mq/m/n compatible string
>
> Signed-off-by: Peng Fan <peng.fan@nxp.com>

Applied for next, thanks!

Kind regards
Uffe


> ---
>
> V1:
>  imx8mq/m/n.dtsi already use this compatible string,
>  but not listed in binding doc, so add it.
>
>  Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.txt | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.txt b/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.txt
> index f707b8bee304..2fb466ca2a9d 100644
> --- a/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.txt
> +++ b/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.txt
> @@ -18,6 +18,9 @@ Required properties:
>                "fsl,imx6ull-usdhc"
>                "fsl,imx7d-usdhc"
>                "fsl,imx7ulp-usdhc"
> +              "fsl,imx8mq-usdhc"
> +              "fsl,imx8mm-usdhc"
> +              "fsl,imx8mn-usdhc"
>                "fsl,imx8qxp-usdhc"
>
>  Optional properties:
> --
> 2.16.4
>

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

end of thread, other threads:[~2019-11-14 12:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-05 10:23 [PATCH] dt-bindings: mmc: fsl-imx-esdhc: add imx8m compatible string Peng Fan
2019-11-07  0:44 ` Rob Herring
2019-11-14 12:53 ` Ulf Hansson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).