Merge "asoc: kona: Update LPI GPIO wakeup disable for all DMICs"
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

commit
c98f3f9707
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user