diff options
author | Narendra Damahe <ndamahe@nvidia.com> | 2010-10-12 15:26:51 -0700 |
---|---|---|
committer | Varun Colbert <vcolbert@nvidia.com> | 2010-10-27 15:12:26 -0700 |
commit | 4b1ae9254924cded7285f5166a8cf982cd7d6473 (patch) | |
tree | a46e3b0a80719a14beb21e0d7ae3e0bf7ca3b8b4 | |
parent | ea4a5ef4284d580ccb21398d57763da0b659080c (diff) |
[ARM/TEGRA] ventana odm_kit power supply rail usage correction
Bug 745437
(cherry picked from commit 40234b8f9194860cc6634a94b6b093ce42c2b45c)
Change-Id: I3686f931edf8167b01175480a005dca909078166
Reviewed-on: http://git-master/r/9541
Reviewed-by: Varun Colbert <vcolbert@nvidia.com>
Tested-by: Varun Colbert <vcolbert@nvidia.com>
-rw-r--r-- | arch/arm/mach-tegra/odm_kit/query/ventana/subboards/nvodm_query_discovery_pm275_addresses.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/odm_kit/query/ventana/subboards/nvodm_query_discovery_pm275_addresses.h b/arch/arm/mach-tegra/odm_kit/query/ventana/subboards/nvodm_query_discovery_pm275_addresses.h index e11dc6d60f08..f35ebd710046 100644 --- a/arch/arm/mach-tegra/odm_kit/query/ventana/subboards/nvodm_query_discovery_pm275_addresses.h +++ b/arch/arm/mach-tegra/odm_kit/query/ventana/subboards/nvodm_query_discovery_pm275_addresses.h @@ -214,7 +214,7 @@ static const NvOdmIoAddress s_VddVdacAddresses[] = // VI voltage rail static const NvOdmIoAddress s_VddViAddresses[] = { - { NvOdmIoModule_Vdd, 0x00, TPS6586xPmuSupply_LDO3, 0 } /* VDDIO_VI -> derived from LDO3 (VDD_3V3) */ + { NvOdmIoModule_Vdd, 0x00, TPS6586xPmuSupply_LDO6, 0 } /* VDDIO_VI -> derived from LDO6 (VDD_3V3) */ }; // BB voltage rail |