Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5cc155bb authored by Gauri Joshi's avatar Gauri Joshi
Browse files

msm: ep-pcie: Update load factor for 1.2V rail on sdxlemur



Change the load factor from 3000 to 30000 for sdxlemur.

Change-Id: I939610150bcaddba7ff508ea130009a010cfb6c0
Signed-off-by: default avatarGauri Joshi <gaurjosh@codeaurora.org>
parent ad691d67
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@ static u32 clkreq_irq;
struct ep_pcie_dev_t ep_pcie_dev = {0};

static struct ep_pcie_vreg_info_t ep_pcie_vreg_info[EP_PCIE_MAX_VREG] = {
	{NULL, "vreg-1p8", 1200000, 1200000, 3000, true},
	{NULL, "vreg-1p8", 1200000, 1200000, 30000, true},
	{NULL, "vreg-0p9", 912000, 912000, 132000, true},
	{NULL, "vreg-cx", 0, 0, 0, false},
	{NULL, "vreg-mx", 0, 0, 0, false}