[Skiboot] [PATCH V8 6/8] sensors: occ: Fix the sensor label for core temperature

Shilpasri G Bhat shilpa.bhat at linux.vnet.ibm.com
Fri Jul 21 21:14:38 AEST 2017


Signed-off-by: Shilpasri G Bhat <shilpa.bhat at linux.vnet.ibm.com>
---
 hw/occ-sensor.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/occ-sensor.c b/hw/occ-sensor.c
index 21d1722..c6e02aa 100644
--- a/hw/occ-sensor.c
+++ b/hw/occ-sensor.c
@@ -289,7 +289,7 @@ static struct str_map {
 	{"TEMPC", "Core"},
 	{"TEMPQ", "Quad"},
 	{"TEMPNEST", "Nest"},
-	{"TEMPPROCTHRM", "Chip"},
+	{"TEMPPROCTHRMC", "Core"},
 	{"TEMPDIMM", "DIMM"},
 	{"TEMPGPU", "GPU"},
 };
-- 
1.8.3.1



More information about the Skiboot mailing list