diff options
author | Kiran K <kiran.k@intel.com> | 2023-06-11 09:43:42 +0300 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | 2023-08-11 21:39:19 +0300 |
commit | 8f0a3786f56d9fa4b308bdbd54757a51145dbb7a (patch) | |
tree | 721c3ea549865436ba6ef19bff3e445a709ffa8f /drivers/bluetooth/btmtk.c | |
parent | 06d3fdfcdf5cefb06f2024b9d3dad356779399cf (diff) | |
download | linux-8f0a3786f56d9fa4b308bdbd54757a51145dbb7a.tar.xz |
Bluetooth: btintel: Add support to reset bluetooth via ACPI DSM
New Intel platforms supports reset of Bluetooth device via ACPI DSM
methods. The legacy reset mechanism via GPIO will be deprecated in
future. This patch checks the platform support for reset methods and if
supported uses the same instead of legacy GPIO toggling method.
ACPI firmware supports two types of reset method based on NIC card.
(Discrete or Integrated).
1. VSEC Type - Vendor Specific Extended Capability. Here BT_EN and
BT_IF_SELECT lines are driven by a register in PCH cluster. This
interface is supported on discrete BT solution.
2. WDISABLE2 - In this soluton, W_DISABLE2 pin in M.2 is connected to
physical GPIO from PCH. The DSM interface shall toggle this to recover
from error.
Signed-off-by: Kiran K <kiran.k@intel.com>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Diffstat (limited to 'drivers/bluetooth/btmtk.c')
0 files changed, 0 insertions, 0 deletions