drivers: rkflash: Fix the error definition of SFC dll cells

Change-Id: I7429a115df0719c918834886c4f6ef7823ef1414
Signed-off-by: Jon Lin <jon.lin@rock-chips.com>
This commit is contained in:
Jon Lin
2022-12-01 22:30:56 +08:00
parent 672e9f75a6
commit b61d383393

View File

@ -68,8 +68,8 @@
/* SFC_DLL_CTRL Register */
#define SCLK_SMP_SEL_EN BIT(15) /* SCLK Sampling Selection */
#define SCLK_SMP_SEL_MAX_V4 0x1FF
#define SCLK_SMP_SEL_MAX_V5 0xFF
#define SCLK_SMP_SEL_MAX_V4 0xFF
#define SCLK_SMP_SEL_MAX_V5 0x1FF
#define SFC_DLL_TRANING_STEP 10 /* Training step */
#define SFC_DLL_TRANING_VALID_WINDOW 80 /* Valid DLL winbow */