diff --git a/arch/arm/dts/rk3568-u-boot.dtsi b/arch/arm/dts/rk3568-u-boot.dtsi index 2c649192425..a82cf06dfda 100644 --- a/arch/arm/dts/rk3568-u-boot.dtsi +++ b/arch/arm/dts/rk3568-u-boot.dtsi @@ -5,14 +5,6 @@ */ / { - aliases { - ethernet0 = &gmac0; - ethernet1 = &gmac1; - mmc0 = &sdhci; - mmc1 = &sdmmc0; - mmc2 = &sdmmc1; - }; - chosen { stdout-path = &uart2; u-boot,spl-boot-order = &sdmmc0, &sdhci, &nandc0, &spi_nand, &spi_nor; @@ -211,14 +203,16 @@ status = "okay"; }; -// &sdhci { -// bus-width = <8>; -// u-boot,dm-spl; -// /delete-property/ pinctrl-names; -// /delete-property/ pinctrl-0; -// mmc-hs200-1_8v; -// status = "okay"; -// }; +&sdhci { + u-boot,dm-spl; + compatible = "rockchip,dwcmshc-sdhci", "snps,dwcmshc-sdhci"; + /delete-property/ reset-names; + /delete-property/ resets; + assigned-clocks = <&cru BCLK_EMMC>, <&cru TCLK_EMMC>; + assigned-clock-rates = <200000000>, <24000000>; + mmc-hs200-1_8v; + status = "okay"; +}; &nandc0 { u-boot,dm-spl; @@ -493,4 +487,3 @@ status = "okay"; }; #endif -