]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/mips/au1000/common/reset.c
[MIPS] Simple patch to power off DBAU1200
[linux-2.6-omap-h63xx.git] / arch / mips / au1000 / common / reset.c
index 96a211400f34246be965732007c1c343c25d5969..c93af224c1b389f1296c12951caf9ef5b0686992 100644 (file)
@@ -175,6 +175,9 @@ void au1000_halt(void)
 #ifdef CONFIG_MIPS_MIRAGE
        au_writel((1 << 26) | (1 << 10), GPIO2_OUTPUT);
 #endif
+#ifdef CONFIG_MIPS_DB1200
+       au_writew(au_readw(0xB980001C) | (1<<14), 0xB980001C);
+#endif
 #ifdef CONFIG_PM
        au_sleep();