]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/commitdiff
ARM: Tegra: Dalmore: Added dvdd supply in dalmore
authorJeetesh Burman <jburman@nvidia.com>
Fri, 23 Aug 2013 11:43:50 +0000 (17:13 +0530)
committerAjay Nandakumar <anandakumarm@nvidia.com>
Tue, 1 Oct 2013 10:46:54 +0000 (16:16 +0530)
Added dvdd supply for device 2-0010 to camera OV9772 module
in dalmore board specific file, so that while trying to get
regulator for device 2-0010 with supply dvdd, won't throw
error message.

Bug 1199043

Change-Id: I262402506bfe4ae9effb905b28cb181058c3b110
Signed-off-by: Jeetesh Burman <jburman@nvidia.com>
Reviewed-on: http://git-master/r/265520
Reviewed-by: Mitch Luban <mluban@nvidia.com>
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com>
(cherry picked from commit 99637f5084e01b0a274b41abc19cb89c4d8fc375)
Signed-off-by: Ajay Nandakumar <anandakumarm@nvidia.com>
arch/arm/mach-tegra/board-dalmore-power.c

index 630bddf30f08aaceac5f33198953849ebe08aac9..be2f9ac098d99f4e0c86db9dafda450e4278749d 100644 (file)
@@ -821,6 +821,7 @@ static struct regulator_consumer_supply fixed_reg_en_1v8_cam_supply[] = {
        REGULATOR_SUPPLY("vi2c", "2-0030"),
        REGULATOR_SUPPLY("vif", "2-0036"),
        REGULATOR_SUPPLY("dovdd", "2-0010"),
+       REGULATOR_SUPPLY("dvdd", "2-0010"),
        REGULATOR_SUPPLY("vdd_i2c", "2-000e"),
 };
 
@@ -829,6 +830,7 @@ static struct regulator_consumer_supply fixed_reg_en_1v8_cam_e1611_supply[] = {
        REGULATOR_SUPPLY("vi2c", "2-0030"),
        REGULATOR_SUPPLY("vif", "2-0036"),
        REGULATOR_SUPPLY("dovdd", "2-0010"),
+       REGULATOR_SUPPLY("dvdd", "2-0010"),
        REGULATOR_SUPPLY("vdd_i2c", "2-000e"),
 };