Skip to content

Commit

Permalink
scsi: ufs: ufs-exynos: Change pclk available max value
Browse files Browse the repository at this point in the history
To support 167MHz PCLK, we need to adjust the maximum value.

Link: https://lore.kernel.org/r/20211018124216.153072-4-chanho61.park@samsung.com
Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com>
Reviewed-by: Inki Dae <inki.dae@samsung.com>
Signed-off-by: Chanho Park <chanho61.park@samsung.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
  • Loading branch information
Chanho Park authored and Martin K. Petersen committed Oct 28, 2021
1 parent 10fb4f8 commit e387d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/scsi/ufs/ufs-exynos.h
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ struct exynos_ufs;
#define PA_HIBERN8TIME_VAL 0x20

#define PCLK_AVAIL_MIN 70000000
#define PCLK_AVAIL_MAX 133000000
#define PCLK_AVAIL_MAX 167000000

struct exynos_ufs_uic_attr {
/* TX Attributes */
Expand Down

0 comments on commit e387d44

Please sign in to comment.