Skip to content

Commit c9deb9a

Browse files
petegriffinmartinkpetersen
authored andcommitted
scsi: ufs: exynos: Allow max frequencies up to 267Mhz
Platforms such as Tensor gs101 the pclk frequency is 267Mhz. Increase PCLK_AVAIL_MAX so we don't fail the frequency check. Signed-off-by: Peter Griffin <peter.griffin@linaro.org> Link: https://lore.kernel.org/r/20240426122004.2249178-5-peter.griffin@linaro.org Acked-by: Krzysztof Kozlowski <krzk@kernel.org> Tested-by: Will McVicker <willmcvicker@google.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
1 parent 9238cad commit c9deb9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/ufs/host/ufs-exynos.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ struct exynos_ufs;
116116
#define PA_HIBERN8TIME_VAL 0x20
117117

118118
#define PCLK_AVAIL_MIN 70000000
119-
#define PCLK_AVAIL_MAX 167000000
119+
#define PCLK_AVAIL_MAX 267000000
120120

121121
struct exynos_ufs_uic_attr {
122122
/* TX Attributes */

0 commit comments

Comments
 (0)