[PATCH] dt-binding: mmc: fsl-imx-esdhc: update i.MX8DXL compatible

Peng Fan (OSS) posted 1 patch 3 years, 5 months ago
Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
[PATCH] dt-binding: mmc: fsl-imx-esdhc: update i.MX8DXL compatible
Posted by Peng Fan (OSS) 3 years, 5 months ago
From: Peng Fan <peng.fan@nxp.com>

i.MX8DXL is compatible with i.MX8QXP, so update binding doc.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
---
 Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml b/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml
index 29339d0196ec..ea06c1fd0862 100644
--- a/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml
+++ b/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml
@@ -50,11 +50,11 @@ properties:
           - const: fsl,imx8mm-usdhc
       - items:
           - enum:
+              - fsl,imx8dxl-usdhc
               - fsl,imx8qm-usdhc
           - const: fsl,imx8qxp-usdhc
       - items:
           - enum:
-              - fsl,imx8dxl-usdhc
               - fsl,imx8mm-usdhc
               - fsl,imx8mn-usdhc
               - fsl,imx8mp-usdhc
@@ -71,6 +71,7 @@ properties:
         deprecated: true
       - items:
           - enum:
+              - fsl,imx8dxl-usdhc
               - fsl,imx8qm-usdhc
           - const: fsl,imx8qxp-usdhc
           - const: fsl,imx7d-usdhc
-- 
2.37.1
Re: [PATCH] dt-binding: mmc: fsl-imx-esdhc: update i.MX8DXL compatible
Posted by Ulf Hansson 3 years, 5 months ago
On Mon, 10 Oct 2022 at 12:10, Peng Fan (OSS) <peng.fan@oss.nxp.com> wrote:
>
> From: Peng Fan <peng.fan@nxp.com>
>
> i.MX8DXL is compatible with i.MX8QXP, so update binding doc.
>
> Signed-off-by: Peng Fan <peng.fan@nxp.com>

Applied for next, thanks!

Kind regards
Uffe


> ---
>  Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml b/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml
> index 29339d0196ec..ea06c1fd0862 100644
> --- a/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml
> +++ b/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml
> @@ -50,11 +50,11 @@ properties:
>            - const: fsl,imx8mm-usdhc
>        - items:
>            - enum:
> +              - fsl,imx8dxl-usdhc
>                - fsl,imx8qm-usdhc
>            - const: fsl,imx8qxp-usdhc
>        - items:
>            - enum:
> -              - fsl,imx8dxl-usdhc
>                - fsl,imx8mm-usdhc
>                - fsl,imx8mn-usdhc
>                - fsl,imx8mp-usdhc
> @@ -71,6 +71,7 @@ properties:
>          deprecated: true
>        - items:
>            - enum:
> +              - fsl,imx8dxl-usdhc
>                - fsl,imx8qm-usdhc
>            - const: fsl,imx8qxp-usdhc
>            - const: fsl,imx7d-usdhc
> --
> 2.37.1
>
Re: [PATCH] dt-binding: mmc: fsl-imx-esdhc: update i.MX8DXL compatible
Posted by Krzysztof Kozlowski 3 years, 5 months ago
On 10/10/2022 06:11, Peng Fan (OSS) wrote:
> From: Peng Fan <peng.fan@nxp.com>
> 
> i.MX8DXL is compatible with i.MX8QXP, so update binding doc.
> 
> Signed-off-by: Peng Fan <peng.fan@nxp.com>


Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof