Update of /cvsroot/linux-mips/linux/arch/mips/au1000/pb1100
In directory usw-pr-cvs1:/tmp/cvs-serv27546a/arch/mips/au1000/pb1100
Modified Files:
setup.c
Log Message:
enable BCLK switching.
Index: setup.c
===================================================================
RCS file: /cvsroot/linux-mips/linux/arch/mips/au1000/pb1100/setup.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- setup.c 17 Apr 2002 23:59:09 -0000 1.2
+++ setup.c 18 Apr 2002 20:28:43 -0000 1.3
@@ -230,9 +230,7 @@
while (readl(SYS_COUNTER_CNTRL) & SYS_CNTRL_T0S);
writel(0, SYS_TOYTRIM);
- ///* Enable BCLK switching */
- // this is disabled to bring up epson sed part
- //writel(0x00000060, 0xb190003c);
+ writel(0x00000060, 0xb190003c);
#ifdef CONFIG_RTC
rtc_ops = &pb1500_rtc_ops;
|