Skip to content

Commit

Permalink
ar71xx: set default values for the fifo cfg registers on AR724x
Browse files Browse the repository at this point in the history
SVN-Revision: 22303
  • Loading branch information
Felix Fietkau committed Jul 20, 2010
1 parent 2fcbada commit bced5d7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions target/linux/ar71xx/files/arch/mips/ar71xx/devices.c
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,13 @@ void __init ar71xx_add_device_eth(unsigned int id)
pdata->set_pll = id ? ar724x_set_pll_ge1
: ar724x_set_pll_ge0;
pdata->is_ar724x = 1;

if (!pdata->fifo_cfg1)
pdata->fifo_cfg1 = 0x0010ffff;
if (!pdata->fifo_cfg2)
pdata->fifo_cfg2 = 0x015500aa;
if (!pdata->fifo_cfg3)
pdata->fifo_cfg3 = 0x01f00140;
break;

case AR71XX_SOC_AR9130:
Expand Down

0 comments on commit bced5d7

Please sign in to comment.