Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73017
b: refs/heads/master
c: f5cd9f1
h: refs/heads/master
i:
  73015: 17e002d
v: v3
  • Loading branch information
Ralf Baechle committed Nov 2, 2007
1 parent 7953222 commit c27965b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c8925297e875168a7c08965b4f80b418524fb8ce
refs/heads/master: f5cd9f14e2660e610d8bb99ce723ef098b65ae9c
6 changes: 5 additions & 1 deletion trunk/arch/mips/au1000/pb1200/board_setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,11 @@ void board_reset(void)
void __init board_setup(void)
{
char *argptr = NULL;
u32 pin_func;

#if 0
{
u32 pin_func;

/* Enable PSC1 SYNC for AC97. Normaly done in audio driver,
* but it is board specific code, so put it here.
*/
Expand All @@ -81,11 +83,13 @@ void __init board_setup(void)

au_writel(0, (u32)bcsr|0x10); /* turn off pcmcia power */
au_sync();
}
#endif

#if defined(CONFIG_I2C_AU1550)
{
u32 freq0, clksrc;
u32 pin_func;

/* Select SMBUS in CPLD */
bcsr->resets &= ~(BCSR_RESETS_PCS0MUX);
Expand Down

0 comments on commit c27965b

Please sign in to comment.