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 <lgl88911@163.com>
This commit is contained in:
Frank Li 2021-04-15 23:26:31 +08:00 committed by Kumar Gala
commit f0dbfec5cd

View file

@ -170,6 +170,7 @@
&usdhc1 {
status = "okay";
cd-gpios = <&gpio2 28 GPIO_ACTIVE_LOW>;
no-1-8-v;
};
&csi {