arm64: dts: rockchip: rk3588-evb default to disable sdmmc

RK3588-evb1 / RK3588-evb4 / RK3588-evb5 have no TF-card support
RK3588-evb2 / RK3588-evb3 support TF-card

Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
Change-Id: Ie67bdfba5b6e60c1a092dab2af0d1f96c3b9a1ca
This commit is contained in:
Jianqun Xu
2021-11-11 21:22:29 +08:00
committed by Tao Huang
parent 678be475c7
commit 84bb23a5d3
3 changed files with 9 additions and 1 deletions

View File

@@ -886,7 +886,7 @@
sd-uhs-sdr104;
vmmc-supply = <&vcc_3v3_sd_s0>;
vqmmc-supply = <&vccio_sd_s0>;
status = "okay";
status = "disabled";
};
&u2phy0 {

View File

@@ -278,6 +278,10 @@
status = "okay";
};
&sdmmc {
status = "okay";
};
&u2phy0_otg {
phy-supply = <&vcc5v0_host>;
};

View File

@@ -911,6 +911,10 @@
status = "okay";
};
&sdmmc {
status = "okay";
};
&u2phy1_otg {
phy-supply = <&vcc5v0_host>;
};