Bluetooth: btnxpuart: Add support for IW624 chipset
authorNeeraj Sanjay Kale <neeraj.sanjaykale@nxp.com>
Fri, 11 Aug 2023 10:12:32 +0000 (15:42 +0530)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Thu, 24 Aug 2023 19:19:12 +0000 (12:19 -0700)
commit8b7630deb40e04901a09646f7c556373b1438b18
treedc780e606cd4b716e9b6f4cfdbb3404057ea9b92
parent7de05cb47134a3ac179f28f5363c36d9ac17c6c3
Bluetooth: btnxpuart: Add support for IW624 chipset

This adds support for NXP IW624 chipset in btnxpuart driver
by adding FW name and bootloader signature. Based on the
loader version bits 7:6 of the bootloader signature, the
driver can choose between selecting secure and non-secure
FW files.
For cmd5 payload during FW download, this chip has addresses
of few registers offset by 1, so added boot_reg_offset to
handle the chip specific offset.

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