riscv: dts: starfive: Disable mmc0 node for eMMC
authorJaehoon Chung <jh80.chung@samsung.com>
Mon, 29 Jan 2024 02:04:35 +0000 (11:04 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Mon, 19 Feb 2024 00:14:01 +0000 (09:14 +0900)
Tizen doesn't use eMMC on Visionfive2.
It doesn't need to enable its node.

Change-Id: I7cdcd4fdcb1cdc5b0a164e93ef65169cb8c62a97
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
arch/riscv/boot/dts/starfive/jh7110-starfive-visionfive-2.dtsi

index ed88dd7..77d5782 100644 (file)
        pinctrl-0 = <&mmc0_pins>;
        vmmc-supply = <&vcc_3v3>;
        vqmmc-supply = <&emmc_vdd>;
-       status = "okay";
+       status = "disabled";
 };
 
 &mmc1 {