am43xx: Re-sync emif4d5 for changes to support HW leveling on OMAP5

Cc: Sricharan R <r.sricharan@ti.com>
Cc: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: Tom Rini <trini@ti.com>
This commit is contained in:
Tom Rini 2013-11-07 14:40:07 -05:00
parent 6d64d17394
commit df561c5e68
2 changed files with 5 additions and 0 deletions

View File

@ -67,6 +67,8 @@ static void ext_phy_settings(const struct emif_regs *regs,
writel(*ext_phy_ctrl_base++, emif_ext_phy_ctrl_base++);
}
/* TODO: Reconcile with OMAP5/DRA7xx changes */
#define EMIF_EXT_PHY_CTRL_CONST_REG 0x14
for (i = 0; i < EMIF_EXT_PHY_CTRL_CONST_REG; i++) {
writel(ext_phy_ctrl_const_regs[i],
emif_ext_phy_ctrl_base++);

View File

@ -123,6 +123,9 @@ const struct emif_regs emif_regs_lpddr2 = {
.emif_ddr_ext_phy_ctrl_5 = 0x00500050
};
/* TODO: Reconcile with OMAP5/DRA7xx changes */
#define EMIF_EXT_PHY_CTRL_CONST_REG 0x14
const u32 ext_phy_ctrl_const_base_lpddr2[EMIF_EXT_PHY_CTRL_CONST_REG] = {
0x00500050,
0x00350035,