]> git.baikalelectronics.ru Git - uboot.git/commit
ARM: mvebu: x530: clearfog: Add ODT configuration
authorChris Packham <judge.packham@gmail.com>
Tue, 1 Mar 2022 00:53:23 +0000 (13:53 +1300)
committerStefan Roese <sr@denx.de>
Fri, 4 Mar 2022 07:38:05 +0000 (08:38 +0100)
commitc9424a4bfcf38b97b7226c6ee5aa5c226809bf3c
tree7d123d6009b357431c4e24453df49eab9becdf46
parentb7f186a12f88bffda8de6f54bc341f12d7196835
ARM: mvebu: x530: clearfog: Add ODT configuration

Commit da697c1edef8 ("ddr: marvell: a38x: allow board specific ODT
configuration") added the odt_config member to struct
mv_ddr_topology_map ahead of the clk_enable and ck_delay members. This
means that any boards that configured either of clk_enable or ck_delay
needed to have their board topology updated. This affects the x530 and
clearfog boards. Other A38x boards don't touch any of the trailing
members of mv_ddr_topology_map so don't need updating.

Fixes: da697c1edef8 ("ddr: marvell: a38x: allow board specific ODT configuration")
Signed-off-by: Chris Packham <judge.packham@gmail.com>
Acked-by: Baruch Siach <baruch@tkos.co.il>
Reviewed-by: Stefan Roese <sr@denx.de>
board/alliedtelesis/x530/x530.c
board/solidrun/clearfog/clearfog.c