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

Commit df8b48b3 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "pinctrl: Update GPIOs for wake capability disablement"

parents 1b59f100 a9ff4687
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)
{