Skip to content
Commit acaee8a7 authored by H. Nikolaus Schaller's avatar H. Nikolaus Schaller
Browse files

pyra 4gb emif:



.emif_ddr_phy_ctlr_1_init is 0x0024400B in the EMIF Tool, but we are
using 0x0030400A.

And emif_ddr_phy_ctlr_1_init needs to be configured in addition
to emif_ddr_phy_ctlr_1 with PHY_INVERT_CLKOUT cleared for
emif_ddr_phy_ctlr_1_init. So this would translate to values:

.emif_ddr_phy_ctlr_1_init       = 0x0020400B,
.emif_ddr_phy_ctlr_1            = 0x0024400B,

They too work just the same and could be used.

Signed-off-by: default avatarH. Nikolaus Schaller <hns@goldelico.com>
parent 532d3d33
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment