Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1861)

Unified Diff: arch/arm/mach-tegra/board-seaboard-power.c

Issue 6895005: [1/2] CHROMIUM: ARM: Tegra: Seaboard: Add vdd_dmic regulator consumer (Closed) Base URL: http://git.chromium.org/git/kernel-next.git@chromeos-2.6.37
Patch Set: Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: arch/arm/mach-tegra/board-seaboard-power.c
diff --git a/arch/arm/mach-tegra/board-seaboard-power.c b/arch/arm/mach-tegra/board-seaboard-power.c
index 0ed40b73d02ccac2756305e865c661d6286412e2..644677fc195e2345b1ff673ecfb4ab80a3412246 100644
--- a/arch/arm/mach-tegra/board-seaboard-power.c
+++ b/arch/arm/mach-tegra/board-seaboard-power.c
@@ -64,6 +64,7 @@ static struct regulator_consumer_supply tps658621_ldo5_supply[] = {
};
static struct regulator_consumer_supply tps658621_ldo6_supply[] = {
REGULATOR_SUPPLY("vddio_vi", NULL),
+ REGULATOR_SUPPLY("vdd_dmic", NULL),
};
static struct regulator_consumer_supply tps658621_ldo7_supply[] = {
REGULATOR_SUPPLY("avdd_hdmi", NULL),
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698