diff options
author | Nico Huber <nico.huber@secunet.com> | 2021-09-07 16:10:39 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-09-08 18:50:07 +0000 |
commit | f41a246dcf61a5b4a49feba0dc99a15bece887d5 (patch) | |
tree | bb1b5b065ef5ad9f50774349cea1543cd2e7b39c /src/mainboard | |
parent | fc726b9ea0d935103dce6d33c855994035c6d645 (diff) |
mb/kontron/bsl6: Fix overridden hwmon settings
Add missing device nodes as the `chip` entry needs one to actually
get hooked up.
Change-Id: If34f4919a5499b3148c7e4408cc753fbd909693a
Signed-off-by: Nico Huber <nico.huber@secunet.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/57467
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Maxim Polyakov <max.senia.poliak@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/kontron/bsl6/variants/boxer26/overridetree.cb | 2 | ||||
-rw-r--r-- | src/mainboard/kontron/bsl6/variants/bsl6/overridetree.cb | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/src/mainboard/kontron/bsl6/variants/boxer26/overridetree.cb b/src/mainboard/kontron/bsl6/variants/boxer26/overridetree.cb index 88335ae285..9f300e971c 100644 --- a/src/mainboard/kontron/bsl6/variants/boxer26/overridetree.cb +++ b/src/mainboard/kontron/bsl6/variants/boxer26/overridetree.cb @@ -45,6 +45,8 @@ chip soc/intel/skylake 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 diff --git a/src/mainboard/kontron/bsl6/variants/bsl6/overridetree.cb b/src/mainboard/kontron/bsl6/variants/bsl6/overridetree.cb index 718eff7f00..9cbe824388 100644 --- a/src/mainboard/kontron/bsl6/variants/bsl6/overridetree.cb +++ b/src/mainboard/kontron/bsl6/variants/bsl6/overridetree.cb @@ -37,6 +37,8 @@ chip soc/intel/skylake { 50, 60 }, { 60, 76 } }" register "fan[1].smart.critical_temp" = "80" + + device i2c 0x2e on end end end # SMBus end |