From f41a246dcf61a5b4a49feba0dc99a15bece887d5 Mon Sep 17 00:00:00 2001 From: Nico Huber Date: Tue, 7 Sep 2021 16:10:39 +0200 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/57467 Reviewed-by: Angel Pons Reviewed-by: Maxim Polyakov Tested-by: build bot (Jenkins) --- src/mainboard/kontron/bsl6/variants/boxer26/overridetree.cb | 2 ++ src/mainboard/kontron/bsl6/variants/bsl6/overridetree.cb | 2 ++ 2 files changed, 4 insertions(+) (limited to 'src/mainboard') 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 -- cgit v1.2.3