summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/tigerlake/include/soc/pci_devs.h
diff options
context:
space:
mode:
authorCliff Huang <cliff.huang@intel.com>2021-02-09 16:20:14 -0800
committerPatrick Georgi <pgeorgi@google.com>2021-03-15 06:27:15 +0000
commit172d2d140daefcca50b39c8b064d9211046c9651 (patch)
tree1f88dfa39209de3b75e7593a6cfd3820285bda93 /src/soc/intel/tigerlake/include/soc/pci_devs.h
parent3663fb36ec067e2b4cb3fca4429773bc72628ffa (diff)
downloadcoreboot-172d2d140daefcca50b39c8b064d9211046c9651.tar.gz
coreboot-172d2d140daefcca50b39c8b064d9211046c9651.tar.bz2
coreboot-172d2d140daefcca50b39c8b064d9211046c9651.zip
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/tigerlake/include/soc/pci_devs.h')
-rw-r--r--src/soc/intel/tigerlake/include/soc/pci_devs.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/soc/intel/tigerlake/include/soc/pci_devs.h b/src/soc/intel/tigerlake/include/soc/pci_devs.h
index b05ed134e330..af1453bf9614 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)