diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2021-03-01 18:26:14 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-03-03 09:00:08 +0000 |
commit | 8eb3a342d1bbb2bc26fda98683a03574bef098f9 (patch) | |
tree | 46a50b4dae6b51135601c7a18756d2748c7d8a99 /src/mainboard/intel/d510mo | |
parent | 0ba27fbc44d9046291db059ba381741646d08e0b (diff) |
mb/{intel/d510mo,foxconn/d41s}/devicetree.cb: Remove PEG device
Pineview does not support PEG.
Change-Id: Ib0006dbd54e6f2031b97ed11ce61407ffcfa6244
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/51150
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/intel/d510mo')
-rw-r--r-- | src/mainboard/intel/d510mo/devicetree.cb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/intel/d510mo/devicetree.cb b/src/mainboard/intel/d510mo/devicetree.cb index 22e67e762c..4b5449fbf9 100644 --- a/src/mainboard/intel/d510mo/devicetree.cb +++ b/src/mainboard/intel/d510mo/devicetree.cb @@ -12,7 +12,6 @@ chip northbridge/intel/pineview # Northbridge end device domain 0 on # PCI domain device pci 0.0 on end # Host Bridge - device pci 1.0 off end # PEG device pci 2.0 on end # Integrated graphics controller device pci 2.1 on end # Integrated graphics controller 2 chip southbridge/intel/i82801gx # Southbridge |