patch-2.4.25 linux-2.4.25/arch/mips/au1000/pb1500/board_setup.c

Next file: linux-2.4.25/arch/mips/au1000/pb1550/Makefile
Previous file: linux-2.4.25/arch/mips/au1000/pb1100/board_setup.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.24/arch/mips/au1000/pb1500/board_setup.c linux-2.4.25/arch/mips/au1000/pb1500/board_setup.c
@@ -132,8 +132,8 @@
 	au_sync();
 #endif
 
-	/* Enable BCLK switching */
-	au_writel(0x00000060, 0xb190003c);
+	/* Enable sys bus clock divider when IDLE state or no bus activity. */
+	au_writel(au_readl(SYS_POWERCTRL) | (0x3 << 5), SYS_POWERCTRL);
 
 #ifdef CONFIG_RTC
 	rtc_ops = &pb1500_rtc_ops;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)