ODROID-COMMON: Support for emmc HS400 mode.

Change-Id: I4dfcb28e9c93ba09214436190b82c025d3527f31
This commit is contained in:
Kevin Kim
2018-10-11 16:49:40 +09:00
committed by Chris KIM
parent 87d8419e91
commit 3bc0121f13
2 changed files with 10 additions and 5 deletions

View File

@@ -319,14 +319,19 @@
"MMC_CAP_MMC_HIGHSPEED",
"MMC_CAP_SD_HIGHSPEED",
"MMC_CAP_NONREMOVABLE",
/* "MMC_CAP_1_8V_DDR", */
"MMC_CAP_1_8V_DDR",
"MMC_CAP_HW_RESET",
"MMC_CAP_ERASE",
"MMC_CAP_CMD23";
caps2 = "MMC_CAP2_HS200";
/* "MMC_CAP2_HS400";*/
caps2 = "MMC_CAP2_HS200_1_8V_SDR",
"MMC_CAP2_BROKEN_VOLTAGE",
"MMC_CAP2_HS400_ES",
"MMC_CAP2_HS400_1_8V";
f_min = <400000>;
f_max = <200000000>;
f_max = <120000000>;
card_type = <1>;
gpio_dat3 = <&gpio BOOT_3 GPIO_ACTIVE_HIGH>;
hw_reset = <&gpio BOOT_12 GPIO_ACTIVE_HIGH>;
};
};

View File

@@ -821,7 +821,7 @@ RETRY:
pdata->intf3 = intf3;
retry--;
if (retry == 0) {
pr_warn("[%s][%d] retry eyetest failed-line:%d\n",
pr_debug("[%s][%d] retry eyetest failed-line:%d\n",
__func__, __LINE__, line_x);
return 1;
}