Commit bb877beb authored by Bard Liao's avatar Bard Liao Committed by Vinod Koul
Browse files

soundwire: intel: add master quirks for bus clash and parity

parent 6b8caa6f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1286,6 +1286,9 @@ static int sdw_master_read_intel_prop(struct sdw_bus *bus)
	if (quirk_mask & SDW_INTEL_QUIRK_MASK_BUS_DISABLE)
		prop->hw_disabled = true;

	prop->quirks = SDW_MASTER_QUIRKS_CLEAR_INITIAL_CLASH |
		SDW_MASTER_QUIRKS_CLEAR_INITIAL_PARITY;

	return 0;
}