OSDN Git Service

arm64: dts: imx8mq-thor96: fix no-mmc property for SDHCI
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Sun, 4 Dec 2022 09:44:17 +0000 (10:44 +0100)
committerShawn Guo <shawnguo@kernel.org>
Sat, 31 Dec 2022 12:44:48 +0000 (20:44 +0800)
There is no "no-emmc" property, so intention for SD/SDIO only nodes was
to use "no-mmc".

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8mq-thor96.dts

index 5d5aa65..6e61827 100644 (file)
        bus-width = <4>;
        non-removable;
        no-sd;
-       no-emmc;
+       no-mmc;
        status = "okay";
 
        brcmf: wifi@1 {
        cd-gpios = <&gpio2 12 GPIO_ACTIVE_LOW>;
        bus-width = <4>;
        no-sdio;
-       no-emmc;
+       no-mmc;
        disable-wp;
        status = "okay";
 };