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

Commit cf0a8e3d authored by Yan He's avatar Yan He
Browse files

msm: pcie: correct PERST GPIO init value



The initial value of PCIe PERST GPIO should be asserted. Correct
it in this change.

Change-Id: Id82abfeee13b6bf3302b2184f571201f34dabfe3
Signed-off-by: default avatarYan He <yanhe@codeaurora.org>
parent 8e5d905c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -141,7 +141,7 @@ static struct msm_pcie_vreg_info_t msm_pcie_vreg_info[MSM_PCIE_MAX_VREG] = {

/* GPIOs */
static struct msm_pcie_gpio_info_t msm_pcie_gpio_info[MSM_PCIE_MAX_GPIO] = {
	{"perst-gpio",      0, 1, 0, 1},
	{"perst-gpio",      0, 1, 0, 0},
	{"wake-gpio",       0, 0, 0, 0},
	{"clkreq-gpio",     0, 0, 0, 0}
};