[U-Boot] [PATCH 4/5] board: ti: am43xx: add AM437x SK PHY Address
Felipe Balbi
balbi at ti.com
Tue Jun 10 21:58:10 CEST 2014
Hi,
On Tue, Jun 10, 2014 at 12:39:08PM -0700, Vaibhav Bedia wrote:
> Hi Felipe,
>
> On Jun 10, 2014 11:45 AM, "Felipe Balbi" <balbi at ti.com> wrote:
> >
> > pass correct PHY Address when running on SK
> > so that we have working ethernet with this board
> > too.
> >
> > Signed-off-by: Felipe Balbi <balbi at ti.com>
> > ---
> > board/ti/am43xx/board.c | 21 +++++++++++++--------
> > 1 file changed, 13 insertions(+), 8 deletions(-)
> >
> > diff --git a/board/ti/am43xx/board.c b/board/ti/am43xx/board.c
> > index b184c20..054a452 100644
> > --- a/board/ti/am43xx/board.c
> > +++ b/board/ti/am43xx/board.c
> > @@ -227,16 +227,16 @@ static const struct emif_regs
> ddr3_sk_emif_regs_400Mhz = {
> > .read_idle_ctrl = 0x00050000,
> > .zq_config = 0x50074be4,
> > .temp_alert_config = 0x0,
> > - .emif_ddr_phy_ctlr_1 = 0x0e084007,
> > + .emif_ddr_phy_ctlr_1 = 0x0e084008,
> > .emif_ddr_ext_phy_ctrl_1 = 0x08020080,
> > - .emif_ddr_ext_phy_ctrl_2 = 0x00700070,
> > - .emif_ddr_ext_phy_ctrl_3 = 0x00700070,
> > - .emif_ddr_ext_phy_ctrl_4 = 0x00700070,
> > - .emif_ddr_ext_phy_ctrl_5 = 0x00700070,
> > + .emif_ddr_ext_phy_ctrl_2 = 0x89,
> > + .emif_ddr_ext_phy_ctrl_3 = 0x90,
> > + .emif_ddr_ext_phy_ctrl_4 = 0x8e,
> > + .emif_ddr_ext_phy_ctrl_5 = 0x8d,
> > .emif_rd_wr_lvl_rmp_win = 0x0,
> > - .emif_rd_wr_lvl_rmp_ctl = 0x0,
> > - .emif_rd_wr_lvl_ctl = 0x0,
> > - .emif_rd_wr_exec_thresh = 0x00000405
> > + .emif_rd_wr_lvl_rmp_ctl = 0x00000000,
> > + .emif_rd_wr_lvl_ctl = 0x00000000,
> > + .emif_rd_wr_exec_thresh = 0x00000000,
> > };
>
> Merge this hunk with the previous patch in the series?
oops :-) bad rebase, I guess.
--
balbi
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20140610/91514b7c/attachment.pgp>
More information about the U-Boot
mailing list