diff options
author | Peng Fan <peng.fan@nxp.com> | 2022-12-23 11:03:47 +0800 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@linaro.org> | 2023-01-23 15:51:38 +0100 |
commit | 90ca969f427200788f8b54d407cc04cf7e7c8626 (patch) | |
tree | 746ed6158ed533c62f5a990a9ebc2724e18f9466 /Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml | |
parent | 52e4c32baed2a4c79e20a82dc22e307499759852 (diff) | |
download | lwn-90ca969f427200788f8b54d407cc04cf7e7c8626.tar.gz lwn-90ca969f427200788f8b54d407cc04cf7e7c8626.zip |
dt-bindings: mmc: fsl-imx-esdhc: update binding for i.MX50 and i.MX7D
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>
Link: https://lore.kernel.org/r/20221223030347.17093-1-peng.fan@oss.nxp.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
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 @@ -38,6 +38,12 @@ properties: - 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 - const: fsl,imx7d-usdhc |