diff options
| author | Martin K. Petersen <martin.petersen@oracle.com> | 2025-10-29 23:03:15 -0400 |
|---|---|---|
| committer | Martin K. Petersen <martin.petersen@oracle.com> | 2025-10-29 23:03:15 -0400 |
| commit | 041ef13bd08d7a48dc24c60bb991a0daa3b58fd7 (patch) | |
| tree | 4729d5d4aa34020e950d3b2e61d1af6a86c2fecd /include/ufs | |
| parent | e9ff858c9adff26f5d2f77d3575e39fb1470027c (diff) | |
| parent | 769b8b2ffded4cd880669edd83e2952efeeb27f7 (diff) | |
Merge patch series "ufs: Add support for AMD Versal Gen2 UFS"
Ajay Neeli <ajay.neeli@amd.com> says:
This patch series adds support for the UFS driver on the AMD Versal
Gen 2 SoC. It includes:
- Device tree bindings and driver implementation.
- Secure read support for the secure retrieval of UFS calibration
values.
The UFS host driver is based upon the Synopsis DesignWare (DWC) UFS
architecture, utilizing the existing UFSHCD_DWC and UFSHCD_PLATFORM
drivers.
Link: https://patch.msgid.link/20251021113003.13650-1-ajay.neeli@amd.com
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'include/ufs')
| -rw-r--r-- | include/ufs/unipro.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ufs/unipro.h b/include/ufs/unipro.h index 498ec9028b3c..59de737490ca 100644 --- a/include/ufs/unipro.h +++ b/include/ufs/unipro.h @@ -179,6 +179,7 @@ #define VS_POWERSTATE 0xD083 #define VS_MPHYCFGUPDT 0xD085 #define VS_DEBUGOMC 0xD09E +#define VS_MPHYDISABLE 0xD0C1 #define PA_GRANULARITY_MIN_VAL 1 #define PA_GRANULARITY_MAX_VAL 6 |