Bluetooth: btnxpuart: Remove check for CTS low after FW download
authorNeeraj Sanjay Kale <neeraj.sanjaykale@nxp.com>
Fri, 11 Aug 2023 10:12:31 +0000 (15:42 +0530)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Thu, 24 Aug 2023 19:14:57 +0000 (12:14 -0700)
commit7de05cb47134a3ac179f28f5363c36d9ac17c6c3
treef775d49540c1d8eefc786f35c531b6cec772b0f0
parent59da9885767a75df697c84c06aaf2296e10d85a4
Bluetooth: btnxpuart: Remove check for CTS low after FW download

This removes the unnecessary check for CTS low after FW download.

After FW download is complete, the CTS line is already seen low.
It becomes high after 2 msec, and low again after FW initialization
is complete.
This makes the current check for CTS low redundant.

This removes the wait for CTS low section and increase delay to
1200msec instead, which is sufficiant for all NXP chipsets to
initialize FW.

Signed-off-by: Neeraj Sanjay Kale <neeraj.sanjaykale@nxp.com>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
drivers/bluetooth/btnxpuart.c