Merge "ASoC: Kona: Disable wakeup capability for DMIC45 clock gpio"

Dieser Commit ist enthalten in:
qctecmdr
2019-08-23 00:24:54 -07:00
committet von Gerrit - the friendly Code Review server
Commit 0abec34f70

Datei anzeigen

@@ -7749,6 +7749,8 @@ 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->dmic45_gpio_p)
msm_cdc_pinctrl_set_wakeup_capable(pdata->dmic45_gpio_p, false);
pdata->mi2s_gpio_p[PRIM_MI2S] = of_parse_phandle(pdev->dev.of_node,
"qcom,pri-mi2s-gpios", 0);