Skip to content

Commit dc7d4eb

Browse files
committed
Use highspeed configuration for emmc
Change-Id: I96dfb99dec77f4f576deae15db20be744d357524 Reviewed-on: https://tp-biosrd-v02/gerrit/80231 Reviewed-by: Alex Cheng(鄭富元) <Alex_Cheng@asus.com> Tested-by: Alex Cheng(鄭富元) <Alex_Cheng@asus.com>
1 parent 1a9d3e4 commit dc7d4eb

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

arch/arm/boot/dts/rk3288-miniarm.dts

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -897,3 +897,17 @@
897897

898898
#cooling-cells = <2>; /* min followed by max */
899899
};
900+
901+
&emmc {
902+
bus-width = <8>;
903+
cap-mmc-highspeed;
904+
disable-wp;
905+
non-removable;
906+
num-slots = <1>;
907+
pinctrl-names = "default";
908+
pinctrl-0 = <&emmc_clk &emmc_cmd &emmc_pwr &emmc_bus8>;
909+
max-frequency = <100000000>;
910+
mmc-hs200-1_8v;
911+
mmc-ddr-1_8v;
912+
status = "okay";
913+
};

0 commit comments

Comments
 (0)