diff options
author | Angel Pons <th3fanbus@gmail.com> | 2021-08-29 11:19:43 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-09-06 19:10:52 +0000 |
commit | b99137bf70368607bd60ef31f8dc506d5adc952d (patch) | |
tree | 9598a3201e90d994bf1bc218ddf88d10447fc997 /src/mainboard/intel | |
parent | a6aaef77f4df30e17f135b115e5157f09eda2c3a (diff) |
mb/intel/kblrvp: Drop redundant overridetree line
The I2C #5 device is already disabled in the devicetree.
Change-Id: Ia4970dc07ef57e8184bce395a446974a22eddb08
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/57230
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Diffstat (limited to 'src/mainboard/intel')
-rw-r--r-- | src/mainboard/intel/kblrvp/variants/rvp7/overridetree.cb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/intel/kblrvp/variants/rvp7/overridetree.cb b/src/mainboard/intel/kblrvp/variants/rvp7/overridetree.cb index 83a86adb37..3fffc4a80e 100644 --- a/src/mainboard/intel/kblrvp/variants/rvp7/overridetree.cb +++ b/src/mainboard/intel/kblrvp/variants/rvp7/overridetree.cb @@ -157,7 +157,6 @@ chip soc/intel/skylake 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.1 off end # I2C #5 device pci 1c.2 on end # PCI Express Port 3 device pci 1c.3 on end # PCI Express Port 4 device pci 1c.4 on end # PCI Express Port 5 |