diff options
author | 2021-10-21 15:13:31 +0800 | |
---|---|---|
committer | 2021-10-26 17:37:32 +0200 | |
commit | 12753e6b6bef4fcf03b209c217f61f7f5b87c7a5 (patch) | |
tree | 183f64dba7430296cdd99fc8fb081e10b9d96f35 | |
parent | Merge branch 'fixes' into next (diff) | |
download | wireguard-linux-12753e6b6bef4fcf03b209c217f61f7f5b87c7a5.tar.xz wireguard-linux-12753e6b6bef4fcf03b209c217f61f7f5b87c7a5.zip |
dt-bindings: mmc: fsl-imx-esdhc: add NXP S32G2 support
Add support for the SDHC binding of S32G2.
Signed-off-by: Chester Lin <clin@suse.com>
Reviewed-by: Andreas Färber <afaerber@suse.de>
Link: https://lore.kernel.org/r/20211021071333.32485-2-clin@suse.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 a3412f221104..19621a2f8beb 100644 --- a/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml +++ b/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml @@ -34,6 +34,7 @@ properties: - fsl,imx6ull-usdhc - fsl,imx7d-usdhc - fsl,imx7ulp-usdhc + - nxp,s32g2-usdhc - items: - enum: - fsl,imx8mm-usdhc |