mb/intel/adlrvp_m: Disable Type-C xDCI
Disabling this pci 0d.1 device since it is not required. TEST= Boot to OS. Signed-off-by: Bernardo Perez Priego <bernardo.perez.priego@intel.com> Change-Id: Iccdf38111e3961ba887829abfa4146a9b37df9be Reviewed-on: https://review.coreboot.org/c/coreboot/+/52744 Reviewed-by: Bora Guvendik <bora.guvendik@intel.com> Reviewed-by: Sukumar Ghorai <sukumar.ghorai@intel.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
50ece62d3c
commit
e73e1ce9de
|
@ -164,7 +164,7 @@ chip soc/intel/alderlake
|
|||
device pci 09.0 off end # NPK
|
||||
device pci 0a.0 off end # Crash-log SRAM
|
||||
device pci 0d.0 on end # USB xHCI
|
||||
device pci 0d.1 on end # USB xDCI (OTG)
|
||||
device pci 0d.1 off end # USB xDCI (OTG)
|
||||
device pci 0d.2 on end # TBT DMA0
|
||||
device pci 0d.3 on end # TBT DMA1
|
||||
device pci 0e.0 off end # VMD
|
||||
|
|
Loading…
Reference in New Issue