diff options
author | Cliff Huang <cliff.huang@intel.com> | 2021-02-09 16:20:14 -0800 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-03-15 06:27:15 +0000 |
commit | 172d2d140daefcca50b39c8b064d9211046c9651 (patch) | |
tree | 1f88dfa39209de3b75e7593a6cfd3820285bda93 /src/soc/intel | |
parent | 3663fb36ec067e2b4cb3fca4429773bc72628ffa (diff) |
soc/intel/tigerlake: Remove obsolete CNVi Bluetooth PCI device
There is no PCI host interface for this version of CNVi BT.
CNVi BT on Tigerlake is an USB device.
Change-Id: Ib71a827c36dfac55c3e5ce586b00a26fc6264464
Signed-off-by: Cliff Huang <cliff.huang@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/50900
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/intel')
-rw-r--r-- | src/soc/intel/tigerlake/acpi/pci_irqs.asl | 1 | ||||
-rw-r--r-- | src/soc/intel/tigerlake/chipset.cb | 1 | ||||
-rw-r--r-- | src/soc/intel/tigerlake/include/soc/pci_devs.h | 2 |
3 files changed, 0 insertions, 4 deletions
diff --git a/src/soc/intel/tigerlake/acpi/pci_irqs.asl b/src/soc/intel/tigerlake/acpi/pci_irqs.asl index 6f5f4bc3fd..5bb30f001d 100644 --- a/src/soc/intel/tigerlake/acpi/pci_irqs.asl +++ b/src/soc/intel/tigerlake/acpi/pci_irqs.asl @@ -53,7 +53,6 @@ Name (PICP, Package () { /* D16 */ Package(){0x0010FFFF, 0, 0, 23 }, Package(){0x0010FFFF, 1, 0, 22 }, - Package(){0x0010FFFF, 2, 0, 18 }, Package(){0x0010FFFF, 3, 0, 19 }, /* D13 */ Package(){0x000DFFFF, 0, 0, 16 }, diff --git a/src/soc/intel/tigerlake/chipset.cb b/src/soc/intel/tigerlake/chipset.cb index d4bc76c2a4..e81f052478 100644 --- a/src/soc/intel/tigerlake/chipset.cb +++ b/src/soc/intel/tigerlake/chipset.cb @@ -56,7 +56,6 @@ chip soc/intel/tigerlake device pci 0d.2 alias tbt_dma0 off end device pci 0d.3 alias tbt_dma1 off end device pci 0e.0 alias vmd off end - device pci 10.2 alias cnvi_bt off end device pci 10.6 alias thc0 off end device pci 10.7 alias thc1 off end device pci 12.0 alias ish off end diff --git a/src/soc/intel/tigerlake/include/soc/pci_devs.h b/src/soc/intel/tigerlake/include/soc/pci_devs.h index b05ed134e3..af1453bf96 100644 --- a/src/soc/intel/tigerlake/include/soc/pci_devs.h +++ b/src/soc/intel/tigerlake/include/soc/pci_devs.h @@ -74,10 +74,8 @@ /* PCH Devices */ #define PCH_DEV_SLOT_SIO0 0x10 -#define PCH_DEVFN_CNVI_BT _PCH_DEVFN(SIO0, 2) #define PCH_DEVFN_THC0 _PCH_DEVFN(SIO0, 6) #define PCH_DEVFN_THC1 _PCH_DEVFN(SIO0, 7) -#define PCH_DEV_CNVI_BT _PCH_DEV(SIO0, 2) #define PCH_DEV_THC0 _PCH_DEV(SIO0, 6) #define PCH_DEV_THC1 _PCH_DEV(SIO0, 7) |