Commit d430a7e0 authored by Alexander Stein's avatar Alexander Stein Committed by Shawn Guo
Browse files

ARM: dts: imx7-mba7: restrict usdhc interface modes



USDHC1 is directly connected to an SD card, so disable other interface modes.

Signed-off-by: default avatarAlexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent e7073f96
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -655,6 +655,8 @@ &usdhc1 {
	vmmc-supply = <&reg_sd1_vmmc>;
	bus-width = <4>;
	no-1-8-v;
	no-sdio;
	no-emmc;
	status = "okay";
};