summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap/include/mach/omap3-silicon.h
diff options
context:
space:
mode:
authorJuergen Kilb <J.Kilb@phytec.de>2011-09-09 14:10:53 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2011-09-12 12:31:08 +0200
commit9c2a52539828710fa239b9d772c3d3538a87355d (patch)
treeb8dd2db9729cf0414db94cda320c7528e49d243e /arch/arm/mach-omap/include/mach/omap3-silicon.h
parent8cc995ed42c7277ce1210bcfa42b60f4f8c6b9e0 (diff)
downloadbarebox-9c2a52539828710fa239b9d772c3d3538a87355d.tar.gz
barebox-9c2a52539828710fa239b9d772c3d3538a87355d.tar.xz
Add Reset Support for omap3.
Inspired from reset_cpu in omap4_generic.c. Signed-off-by: Juergen Kilb <j.kilb@phytec.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-omap/include/mach/omap3-silicon.h')
-rw-r--r--arch/arm/mach-omap/include/mach/omap3-silicon.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-omap/include/mach/omap3-silicon.h b/arch/arm/mach-omap/include/mach/omap3-silicon.h
index 0e6a45f8fd..67f77476a9 100644
--- a/arch/arm/mach-omap/include/mach/omap3-silicon.h
+++ b/arch/arm/mach-omap/include/mach/omap3-silicon.h
@@ -132,5 +132,8 @@
#define OMAP_SDRC_CS0 0x80000000
#define OMAP_SDRC_CS1 0xA0000000
+/* PRM */
+#define PRM_RSTCTRL_RESET 0x04
+
#endif /* __ASM_ARCH_OMAP3_H */