Skip to content

Commit 5278917

Browse files
petegriffinmartinkpetersen
authored andcommitted
scsi: ufs: exynos: gs101: Remove EXYNOS_UFS_OPT_BROKEN_AUTO_CLK_CTRL
Auto clk control works fine for gs101, so remove EXYNOS_UFS_OPT_BROKEN_AUTO_CLK_CTRL flag. Signed-off-by: Peter Griffin <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Tudor Ambarus <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
1 parent c662ced commit 5278917

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

drivers/ufs/host/ufs-exynos.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2138,8 +2138,7 @@ static const struct exynos_ufs_drv_data gs101_ufs_drvs = {
21382138
UFSHCD_QUIRK_BROKEN_OCS_FATAL_ERROR |
21392139
UFSHCI_QUIRK_SKIP_MANUAL_WB_FLUSH_CTRL |
21402140
UFSHCD_QUIRK_SKIP_DEF_UNIPRO_TIMEOUT_SETTING,
2141-
.opts = EXYNOS_UFS_OPT_BROKEN_AUTO_CLK_CTRL |
2142-
EXYNOS_UFS_OPT_SKIP_CONFIG_PHY_ATTR |
2141+
.opts = EXYNOS_UFS_OPT_SKIP_CONFIG_PHY_ATTR |
21432142
EXYNOS_UFS_OPT_UFSPR_SECURE |
21442143
EXYNOS_UFS_OPT_TIMER_TICK_SELECT,
21452144
.drv_init = exynosauto_ufs_drv_init,

0 commit comments

Comments
 (0)