Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions drivers/soundwire/cadence_master.c
Original file line number Diff line number Diff line change
Expand Up @@ -1410,6 +1410,12 @@ int sdw_cdns_clock_stop(struct sdw_cdns *cdns, bool block_wake)
*/
cdns_enable_slave_interrupts(cdns, false);

ret = cdns_set_wait(cdns, CDNS_MCP_CONTROL, CDNS_MCP_CONTROL_HW_RST, 0);
if (ret < 0) {
dev_err(cdns->dev, "cdns HW reset not finished yet %d\n", ret);
return ret;
}

/*
* For specific platforms, it is required to be able to put
* master into a state in which it ignores wake-up trials
Expand Down