Skip to content
Snippets Groups Projects
Commit 66646fa8 authored by Baruch Siach's avatar Baruch Siach Committed by Stefan Roese
Browse files

arm: mvebu: clearfog: enable both DDR clocks


Enabled both DDR clock signals to support Clearfog variants (currently,
Clearfog GTR) that need both clocks.

Reviewed-by: default avatarStefan Roese <sr@denx.de>
Signed-off-by: default avatarBaruch Siach <baruch@tkos.co.il>
parent d67b98ed
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,10 @@ static struct mv_ddr_topology_map board_topology_map = {
BUS_MASK_32BIT, /* Busses mask */
MV_DDR_CFG_DEFAULT, /* ddr configuration data source */
{ {0} }, /* raw spd data */
{0} /* timing parameters */
{0}, /* timing parameters */
{ {0} }, /* electrical configuration */
{0,}, /* electrical parameters */
0x3, /* clock enable mask */
};
struct mv_ddr_topology_map *mv_ddr_topology_map_get(void)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment