From: Jan Luebbe <jlu@pengutronix.de>
To: barebox@lists.infradead.org
Subject: [PATCH 1/4] arm: omap: clocks: move CM_REG and PRM_REG macros
Date: Wed, 12 Dec 2012 12:54:24 +0100 [thread overview]
Message-ID: <1355313267-22859-2-git-send-email-jlu@pengutronix.de> (raw)
In-Reply-To: <1355313267-22859-1-git-send-email-jlu@pengutronix.de>
These macros will be used by AM33xx as well, so move them to clocks.h.
Based on a patch by Teresa Gámez <t.gamez@phytec.de>.
Signed-off-by: Jan Luebbe <jlu@pengutronix.de>
---
arch/arm/mach-omap/include/mach/clocks.h | 3 +++
arch/arm/mach-omap/include/mach/omap3-clock.h | 3 ---
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/arch/arm/mach-omap/include/mach/clocks.h b/arch/arm/mach-omap/include/mach/clocks.h
index cbadec7..ab6f15d 100644
--- a/arch/arm/mach-omap/include/mach/clocks.h
+++ b/arch/arm/mach-omap/include/mach/clocks.h
@@ -34,6 +34,9 @@
#define S26M 26000000
#define S38_4M 38400000
+#define CM_REG(REGNAME) (OMAP_CM_BASE + CM_##REGNAME)
+#define PRM_REG(REGNAME) (OMAP_PRM_BASE + PRM_##REGNAME)
+
#ifdef CONFIG_ARCH_OMAP3
#include <mach/omap3-clock.h>
#endif
diff --git a/arch/arm/mach-omap/include/mach/omap3-clock.h b/arch/arm/mach-omap/include/mach/omap3-clock.h
index 00ce6a5..f41e052 100644
--- a/arch/arm/mach-omap/include/mach/omap3-clock.h
+++ b/arch/arm/mach-omap/include/mach/omap3-clock.h
@@ -23,8 +23,6 @@
#define _OMAP343X_CLOCKS_H_
/** CM Clock Regs Wrapper */
-#define CM_REG(REGNAME) (OMAP_CM_BASE + CM_##REGNAME)
-
#define CM_FCLKEN_IVA2 0X0000
#define CM_CLKEN_PLL_IVA2 0X0004
#define CM_IDLEST_PLL_IVA2 0X0024
@@ -73,7 +71,6 @@
#define CM_CLKSTCTRL_USBH 0x1448
/** PRM Clock Regs */
-#define PRM_REG(REGNAME) (OMAP_PRM_BASE + PRM_##REGNAME)
#define PRM_CLKSEL 0x0D40
#define PRM_RSTCTRL 0x1250
#define PRM_CLKSRC_CTRL 0x1270
--
1.7.10.4
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next prev parent reply other threads:[~2012-12-12 11:55 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-12-12 11:54 Add AM335x & BeagleBone support Jan Luebbe
2012-12-12 11:54 ` Jan Luebbe [this message]
2012-12-12 11:54 ` [PATCH 2/4] arm: omap: timers: split omap3/4 timer into a separate header Jan Luebbe
2012-12-12 11:54 ` [PATCH 3/4] ARM OMAP AM33XX: create new ARCH for AM33xx Jan Luebbe
2012-12-12 11:54 ` [PATCH 4/4] arm: beaglebone: add first-stage support for AM335x and board Jan Luebbe
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1355313267-22859-2-git-send-email-jlu@pengutronix.de \
--to=jlu@pengutronix.de \
--cc=barebox@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox