Skip to content

Commit a1016ba

Browse files
Fabio EstevamShawn Guo
authored andcommitted
ARM: dts: imx7d-smegw01: Fix the SDIO description
usdhc2 is connected to a Wifi chip that is powered by a 3.3V supply. Pass the "no-1-8-v" property to guarantee that no communication is made at 1.8V. While at it, also remove the unnecessary properties: "cap-sd-highspeed", "sd-uhs-ddr50", and "mmc-ddr-1_8v". Fixes: 9ac0ae9 ("ARM: dts: imx7d-smegw01: Add support for i.MX7D SMEGW01 board") Signed-off-by: Fabio Estevam <festevam@denx.de> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent 7c7eaee commit a1016ba

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

arch/arm/boot/dts/imx7d-smegw01.dts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,10 +216,8 @@
216216
pinctrl-names = "default";
217217
pinctrl-0 = <&pinctrl_usdhc2>;
218218
bus-width = <4>;
219+
no-1-8-v;
219220
non-removable;
220-
cap-sd-highspeed;
221-
sd-uhs-ddr50;
222-
mmc-ddr-1_8v;
223221
vmmc-supply = <&reg_wifi>;
224222
enable-sdio-wakeup;
225223
status = "okay";

0 commit comments

Comments
 (0)