Sumeet R Pawnikar has uploaded this change for review. ( https://review.coreboot.org/28549
Change subject: mb/google/poppy/variants/nocturne: Update passive temperature thresholds ......................................................................
mb/google/poppy/variants/nocturne: Update passive temperature thresholds
Update passive temperature threshold values for ambient and charger sensors.
Change-Id: I002cd21adfc50369356f81bee4c70ccbb55a6941 Signed-off-by: Sumeet Pawnikar sumeet.r.pawnikar@intel.com --- M src/mainboard/google/poppy/variants/nocturne/include/variant/acpi/dptf.asl 1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/49/28549/1
diff --git a/src/mainboard/google/poppy/variants/nocturne/include/variant/acpi/dptf.asl b/src/mainboard/google/poppy/variants/nocturne/include/variant/acpi/dptf.asl index c8bafb4..049839f 100644 --- a/src/mainboard/google/poppy/variants/nocturne/include/variant/acpi/dptf.asl +++ b/src/mainboard/google/poppy/variants/nocturne/include/variant/acpi/dptf.asl @@ -19,12 +19,12 @@
#define DPTF_TSR0_SENSOR_ID 1 #define DPTF_TSR0_SENSOR_NAME "Ambient" -#define DPTF_TSR0_PASSIVE 48 +#define DPTF_TSR0_PASSIVE 55 #define DPTF_TSR0_CRITICAL 90
#define DPTF_TSR1_SENSOR_ID 2 #define DPTF_TSR1_SENSOR_NAME "Charger" -#define DPTF_TSR1_PASSIVE 48 +#define DPTF_TSR1_PASSIVE 55 #define DPTF_TSR1_CRITICAL 90
#define DPTF_TSR2_SENSOR_ID 3