ARM: dts: imx7-mba7: restrict usdhc interface modes
authorAlexander Stein <alexander.stein@ew.tq-group.com>
Mon, 18 Dec 2023 12:54:51 +0000 (13:54 +0100)
committerShawn Guo <shawnguo@kernel.org>
Sat, 3 Feb 2024 04:40:51 +0000 (12:40 +0800)
USDHC1 is directly connected to an SD card, so disable other interface modes.

Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/nxp/imx/imx7-mba7.dtsi

index ac905615ee0321c0e7956bbce110a85c521519a6..1b1eac33a70f6441e6c2a3f6adb3b38b4dedbfb6 100644 (file)
        vmmc-supply = <&reg_sd1_vmmc>;
        bus-width = <4>;
        no-1-8-v;
+       no-sdio;
+       no-emmc;
        status = "okay";
 };