* [PATCH] AM35xx: Initialize omap_chip bits
@ 2009-11-10 4:21 Ranjith Lohithakshan
2009-11-11 2:27 ` [APPLIED] " Tony Lindgren
0 siblings, 1 reply; 2+ messages in thread
From: Ranjith Lohithakshan @ 2009-11-10 4:21 UTC (permalink / raw)
To: linux-omap; +Cc: ranjithl
AM35xx is functionally similar to OMAP3430 ES3.1 from a
powerdomain/clockdomain perspective. This patch initializes the
omap_chip bits on AM35xx for use by powerdomain and clockdomain code.
Signed-off-by: Ranjith Lohithakshan <ranjithl@ti.com>
---
Applies on for-next
arch/arm/mach-omap2/id.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/arch/arm/mach-omap2/id.c b/arch/arm/mach-omap2/id.c
index f77dba1..5396785 100644
--- a/arch/arm/mach-omap2/id.c
+++ b/arch/arm/mach-omap2/id.c
@@ -372,6 +372,8 @@ void __init omap2_check_revision(void)
} else if (cpu_is_omap242x()) {
/* Currently only supports 2420ES2.1.1 and 2420-all */
omap_chip.oc |= CHIP_IS_OMAP2420;
+ } else if (cpu_is_omap3505() || cpu_is_omap3517()) {
+ omap_chip.oc = CHIP_IS_OMAP3430 | CHIP_IS_OMAP3430ES3_1;
} else if (cpu_is_omap343x()) {
omap_chip.oc = CHIP_IS_OMAP3430;
if (omap_rev() == OMAP3430_REV_ES1_0)
--
1.6.2.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [APPLIED] [PATCH] AM35xx: Initialize omap_chip bits
2009-11-10 4:21 [PATCH] AM35xx: Initialize omap_chip bits Ranjith Lohithakshan
@ 2009-11-11 2:27 ` Tony Lindgren
0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2009-11-11 2:27 UTC (permalink / raw)
To: linux-omap
This patch has been applied to the linux-omap
by youw fwiendly patch wobot.
Branch in linux-omap: for-next
Initial commit ID (Likely to change): be8f758c7ea40290790af0514632c00389f9f1a8
PatchWorks
http://patchwork.kernel.org/patch/58948/
Git (Likely to change, and takes a while to get mirrored)
http://git.kernel.org/?p=linux/kernel/git/tmlind/linux-omap-2.6.git;a=commit;h=be8f758c7ea40290790af0514632c00389f9f1a8
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-11-11 2:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-10 4:21 [PATCH] AM35xx: Initialize omap_chip bits Ranjith Lohithakshan
2009-11-11 2:27 ` [APPLIED] " Tony Lindgren
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox