From: Alexander Stein Date: Mon, 18 Dec 2023 12:54:52 +0000 (+0100) Subject: ARM: dts: imx7-tqma7: restrict usdhc interface modes X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e498d366c2e5e7405dd661018cad87f31ee3fb72;p=linux.git ARM: dts: imx7-tqma7: restrict usdhc interface modes USDHC3 is directly connected to an eMMC, so disable other interface modes. Signed-off-by: Alexander Stein Signed-off-by: Shawn Guo --- diff --git a/arch/arm/boot/dts/nxp/imx/imx7-tqma7.dtsi b/arch/arm/boot/dts/nxp/imx/imx7-tqma7.dtsi index 53c84393200cd..95c0f31394414 100644 --- a/arch/arm/boot/dts/nxp/imx/imx7-tqma7.dtsi +++ b/arch/arm/boot/dts/nxp/imx/imx7-tqma7.dtsi @@ -279,6 +279,8 @@ assigned-clock-rates = <400000000>; bus-width = <8>; non-removable; + no-sd; + no-sdio; vmmc-supply = <&vgen4_reg>; vqmmc-supply = <&sw2_reg>; status = "okay";