Skip to content

Commit ef10d57

Browse files
krzkShawn Guo
authored andcommitted
arm64: dts: imx8mq-thor96: fix no-mmc property for SDHCI
There is no "no-emmc" property, so intention for SD/SDIO only nodes was to use "no-mmc". Signed-off-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent 5225ba9 commit ef10d57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm64/boot/dts/freescale/imx8mq-thor96.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@
339339
bus-width = <4>;
340340
non-removable;
341341
no-sd;
342-
no-emmc;
342+
no-mmc;
343343
status = "okay";
344344

345345
brcmf: wifi@1 {
@@ -359,7 +359,7 @@
359359
cd-gpios = <&gpio2 12 GPIO_ACTIVE_LOW>;
360360
bus-width = <4>;
361361
no-sdio;
362-
no-emmc;
362+
no-mmc;
363363
disable-wp;
364364
status = "okay";
365365
};

0 commit comments

Comments
 (0)