diff options
| author | Brad Griffis <[email protected]> | 2019-04-29 09:59:33 +0530 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2019-05-05 08:48:50 -0400 |
| commit | 5adcbe064357948435e04774a34c814d65e6d2e0 (patch) | |
| tree | 79f4197280105ac3970f30f5a3b35abede59e06c | |
| parent | 1dbd9a7b17da299af4675894b55e7ef8e0e18319 (diff) | |
board: ti: am43xx: Enable hardware leveling
Remove the RDLVL_MASK, RDLVLGATE_MASK, WRLVL_MASK & enable
PHY_INVERT_CLKOUT to enable Hardware leveling for am437x
as recommended by EMIF Tools app note:
http://www.ti.com/lit/an/sprac70/sprac70.pdf
Signed-off-by: Brad Griffis <[email protected]>
Signed-off-by: Keerthy <[email protected]>
| -rw-r--r-- | board/ti/am43xx/board.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/ti/am43xx/board.c b/board/ti/am43xx/board.c index 536c5b88ed5..d29a22cf05f 100644 --- a/board/ti/am43xx/board.c +++ b/board/ti/am43xx/board.c @@ -244,7 +244,7 @@ const struct emif_regs ddr3_emif_regs_400Mhz_production = { .read_idle_ctrl = 0x00050000, .zq_config = 0x50074BE4, .temp_alert_config = 0x0, - .emif_ddr_phy_ctlr_1 = 0x0E004008, + .emif_ddr_phy_ctlr_1 = 0x00048008, .emif_ddr_ext_phy_ctrl_1 = 0x08020080, .emif_ddr_ext_phy_ctrl_2 = 0x00000066, .emif_ddr_ext_phy_ctrl_3 = 0x00000091, |
