summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPreetham Chandru <pchandru@nvidia.com>2012-03-21 20:13:07 +0530
committerSimone Willett <swillett@nvidia.com>2012-03-23 14:01:20 -0700
commit5415c74bd64109d153a2cbcf8e05f50028b60297 (patch)
tree962663e93f288b9f092c163e2eb598027996448a
parent042bad603d2acf6a1159be3a713ab5dac8080427 (diff)
arm: tegra: Specify correct dev name for audio regulators
Specify correct device names for ventana and cardhu speaker and digital mic regulators. Bug 956562 Signed-off-by: Preetham Chandru <pchandru@nvidia.com> Change-Id: Iaa357b3da52dc9f593558b7f7e0ffda10ce8d938 Reviewed-on: http://git-master/r/91531 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Kiran Adduri <kadduri@nvidia.com> Reviewed-by: Sumit Bhattacharya <sumitb@nvidia.com> Reviewed-by: Allen Martin <amartin@nvidia.com>
-rw-r--r--arch/arm/mach-tegra/board-cardhu-power.c2
-rw-r--r--arch/arm/mach-tegra/board-ventana-power.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-tegra/board-cardhu-power.c b/arch/arm/mach-tegra/board-cardhu-power.c
index 01a98a50bb82..15bd8ae88155 100644
--- a/arch/arm/mach-tegra/board-cardhu-power.c
+++ b/arch/arm/mach-tegra/board-cardhu-power.c
@@ -510,7 +510,7 @@ static struct regulator_consumer_supply fixed_reg_en_3v3_sys_supply[] = {
REGULATOR_SUPPLY("vdd_3v3_edid", NULL),
REGULATOR_SUPPLY("vdd_3v3_hdmi_cec", NULL),
REGULATOR_SUPPLY("vdd_3v3_gmi", NULL),
- REGULATOR_SUPPLY("vdd_spk_amp", "tegra-snd-wm8903"),
+ REGULATOR_SUPPLY("vdd_spk_amp", "tegra-snd-wm8903.0"),
REGULATOR_SUPPLY("vdd_3v3_sensor", NULL),
REGULATOR_SUPPLY("vdd_3v3_cam", NULL),
REGULATOR_SUPPLY("vdd_3v3_als", NULL),
diff --git a/arch/arm/mach-tegra/board-ventana-power.c b/arch/arm/mach-tegra/board-ventana-power.c
index a106a2026ebe..e36a4e7c2794 100644
--- a/arch/arm/mach-tegra/board-ventana-power.c
+++ b/arch/arm/mach-tegra/board-ventana-power.c
@@ -90,7 +90,7 @@ static struct regulator_consumer_supply tps658621_ldo5_supply[] = {
static struct regulator_consumer_supply tps658621_ldo6_supply[] = {
REGULATOR_SUPPLY("vdd_ldo6", NULL),
REGULATOR_SUPPLY("vcsi", "tegra_camera"),
- REGULATOR_SUPPLY("vdd_dmic", "tegra-snd-wm8903"),
+ REGULATOR_SUPPLY("vdd_dmic", "tegra-snd-wm8903.0"),
REGULATOR_SUPPLY("vdd_i2c", "3-0030"),
REGULATOR_SUPPLY("vdd_i2c", "6-0072"),
REGULATOR_SUPPLY("vdd_i2c", "7-0072"),
@@ -108,7 +108,7 @@ static struct regulator_consumer_supply tps658621_ldo9_supply[] = {
REGULATOR_SUPPLY("vdd_ldo9", NULL),
REGULATOR_SUPPLY("avdd_2v85", NULL),
REGULATOR_SUPPLY("vdd_ddr_rx", NULL),
- REGULATOR_SUPPLY("vdd_spk_amp", "tegra-snd-wm8903"),
+ REGULATOR_SUPPLY("vdd_spk_amp", "tegra-snd-wm8903.0"),
};
static struct tps6586x_settings sm0_config = {