mirror of
https://xff.cz/git/u-boot/
synced 2025-11-02 03:17:29 +01:00
ddr: marvell: update ddr controller init and freq
Update the calculation for tWR and tPD. This improves the DDR refresh interval and brings the initialization into line with the binary blobs currently being supplied by Marvell. Signed-off-by: Chris Packham <judge.packham@gmail.com> Signed-off-by: Stefan Roese <sr@denx.de>
This commit is contained in:
committed by
Stefan Roese
parent
8bddf678db
commit
672e559830
@@ -70,7 +70,8 @@ enum speed_bin_table_elements {
|
||||
SPEED_BIN_TWTR,
|
||||
SPEED_BIN_TRTP,
|
||||
SPEED_BIN_TWR,
|
||||
SPEED_BIN_TMOD
|
||||
SPEED_BIN_TMOD,
|
||||
SPEED_BIN_TXPDLL
|
||||
};
|
||||
|
||||
#endif /* _DDR3_TOPOLOGY_DEF_H */
|
||||
|
||||
Reference in New Issue
Block a user