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

Commit 7112b5ab authored by Mukesh Ojha's avatar Mukesh Ojha
Browse files

pinctrl: qcom: Update reserved GPIOs for Shima



Certain GPIOs are reserved for secure world and cannot be accessed by HLOS.
Supply "reserved_gpios" to msm_pinctrl to mark these pins as invalid.

Change-Id: I13df5f80bad3ab339aa1382f841796096c8ce748
Signed-off-by: default avatarMukesh Ojha <mojha@codeaurora.org>
parent 49eed0fd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1853,7 +1853,7 @@ static const struct msm_pingroup shima_groups[] = {
};

static const int shima_reserved_gpios[] = {
	24, 25, 26, 27, 40, 41, 42, 43, -1
	4, 5, 6, 7, 40, 41, 52, 53, 54, 55, 56, 57, 58, 59, -1
};

static struct pinctrl_qup shima_qup_regs[] = {