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:
H. Nikolaus Schaller <hns@goldelico.com>
Loading
Please register or sign in to comment