asoc: codecs: Enable interrupt mask at bootup

Update chip wakeup enable mask at bootup for
headset detection on bengal.

Change-Id: Ic16bbb4dccf1a84140696ac47b340c407f5b41d5
Signed-off-by: Laxminath Kasam <lkasam@codeaurora.org>
This commit is contained in:
Laxminath Kasam
2019-11-26 16:04:17 +05:30
والد 1e4e99502b
کامیت affb8790c5

مشاهده پرونده

@@ -259,7 +259,7 @@ static int msm_cdc_pinctrl_probe(struct platform_device *pdev)
gpio_data->chip_wakeup_register[i] =
devm_ioremap(&pdev->dev, chip_wakeup_reg[i], 0x4);
}
if (of_property_read_u32_array(pdev->dev.of_node,
if (!of_property_read_u32_array(pdev->dev.of_node,
"qcom,chip-wakeup-default-val",
chip_wakeup_default_val, count)) {
for (i = 0; i < count; i++) {