diff options
author | John Su <john_su@compal.corp-partner.google.com> | 2021-01-21 13:22:58 +0800 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-02-04 10:34:06 +0000 |
commit | 8fff297ea99017f4b7fcf5638b565371b96b30cf (patch) | |
tree | 34910bbc27521e81626a6cff25bf8338dc0b0768 /src/include | |
parent | 27d45504302a55a60d5d701efdd954c8a35eac7c (diff) |
drivers/generic/bayhub_lv2: Add driver for BayHub lv2
Add a driver which puts the device into power-saving mode.
BUG=b:177955523
BRANCH=zork
TEST=boot and see this message:
BayHub LV2: Power-saving enabled 110102
Signed-off-by: John Su <john_su@compal.corp-partner.google.com>
Change-Id: Idc1340b1a6fe7063d16c8ea16488d6e2b8b308cc
Reviewed-on: https://review.coreboot.org/c/coreboot/+/49783
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/device/pci_ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/device/pci_ids.h b/src/include/device/pci_ids.h index 896183fd63..d6e0ee7a05 100644 --- a/src/include/device/pci_ids.h +++ b/src/include/device/pci_ids.h @@ -1753,6 +1753,7 @@ #define PCI_DEVICE_ID_O2_6832 0x6832 #define PCI_DEVICE_ID_O2_6836 0x6836 #define PCI_DEVICE_ID_O2_BH720 0x8620 +#define PCI_DEVICE_ID_O2_LV2 0x8621 #define PCI_VENDOR_ID_3DFX 0x121a #define PCI_DEVICE_ID_3DFX_VOODOO 0x0001 |