diff options
| author | Andy Shevchenko <[email protected]> | 2020-09-03 21:48:47 +0300 |
|---|---|---|
| committer | Marcel Holtmann <[email protected]> | 2020-09-11 09:03:42 +0200 |
| commit | c6db014381bd85038ed3dfdea7d1367bfd4584a8 (patch) | |
| tree | 7bae70e54a50977f9553653b22446f78872bb321 /tools/perf/scripts/python | |
| parent | cafd472a10ff3bccd8afd25a69f20a491cd8d7b8 (diff) | |
Bluetooth: hci_intel: enable on new platform
On new Intel platform the device is provided with INT33E3 ID.
Append it to the list.
This will require ACPI_GPIO_QUIRK_ONLY_GPIOIO to be enabled because
the relevant ASL looks like:
UartSerialBusV2 ( ... )
GpioInt ( ... ) { ... }
GpioIo ( ... ) { ... }
which means that first GPIO resource is an interrupt, while we are expecting it
to be reset one (output). Do the same for host-wake because in case of
GpioInt() the platform_get_irq() will do the job and should return correct
Linux IRQ number. That said, host-wake GPIO can only be GpioIo() resource.
While here, drop commas in terminator lines.
Signed-off-by: Andy Shevchenko <[email protected]>
Signed-off-by: Marcel Holtmann <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions