diff options
Diffstat (limited to 'include/ufs/ufs_quirks.h')
| -rw-r--r-- | include/ufs/ufs_quirks.h | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/include/ufs/ufs_quirks.h b/include/ufs/ufs_quirks.h index 41ff44dfa1db..e9c59ec1ceae 100644 --- a/include/ufs/ufs_quirks.h +++ b/include/ufs/ufs_quirks.h @@ -101,10 +101,12 @@ struct ufs_dev_quirk { #define UFS_DEVICE_QUIRK_SUPPORT_EXTENDED_FEATURES (1 << 10) /* - * Some UFS devices require delay after VCC power rail is turned-off. - * Enable this quirk to introduce 5ms delays after VCC power-off during - * suspend flow. + * Some ufs devices may need more time to be in hibern8 before exiting. + * Enable this quirk to give it an additional 100us. */ -#define UFS_DEVICE_QUIRK_DELAY_AFTER_LPM (1 << 11) +#define UFS_DEVICE_QUIRK_PA_HIBER8TIME (1 << 12) + +/* Some UFS 4 devices do not support the qTimestamp attribute */ +#define UFS_DEVICE_QUIRK_NO_TIMESTAMP_SUPPORT (1 << 13) #endif /* UFS_QUIRKS_H_ */ |
