diff options
author | Felix Singer <felixsinger@posteo.net> | 2023-11-16 01:17:31 +0100 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2024-01-02 11:32:58 +0000 |
commit | 2dff4f0688f443034b53086a60c09bcedc9dc6c2 (patch) | |
tree | ea1b70fd8b42e86087c38ebd77655a6f2de19a8e /src/mainboard/intel/kblrvp/variants/rvp11 | |
parent | 6b02a20f17fa0d1b158ff093a49d106a7acd6384 (diff) |
mb/intel/kblrvp: Make use of chipset devicetree
Use the references from the chipset devicetree as this makes the
comments superfluous and remove devices which are turned off.
Built all variants with BUILD_TIMELESS=1 and the resulting binaries
remain the same.
Change-Id: I1fd5f2a1c8adb5f379d7f3d0b54dca9c3ee6e2b3
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Signed-off-by: Marvin Evers <marvin.evers@stud.hs-bochum.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/79325
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Diffstat (limited to 'src/mainboard/intel/kblrvp/variants/rvp11')
-rw-r--r-- | src/mainboard/intel/kblrvp/variants/rvp11/overridetree.cb | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/mainboard/intel/kblrvp/variants/rvp11/overridetree.cb b/src/mainboard/intel/kblrvp/variants/rvp11/overridetree.cb index 9d6dd995fc..b580e76241 100644 --- a/src/mainboard/intel/kblrvp/variants/rvp11/overridetree.cb +++ b/src/mainboard/intel/kblrvp/variants/rvp11/overridetree.cb @@ -107,14 +107,14 @@ chip soc/intel/skylake }" device domain 0 on - device pci 04.0 off end # SA thermal subsystem - device pci 15.2 off end # I2C #2 - device pci 15.3 off end # I2C #3 - device pci 17.0 on end # SATA - device pci 19.2 off end # I2C #4 - device pci 1e.4 off end # eMMC - device pci 1e.6 off end # SDCard - device pci 1f.3 on end # Intel HDA - device pci 1f.6 on end # GbE + device ref sa_thermal off end + device ref i2c2 off end + device ref i2c3 off end + device ref sata on end + device ref i2c4 off end + device ref emmc off end + device ref sdxc off end + device ref hda on end + device ref gbe on end end end |