ARM: dts: imx7d-pico-pi: Disable USDHC1
authorFabio Estevam <festevam@denx.de>
Sat, 7 Oct 2023 17:18:05 +0000 (14:18 -0300)
committerShawn Guo <shawnguo@kernel.org>
Tue, 10 Oct 2023 12:41:48 +0000 (20:41 +0800)
The imx7d-pico-pi board does not have an SD card slot
connected to the USDHC1 port. Only eMMC and Wifi SDIO ports
are used.

Disable the USDHC1 node.

Signed-off-by: Fabio Estevam <festevam@denx.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/nxp/imx/imx7d-pico-pi.dts

index f263e391e24cbb6c44d569cf284dde74020f58ac..62221131336f12b9233474496888e0d34631765b 100644 (file)
        };
 };
 
+&usdhc1 {
+       status = "disabled";
+};
+
 &iomuxc {
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_hog>;