mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
ddr: marvell: a38x: import header change from upstream
commit 6c705ebc0d70f67ed7cae83ad1978c3305ef25be upstream. The commit mentioned above changes non-DDR3 stuff in upstream, but it also changes header mv_ddr_topology.h. Import this header change to remain consistent with upstream. Signed-off-by: Marek Behún <marek.behun@nic.cz> Tested-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
This commit is contained in:
parent
1dbd0bd599
commit
4d676739b9
1 changed files with 2 additions and 0 deletions
|
@ -179,7 +179,9 @@ enum mv_ddr_dic_evalue {
|
||||||
|
|
||||||
/* phy electrical configuration values */
|
/* phy electrical configuration values */
|
||||||
enum mv_ddr_ohm_evalue {
|
enum mv_ddr_ohm_evalue {
|
||||||
|
MV_DDR_OHM_20 = 20,/*relevant for Synopsys C/A Drive strength only*/
|
||||||
MV_DDR_OHM_30 = 30,
|
MV_DDR_OHM_30 = 30,
|
||||||
|
MV_DDR_OHM_40 = 40,/*relevant for Synopsys C/A Drive strength only*/
|
||||||
MV_DDR_OHM_48 = 48,
|
MV_DDR_OHM_48 = 48,
|
||||||
MV_DDR_OHM_60 = 60,
|
MV_DDR_OHM_60 = 60,
|
||||||
MV_DDR_OHM_80 = 80,
|
MV_DDR_OHM_80 = 80,
|
||||||
|
|
Loading…
Reference in a new issue