mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 1/2] arm: am33xx: add reset duration control register address definition
@ 2016-12-09 14:17 yegorslists
  2016-12-09 14:17 ` [PATCH 2/2] arm: baltos: prolong global reset yegorslists
  2017-01-09 12:55 ` [PATCH 1/2] arm: am33xx: add reset duration control register address definition Sascha Hauer
  0 siblings, 2 replies; 3+ messages in thread
From: yegorslists @ 2016-12-09 14:17 UTC (permalink / raw)
  To: barebox

From: Yegor Yefremov <yegorslists@googlemail.com>

PRM_RSTTIME register provides settings for global and power domain
reset durations.

Signed-off-by: Yegor Yefremov <yegorslists@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


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-01-09 12:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-09 14:17 [PATCH 1/2] arm: am33xx: add reset duration control register address definition yegorslists
2016-12-09 14:17 ` [PATCH 2/2] arm: baltos: prolong global reset yegorslists
2017-01-09 12:55 ` [PATCH 1/2] arm: am33xx: add reset duration control register address definition Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox