Skip to content

Commit

Permalink
arm: mvebu: clearfog: enable both DDR clocks
Browse files Browse the repository at this point in the history
Enabled both DDR clock signals to support Clearfog variants (currently,
Clearfog GTR) that need both clocks.

Reviewed-by: Stefan Roese <[email protected]>
Signed-off-by: Baruch Siach <[email protected]>
  • Loading branch information
baruchsiach authored and stroese committed Jan 21, 2020
1 parent d67b98e commit 66646fa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion board/solidrun/clearfog/clearfog.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 66646fa

Please sign in to comment.