We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c662ced commit 5278917Copy full SHA for 5278917
drivers/ufs/host/ufs-exynos.c
@@ -2138,8 +2138,7 @@ static const struct exynos_ufs_drv_data gs101_ufs_drvs = {
2138
UFSHCD_QUIRK_BROKEN_OCS_FATAL_ERROR |
2139
UFSHCI_QUIRK_SKIP_MANUAL_WB_FLUSH_CTRL |
2140
UFSHCD_QUIRK_SKIP_DEF_UNIPRO_TIMEOUT_SETTING,
2141
- .opts = EXYNOS_UFS_OPT_BROKEN_AUTO_CLK_CTRL |
2142
- EXYNOS_UFS_OPT_SKIP_CONFIG_PHY_ATTR |
+ .opts = EXYNOS_UFS_OPT_SKIP_CONFIG_PHY_ATTR |
2143
EXYNOS_UFS_OPT_UFSPR_SECURE |
2144
EXYNOS_UFS_OPT_TIMER_TICK_SELECT,
2145
.drv_init = exynosauto_ufs_drv_init,
0 commit comments