From 4c2a99e089406bfce0eacff36c19b503be1360c0 Mon Sep 17 00:00:00 2001 From: Tony Truong Date: Thu, 28 May 2015 14:24:41 -0700 Subject: 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 --- drivers/pci/host/pci-msm.c | 4 ++-- 1 file 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 */ -- cgit v1.2.3