Skip to content
  • H. Nikolaus Schaller's avatar
    pyra 4gb emif: · acaee8a7
    H. Nikolaus Schaller authored
    
    
    .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>
    acaee8a7