patch-2.4.14 linux/arch/arm/mach-sa1100/freebird.c

Next file: linux/arch/arm/mach-sa1100/graphicsclient.c
Previous file: linux/arch/arm/mach-sa1100/dma-sa1111.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.13/linux/arch/arm/mach-sa1100/freebird.c linux/arch/arm/mach-sa1100/freebird.c
@@ -50,6 +50,11 @@
 
 	sa1100_register_uart(0, 3);
 	sa1100_register_uart(1, 1);
+
+	/* Set up sleep mode registers */
+	PWER = 0x1;
+	PGSR = 0x0;
+	PCFR = PCFR_OPDE | PCFR_FP | PCFR_FS;
 }
 
 MACHINE_START(FREEBIRD, "Freebird-HPC-1.1")

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