diff options
author | Felix Singer <felixsinger@posteo.net> | 2023-11-12 17:43:45 +0000 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2023-11-13 21:31:15 +0000 |
commit | 49dc2856d886c76744784de5f65beb24ebadda25 (patch) | |
tree | bdbe2a9e2a45005cf267c5cc6f1a3804df5d90a6 /src/mainboard/kontron/bsl6/variants/boxer26/overridetree.cb | |
parent | 13ee2e6d8af78e5ecc889d96f1e57f1fe32a21bb (diff) |
mb/kontron/bsl6: Make use of the chipset devicetree
Use the references from the chipset devicetree as this makes the
comments superfluous and remove devices which are turned off.
Change-Id: Ic25d112a95903e77b58bda70bbcc3f08df383395
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/79035
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
Diffstat (limited to 'src/mainboard/kontron/bsl6/variants/boxer26/overridetree.cb')
-rw-r--r-- | src/mainboard/kontron/bsl6/variants/boxer26/overridetree.cb | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/src/mainboard/kontron/bsl6/variants/boxer26/overridetree.cb b/src/mainboard/kontron/bsl6/variants/boxer26/overridetree.cb index 9f300e971c..f34375eba1 100644 --- a/src/mainboard/kontron/bsl6/variants/boxer26/overridetree.cb +++ b/src/mainboard/kontron/bsl6/variants/boxer26/overridetree.cb @@ -5,7 +5,7 @@ chip soc/intel/skylake register "SkipExtGfxScan" = "1" device domain 0 on - device pci 1f.0 on + device ref lpc_espi on chip ec/kontron/kempld device generic 1.0 on # I2C chip drivers/i2c/lm96000 @@ -40,16 +40,14 @@ chip soc/intel/skylake end end end - end # LPC Interface - device pci 1f.4 on + end + device ref smbus on chip drivers/i2c/nct7802y register "fan[1].mode" = "FAN_MANUAL" register "fan[1].duty_cycle" = "100" device i2c 0x2e on end end - end # SMBus - device pci 1f.5 on end # PCH SPI - device pci 1f.6 on end # GbE # Debug + end end end |