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

Commit e0b041f3 authored by Sudheer Papothi's avatar Sudheer Papothi Committed by Gerrit - the friendly Code Review server
Browse files

ASoC: bolero: Disable rx swr gpio as wakeup capable



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

Change-Id: Idd76f8304e61b97e53ca82e407bedbdc9b0f5a7f
Signed-off-by: default avatarSudheer Papothi <spapothi@codeaurora.org>
parent 848466a9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -4111,6 +4111,8 @@ static int rx_macro_probe(struct platform_device *pdev)
			__func__);
		return -EPROBE_DEFER;
	}
	msm_cdc_pinctrl_set_wakeup_capable(
				rx_priv->rx_swr_gpio_p, false);

	rx_io_base = devm_ioremap(&pdev->dev, rx_base_addr,
				  RX_MACRO_MAX_OFFSET);