From f0dbfec5cd61c155e6e4d7c0f107090e1ff4bd74 Mon Sep 17 00:00:00 2001 From: Frank Li Date: Thu, 15 Apr 2021 23:26:31 +0800 Subject: [PATCH] boards: mm_swiftio: fix sdcard power issue In mm_swiftio hardware design, NVCC_SD0 of rt1052 is directly connected to 3.3V, without using VSELECT control, so 1.8V support needs to be disabled by no-1-8-v of devicetree. Signed-off-by: Frank Li --- boards/arm/mm_swiftio/mm_swiftio.dts | 1 + 1 file changed, 1 insertion(+) diff --git a/boards/arm/mm_swiftio/mm_swiftio.dts b/boards/arm/mm_swiftio/mm_swiftio.dts index dd882294341..1661effc31e 100644 --- a/boards/arm/mm_swiftio/mm_swiftio.dts +++ b/boards/arm/mm_swiftio/mm_swiftio.dts @@ -170,6 +170,7 @@ &usdhc1 { status = "okay"; cd-gpios = <&gpio2 28 GPIO_ACTIVE_LOW>; + no-1-8-v; }; &csi {