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

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

Merge "asoc: kona: Update LPI GPIO wakeup disable for all DMICs"

parents fe82be14 168173ee
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -8019,6 +8019,10 @@ static int msm_asoc_machine_probe(struct platform_device *pdev)
	pdata->dmic45_gpio_p = of_parse_phandle(pdev->dev.of_node,
					      "qcom,cdc-dmic45-gpios",
					       0);
	if (pdata->dmic01_gpio_p)
		msm_cdc_pinctrl_set_wakeup_capable(pdata->dmic01_gpio_p, false);
	if (pdata->dmic23_gpio_p)
		msm_cdc_pinctrl_set_wakeup_capable(pdata->dmic23_gpio_p, false);
	if (pdata->dmic45_gpio_p)
		msm_cdc_pinctrl_set_wakeup_capable(pdata->dmic45_gpio_p, false);