From: t-kristo@ti.com (Tero Kristo)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCHv10 2/4] omap3: voltage: fix channel configuration
Date: Mon, 20 Feb 2012 12:26:06 +0200 [thread overview]
Message-ID: <1329733568-26676-3-git-send-email-t-kristo@ti.com> (raw)
In-Reply-To: <1329733568-26676-1-git-send-email-t-kristo@ti.com>
OMAP3 uses the default settings for VDD1 channel, otherwise the settings will
overlap with VDD2 and attempting to modify VDD1 voltage will actually change
VDD2 voltage.
Signed-off-by: Tero Kristo <t-kristo@ti.com>
---
arch/arm/mach-omap2/vc3xxx_data.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/arm/mach-omap2/vc3xxx_data.c b/arch/arm/mach-omap2/vc3xxx_data.c
index a5ec7f8f..5d8eaf3 100644
--- a/arch/arm/mach-omap2/vc3xxx_data.c
+++ b/arch/arm/mach-omap2/vc3xxx_data.c
@@ -46,6 +46,7 @@ static struct omap_vc_common omap3_vc_common = {
};
struct omap_vc_channel omap3_vc_mpu = {
+ .flags = OMAP_VC_CHANNEL_DEFAULT,
.common = &omap3_vc_common,
.smps_sa_reg = OMAP3_PRM_VC_SMPS_SA_OFFSET,
.smps_volra_reg = OMAP3_PRM_VC_SMPS_VOL_RA_OFFSET,
--
1.7.4.1
next prev parent reply other threads:[~2012-02-20 10:26 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-20 10:26 [PATCHv10 0/4] omap smps regulator support Tero Kristo
2012-02-20 10:26 ` [PATCHv10 1/4] TEMP: OMAP3: beagle rev-c4: enable OPP6 Tero Kristo
2012-02-20 10:26 ` Tero Kristo [this message]
2012-02-20 10:26 ` [PATCHv10 3/4] omap3: add common twl configurations for vdd1 and vdd2 Tero Kristo
2012-02-22 0:00 ` Kevin Hilman
2012-02-22 10:47 ` Tero Kristo
2012-02-22 19:16 ` Kevin Hilman
2012-02-20 10:26 ` [PATCHv10 4/4] omap3: twl: add external controllers for core voltage regulators Tero Kristo
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=1329733568-26676-3-git-send-email-t-kristo@ti.com \
--to=t-kristo@ti.com \
--cc=linux-arm-kernel@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