[PATCH 1/2] arm: am33xx: add reset duration control register address definition
yegorslists at googlemail.com
yegorslists at googlemail.com
Fri Dec 9 06:17:14 PST 2016
From: Yegor Yefremov <yegorslists at googlemail.com>
PRM_RSTTIME register provides settings for global and power domain
reset durations.
Signed-off-by: Yegor Yefremov <yegorslists at googlemail.com>
---
arch/arm/mach-omap/include/mach/am33xx-silicon.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/mach-omap/include/mach/am33xx-silicon.h b/arch/arm/mach-omap/include/mach/am33xx-silicon.h
index e17e609..10595d5 100644
--- a/arch/arm/mach-omap/include/mach/am33xx-silicon.h
+++ b/arch/arm/mach-omap/include/mach/am33xx-silicon.h
@@ -71,6 +71,7 @@
#define AM33XX_PRM_RSTCTRL (AM33XX_PRM_BASE + 0x0f00)
#define AM33XX_PRM_RSTCTRL_RESET 0x1
+#define AM33XX_PRM_RSTTIME (AM33XX_PRM_BASE + 0x0f04)
#define AM33XX_PRM_RSTST (AM33XX_PRM_BASE + 0x0f08)
/* CTRL */
--
2.1.4
More information about the barebox
mailing list