* [PATCH] dt-bindings: mmc: fsl-imx-esdhc: update binding for i.MX50 and i.MX7D
@ 2022-12-23 3:03 Peng Fan (OSS)
2022-12-23 8:46 ` Krzysztof Kozlowski
2023-01-02 15:06 ` Ulf Hansson
0 siblings, 2 replies; 3+ messages in thread
From: Peng Fan (OSS) @ 2022-12-23 3:03 UTC (permalink / raw)
To: ulf.hansson, robh+dt, krzysztof.kozlowski+dt, shawnguo, s.hauer
Cc: kernel, festevam, linux-imx, linux-mmc, devicetree,
linux-arm-kernel, linux-kernel, Peng Fan
From: Peng Fan <peng.fan@nxp.com>
i.MX50 eSDHC is compatible with i.MX53. i.MX7D uSDHC is compatible with
i.MX6SL. So update for them.
Signed-off-by: Peng Fan <peng.fan@nxp.com>
---
Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml b/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml
index dc6256f04b42..546ebcecaf95 100644
--- a/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml
+++ b/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml
@@ -37,6 +37,12 @@ properties:
- fsl,imx8mm-usdhc
- fsl,imxrt1050-usdhc
- nxp,s32g2-usdhc
+ - items:
+ - const: fsl,imx50-esdhc
+ - const: fsl,imx53-esdhc
+ - items:
+ - const: fsl,imx7d-usdhc
+ - const: fsl,imx6sl-usdhc
- items:
- enum:
- fsl,imx8mq-usdhc
--
2.37.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] dt-bindings: mmc: fsl-imx-esdhc: update binding for i.MX50 and i.MX7D
2022-12-23 3:03 [PATCH] dt-bindings: mmc: fsl-imx-esdhc: update binding for i.MX50 and i.MX7D Peng Fan (OSS)
@ 2022-12-23 8:46 ` Krzysztof Kozlowski
2023-01-02 15:06 ` Ulf Hansson
1 sibling, 0 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2022-12-23 8:46 UTC (permalink / raw)
To: Peng Fan (OSS), ulf.hansson, robh+dt, krzysztof.kozlowski+dt,
shawnguo, s.hauer
Cc: kernel, festevam, linux-imx, linux-mmc, devicetree,
linux-arm-kernel, linux-kernel, Peng Fan
On 23/12/2022 04:03, Peng Fan (OSS) wrote:
> From: Peng Fan <peng.fan@nxp.com>
>
> i.MX50 eSDHC is compatible with i.MX53. i.MX7D uSDHC is compatible with
> i.MX6SL. So update for them.
>
> Signed-off-by: Peng Fan <peng.fan@nxp.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] dt-bindings: mmc: fsl-imx-esdhc: update binding for i.MX50 and i.MX7D
2022-12-23 3:03 [PATCH] dt-bindings: mmc: fsl-imx-esdhc: update binding for i.MX50 and i.MX7D Peng Fan (OSS)
2022-12-23 8:46 ` Krzysztof Kozlowski
@ 2023-01-02 15:06 ` Ulf Hansson
1 sibling, 0 replies; 3+ messages in thread
From: Ulf Hansson @ 2023-01-02 15:06 UTC (permalink / raw)
To: Peng Fan (OSS)
Cc: robh+dt, krzysztof.kozlowski+dt, shawnguo, s.hauer, kernel,
festevam, linux-imx, linux-mmc, devicetree, linux-arm-kernel,
linux-kernel, Peng Fan
On Fri, 23 Dec 2022 at 04:02, Peng Fan (OSS) <peng.fan@oss.nxp.com> wrote:
>
> From: Peng Fan <peng.fan@nxp.com>
>
> i.MX50 eSDHC is compatible with i.MX53. i.MX7D uSDHC is compatible with
> i.MX6SL. So update for them.
>
> Signed-off-by: Peng Fan <peng.fan@nxp.com>
Applied for next, thanks!
Kind regards
Uffe
> ---
> Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml b/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml
> index dc6256f04b42..546ebcecaf95 100644
> --- a/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml
> +++ b/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml
> @@ -37,6 +37,12 @@ properties:
> - fsl,imx8mm-usdhc
> - fsl,imxrt1050-usdhc
> - nxp,s32g2-usdhc
> + - items:
> + - const: fsl,imx50-esdhc
> + - const: fsl,imx53-esdhc
> + - items:
> + - const: fsl,imx7d-usdhc
> + - const: fsl,imx6sl-usdhc
> - items:
> - enum:
> - fsl,imx8mq-usdhc
> --
> 2.37.1
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-01-02 15:07 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-23 3:03 [PATCH] dt-bindings: mmc: fsl-imx-esdhc: update binding for i.MX50 and i.MX7D Peng Fan (OSS)
2022-12-23 8:46 ` Krzysztof Kozlowski
2023-01-02 15:06 ` 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).