scsi: ufs: ufs-exynos: Change pclk available max value
authorChanho Park <chanho61.park@samsung.com>
Mon, 18 Oct 2021 12:42:04 +0000 (21:42 +0900)
committerMartin K. Petersen <martin.petersen@oracle.com>
Thu, 28 Oct 2021 03:10:10 +0000 (23:10 -0400)
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>
drivers/scsi/ufs/ufs-exynos.h

index dadf4fd10dd8050251edba28635853e706339d41..0a31f77a5f48da08e774accd083ba7fcf9b10dc6 100644 (file)
@@ -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 */