From: Pete P. <pp...@us...> - 2002-09-25 07:39:02
|
Update of /cvsroot/linux-mips/linux/arch/mips/au1000/pb1100 In directory usw-pr-cvs1:/tmp/cvs-serv13662/arch/mips/au1000/pb1100 Modified Files: setup.c Log Message: Au updates and Hydrogen Board support. Index: setup.c =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/au1000/pb1100/setup.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- setup.c 18 Jun 2002 23:07:27 -0000 1.5 +++ setup.c 25 Sep 2002 07:38:58 -0000 1.6 @@ -235,6 +235,7 @@ while (au_readl(SYS_COUNTER_CNTRL) & SYS_CNTRL_T0S); au_writel(0, SYS_TOYTRIM); + /* Enable BCLK switching */ au_writel(0x00000060, 0xb190003c); #ifdef CONFIG_RTC |