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

Commit affb8790 authored by Laxminath Kasam's avatar Laxminath Kasam
Browse files

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: default avatarLaxminath Kasam <lkasam@codeaurora.org>
parent 1e4e9950
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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++) {