drivers: mailbox: qti_tcs: Use udelay instead of cpu_relax

On newer SoCs cpu_relax may be mapped to just pause or mapped to noop.
Use udelay(1) instead to allow CPU to relinquish control really.

Change-Id: Iaf10a82e83974b69052cc4bbf4fa3e069ad556c4
Signed-off-by: Lina Iyer <ilina@codeaurora.org>
1 file changed