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

Commit b0e4323d authored by Sudheer Papothi's avatar Sudheer Papothi
Browse files

ASoC: bolero: Disable wsa swr gpio as wakeup capable



Disable wsa swr gpio as wakeup capable to avoid waking up system
during power collapse.

Change-Id: I54d769d63c9e7c13d2920f038c64353a92556cfe
Signed-off-by: default avatarSudheer Papothi <spapothi@codeaurora.org>
parent 1db5a7d4
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -3177,6 +3177,8 @@ static int wsa_macro_probe(struct platform_device *pdev)
			__func__);
		return -EPROBE_DEFER;
	}
	msm_cdc_pinctrl_set_wakeup_capable(
				wsa_priv->wsa_swr_gpio_p, false);

	wsa_io_base = devm_ioremap(&pdev->dev,
				   wsa_base_addr, WSA_MACRO_MAX_OFFSET);