soc: mstr-ctrl: Retain Audio_HM voting until suspend
Restore change to retain audio_hm voting and ensure AOP hang issue not seen by masking interrupt wakeup of swr pinctrl pins. Change-Id: I51bf36d6d6b0999abf10a4bc94cce900d1adf1d5 Signed-off-by: Laxminath Kasam <lkasam@codeaurora.org>
This commit is contained in:
@@ -166,6 +166,7 @@ struct wsa_macro_swr_ctrl_platform_data {
|
||||
void *data),
|
||||
void *swrm_handle,
|
||||
int action);
|
||||
int (*pinctrl_setup)(void *handle, bool enable);
|
||||
};
|
||||
|
||||
struct wsa_macro_bcl_pmic_params {
|
||||
@@ -3194,6 +3195,7 @@ static int wsa_macro_probe(struct platform_device *pdev)
|
||||
wsa_priv->swr_plat_data.clk = wsa_swrm_clock;
|
||||
wsa_priv->swr_plat_data.core_vote = wsa_macro_core_vote;
|
||||
wsa_priv->swr_plat_data.handle_irq = NULL;
|
||||
wsa_priv->swr_plat_data.pinctrl_setup = NULL;
|
||||
|
||||
ret = of_property_read_u32(pdev->dev.of_node, "qcom,default-clk-id",
|
||||
&default_clk_id);
|
||||
|
Reference in New Issue
Block a user