summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Truong <truong@codeaurora.org>2015-05-28 14:24:41 -0700
committerDavid Keitel <dkeitel@codeaurora.org>2016-03-22 11:09:19 -0700
commit4c2a99e089406bfce0eacff36c19b503be1360c0 (patch)
tree6c1ce7d7dbabb42ae4a87f41043d5accb858faaa
parentc27c02ee65b8686ccd23f49ab3ab83723bc6c47d (diff)
msm: pcie: increase the Ipeaks for PCIe LDOs
Increase the Ipeak request for each PCIe LDO based on updated settings. Change-Id: Ie3af6462dac68252b339595e350e393079a89bb9 Signed-off-by: Tony Truong <truong@codeaurora.org>
-rw-r--r--drivers/pci/host/pci-msm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/pci/host/pci-msm.c b/drivers/pci/host/pci-msm.c
index c9f642fb2cca..14d072318fa6 100644
--- a/drivers/pci/host/pci-msm.c
+++ b/drivers/pci/host/pci-msm.c
@@ -572,8 +572,8 @@ static struct msm_pcie_dev_t msm_pcie_dev[MAX_RC_NUM];
/* regulators */
static struct msm_pcie_vreg_info_t msm_pcie_vreg_info[MSM_PCIE_MAX_VREG] = {
{NULL, "vreg-3.3", 0, 0, 0, false},
- {NULL, "vreg-1.8", 1800000, 1800000, 1000, true},
- {NULL, "vreg-0.9", 1000000, 1000000, 24000, true}
+ {NULL, "vreg-1.8", 1800000, 1800000, 14000, true},
+ {NULL, "vreg-0.9", 1000000, 1000000, 40000, true}
};
/* GPIOs */