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

Commit a9ff4687 authored by Naman Padhiar's avatar Naman Padhiar
Browse files

pinctrl: Update GPIOs for wake capability disablement



Update GPIO 127 for wake capability disablement on
Yupik.

Change-Id: I0edd431c2705b06cfaed1eea7b6769f3adeab315
Signed-off-by: default avatarNaman Padhiar <npadhiar@codeaurora.org>
parent cfc04e49
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1857,8 +1857,7 @@ static const struct msm_pinctrl_soc_data yupik_pinctrl = {
/* By default, all the gpios that are mpm wake capable are enabled.
 * The following list disables the gpios explicitly
 */
static const unsigned int config_mpm_wake_disable_gpios[] = {
};
static const unsigned int config_mpm_wake_disable_gpios[] = { 127 };

static void yupik_pinctrl_config_mpm_wake_disable_gpios(void)
{