Commit b91695b5 authored by Fabio Estevam's avatar Fabio Estevam Committed by Shawn Guo
Browse files

ARM: dts: imx7-mba7: Use 'no-mmc' property



'no-emmc' is not a valid property.

The original intention was to use the 'no-mmc' property.

Change it accordingly to fix the following dt-schema warning:

imx7s-mba7.dtb: mmc@30b40000: Unevaluated properties are not allowed ('no-emmc' was unexpected)

Fixes: d430a7e0 ("ARM: dts: imx7-mba7: restrict usdhc interface modes")
Signed-off-by: default avatarFabio Estevam <festevam@denx.de>
Reviewed-by: default avatarAlexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent c6ddd6e7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -666,7 +666,7 @@ &usdhc1 {
	bus-width = <4>;
	no-1-8-v;
	no-sdio;
	no-emmc;
	no-mmc;
	status = "okay";
};