mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-11 07:04:22 +00:00
feat(stm32mp25-fdts): enable WDQS for LPDDR4
Enable WDQS extension mode requested by some device manufacturers. No impact on other devices. Signed-off-by: Nicolas Le Bayon <nicolas.le.bayon@foss.st.com> Change-Id: I010b3932dd363c03e34b879fd68adae6dd28c27a
This commit is contained in:
parent
811b8b47fb
commit
29917d3a12
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@
|
|||
#define DDR_UIA_DISDYNADRTRI_0 0x00000001
|
||||
#define DDR_UIA_PHYMSTRTRAININTERVAL_0 0x0000000A
|
||||
#define DDR_UIA_PHYMSTRMAXREQTOACK_0 0x00000005
|
||||
#define DDR_UIA_WDQSEXT 0x00000000
|
||||
#define DDR_UIA_WDQSEXT 0x00000001
|
||||
#define DDR_UIA_CALINTERVAL 0x00000009
|
||||
#define DDR_UIA_CALONCE 0x00000000
|
||||
#define DDR_UIA_LP4RL_0 0x00000004
|
||||
|
|
Loading…
Add table
Reference in a new issue