mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-13 23:34:05 +08:00
scsi: ufs: ufs-exynos: Change pclk available max value
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>
This commit is contained in:
parent
10fb4f8743
commit
e387d448e4
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user