diff options
author | Jesse Taube <mr.bossman075@gmail.com> | 2022-11-07 02:15:09 -0500 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2022-11-10 09:19:43 +0100 |
commit | 3029752f8388eef936376805acfe4ed6d4c4cad0 (patch) | |
tree | d28f16c5bbe0f76ffd4cbec0138fc13f1787bf11 /Documentation/devicetree/bindings/mmc | |
parent | 26709180433d06acd0e5f21478f760547f4eb70e (diff) | |
download | linux-3029752f8388eef936376805acfe4ed6d4c4cad0.tar.gz linux-3029752f8388eef936376805acfe4ed6d4c4cad0.tar.bz2 linux-3029752f8388eef936376805acfe4ed6d4c4cad0.zip |
dt-bindings: mmc: fsl-imx-esdhc: add i.MXRT1170 compatible
Add i.MXRT1170 compatible string to Documentation.
Cc: Giulio Benetti <giulio.benetti@benettiengineering.com>
Signed-off-by: Jesse Taube <Mr.Bossman075@gmail.com>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20221107071511.2764628-6-Mr.Bossman075@gmail.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'Documentation/devicetree/bindings/mmc')
-rw-r--r-- | Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml b/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml index 29339d0196ec..0e7833478869 100644 --- a/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml +++ b/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml @@ -75,6 +75,10 @@ properties: - const: fsl,imx8qxp-usdhc - const: fsl,imx7d-usdhc deprecated: true + - items: + - enum: + - fsl,imxrt1170-usdhc + - const: fsl,imxrt1050-usdhc reg: maxItems: 1 |