|
@@ -84,41 +84,17 @@ static int read_eeprom(struct am335x_baseboard_id *header)
|
|
|
|
|
|
#ifndef CONFIG_SKIP_LOWLEVEL_INIT
|
|
|
static const struct ddr_data ddr2_data = {
|
|
|
- .datardsratio0 = ((MT47H128M16RT25E_RD_DQS<<30) |
|
|
|
- (MT47H128M16RT25E_RD_DQS<<20) |
|
|
|
- (MT47H128M16RT25E_RD_DQS<<10) |
|
|
|
- (MT47H128M16RT25E_RD_DQS<<0)),
|
|
|
- .datawdsratio0 = ((MT47H128M16RT25E_WR_DQS<<30) |
|
|
|
- (MT47H128M16RT25E_WR_DQS<<20) |
|
|
|
- (MT47H128M16RT25E_WR_DQS<<10) |
|
|
|
- (MT47H128M16RT25E_WR_DQS<<0)),
|
|
|
- .datawiratio0 = ((MT47H128M16RT25E_PHY_WRLVL<<30) |
|
|
|
- (MT47H128M16RT25E_PHY_WRLVL<<20) |
|
|
|
- (MT47H128M16RT25E_PHY_WRLVL<<10) |
|
|
|
- (MT47H128M16RT25E_PHY_WRLVL<<0)),
|
|
|
- .datagiratio0 = ((MT47H128M16RT25E_PHY_GATELVL<<30) |
|
|
|
- (MT47H128M16RT25E_PHY_GATELVL<<20) |
|
|
|
- (MT47H128M16RT25E_PHY_GATELVL<<10) |
|
|
|
- (MT47H128M16RT25E_PHY_GATELVL<<0)),
|
|
|
- .datafwsratio0 = ((MT47H128M16RT25E_PHY_FIFO_WE<<30) |
|
|
|
- (MT47H128M16RT25E_PHY_FIFO_WE<<20) |
|
|
|
- (MT47H128M16RT25E_PHY_FIFO_WE<<10) |
|
|
|
- (MT47H128M16RT25E_PHY_FIFO_WE<<0)),
|
|
|
- .datawrsratio0 = ((MT47H128M16RT25E_PHY_WR_DATA<<30) |
|
|
|
- (MT47H128M16RT25E_PHY_WR_DATA<<20) |
|
|
|
- (MT47H128M16RT25E_PHY_WR_DATA<<10) |
|
|
|
- (MT47H128M16RT25E_PHY_WR_DATA<<0)),
|
|
|
+ .datardsratio0 = MT47H128M16RT25E_RD_DQS,
|
|
|
+ .datafwsratio0 = MT47H128M16RT25E_PHY_FIFO_WE,
|
|
|
+ .datawrsratio0 = MT47H128M16RT25E_PHY_WR_DATA,
|
|
|
};
|
|
|
|
|
|
static const struct cmd_control ddr2_cmd_ctrl_data = {
|
|
|
.cmd0csratio = MT47H128M16RT25E_RATIO,
|
|
|
- .cmd0iclkout = MT47H128M16RT25E_INVERT_CLKOUT,
|
|
|
|
|
|
.cmd1csratio = MT47H128M16RT25E_RATIO,
|
|
|
- .cmd1iclkout = MT47H128M16RT25E_INVERT_CLKOUT,
|
|
|
|
|
|
.cmd2csratio = MT47H128M16RT25E_RATIO,
|
|
|
- .cmd2iclkout = MT47H128M16RT25E_INVERT_CLKOUT,
|
|
|
};
|
|
|
|
|
|
static const struct emif_regs ddr2_emif_reg_data = {
|