diff options
author | 2025-03-06 12:09:37 -0500 | |
---|---|---|
committer | 2025-03-11 18:46:17 +0100 | |
commit | e01578e0a437f0eddcf39f9fbd68103544058db8 (patch) | |
tree | 33be73c5a6da5b8412c3c6cd0e9eb6f98dbf83ac | |
parent | dt-bindings: mmc: Change to additionalProperties to fix fail detect Unevaluated property (diff) | |
download | wireguard-linux-e01578e0a437f0eddcf39f9fbd68103544058db8.tar.xz wireguard-linux-e01578e0a437f0eddcf39f9fbd68103544058db8.zip |
dt-bindings: mmc: fsl-imx-esdhc: Add i.MX94 support
Add compatible string "fsl,imx94-usdhc" for the i.MX94 chip, which is
backward compatible with i.MX8mm. Set it to fall back to
"fsl,imx8mm-usdhc".
Signed-off-by: Frank Li <Frank.Li@nxp.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20250306170937.242183-1-Frank.Li@nxp.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
-rw-r--r-- | Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml b/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml index b9b999570529..b98a84f93277 100644 --- a/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml +++ b/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml @@ -57,6 +57,7 @@ properties: - fsl,imx8mp-usdhc - fsl,imx8ulp-usdhc - fsl,imx93-usdhc + - fsl,imx94-usdhc - fsl,imx95-usdhc - const: fsl,imx8mm-usdhc - items: |