diff options
author | Maxim Polyakov <max.senia.poliak@gmail.com> | 2019-08-23 15:16:12 +0300 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-09-09 13:28:22 +0000 |
commit | 59613ee27016613fcd36b15e5d98d5ff95b3068f (patch) | |
tree | 259192175b6424bff69bdd653959cc87834731e9 /src | |
parent | 50f4c5ae33b0a4a7fc6e2737d4976eb664a90ef7 (diff) |
mb/asrock/h110m: add missing pci devices to tree
These devices are enabled after initializing in the FSP
Change-Id: I0a15537b6ba56fcf63267641ef2219f24d25d9c4
Signed-off-by: Maxim Polyakov <max.senia.poliak@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/35100
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/asrock/h110m/devicetree.cb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/asrock/h110m/devicetree.cb b/src/mainboard/asrock/h110m/devicetree.cb index 1240d39c1e..b4e6a0236b 100644 --- a/src/mainboard/asrock/h110m/devicetree.cb +++ b/src/mainboard/asrock/h110m/devicetree.cb @@ -275,6 +275,8 @@ chip soc/intel/skylake device pci 02.0 on # Integrated Graphics Device subsystemid 0x1849 0x1912 end + device pci 04.0 on end # Thermal Subsystem + device pci 08.0 off end # Gaussian Mixture Model device pci 14.0 on # USB xHCI subsystemid 0x1849 0xa131 end |