Skip to content

Commit b91695b

Browse files
Fabio EstevamShawn Guo
authored andcommitted
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: d430a7e ("ARM: dts: imx7-mba7: restrict usdhc interface modes") Signed-off-by: Fabio Estevam <[email protected]> Reviewed-by: Alexander Stein <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent c6ddd6e commit b91695b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/nxp/imx/imx7-mba7.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@
666666
bus-width = <4>;
667667
no-1-8-v;
668668
no-sdio;
669-
no-emmc;
669+
no-mmc;
670670
status = "okay";
671671
};
672672

0 commit comments

Comments
 (0)