init: enable DQ-DQS training for LPDDR4 PHYs with output delays
This commit is contained in:
parent
26c9f82c1b
commit
98f2f24e20
|
@ -690,6 +690,8 @@ def get_sdram_phy_c_header(phy_settings, timing_settings):
|
|||
'K7LPDDR4PHY', 'V7LPDDR4PHY']:
|
||||
r += "#define SDRAM_PHY_WRITE_LATENCY_CALIBRATION_CAPABLE\n"
|
||||
r += "#define SDRAM_PHY_READ_LEVELING_CAPABLE\n"
|
||||
if phytype in ['K7LPDDR4PHY', 'V7LPDDR4PHY']:
|
||||
r += "#define SDRAM_PHY_WRITE_DQ_DQS_TRAINING_CAPABLE\n"
|
||||
if phytype in ["ECP5DDRPHY"]:
|
||||
r += "#define SDRAM_PHY_READ_LEVELING_CAPABLE\n"
|
||||
if phytype in ["LPDDR4SIMPHY"]:
|
||||
|
|
Loading…
Reference in New Issue