mb/clevo/n13xwu: Disable GMM PCI device
We don't know exactly for what the GMM PCI device is used for or how it is used. Thus, remove it to fallback to default-disable. Change-Id: I4b8b33b16527cbcc21168b995cbfdb54a2fa3cac Signed-off-by: Felix Singer <felixsinger@posteo.net> Reviewed-on: https://review.coreboot.org/c/coreboot/+/48920 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
This commit is contained in:
parent
c321a81b77
commit
91f74ae16b
|
@ -46,7 +46,6 @@ chip soc/intel/skylake
|
||||||
device pci 00.0 on end # Host Bridge
|
device pci 00.0 on end # Host Bridge
|
||||||
device pci 02.0 on end # Integrated Graphics Device
|
device pci 02.0 on end # Integrated Graphics Device
|
||||||
device pci 04.0 on end # SA thermal subsystem
|
device pci 04.0 on end # SA thermal subsystem
|
||||||
device pci 08.0 on end # Gaussian Mixture Model
|
|
||||||
device pci 14.0 on # USB xHCI
|
device pci 14.0 on # USB xHCI
|
||||||
register "SsicPortEnable" = "0"
|
register "SsicPortEnable" = "0"
|
||||||
# USB2
|
# USB2
|
||||||
|
|
Loading…
Reference in New Issue