mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-08 16:41:55 +00:00
Add console channel for thermal output
Needed for debugging upcoming TMP006 calibration changes BUG=none TEST=boot; EC console output should appear as before BRANCH=link Change-Id: I93a18949888533ecefd226fdc64e1fab7d52a8f1 Signed-off-by: Randall Spangler <rspangler@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/35187 Reviewed-by: Bill Richardson <wfrichar@chromium.org>
This commit is contained in:
@@ -37,6 +37,7 @@ static const char *channel_names[CC_CHANNEL_COUNT] = {
|
||||
"spi",
|
||||
"system",
|
||||
"task",
|
||||
"thermal",
|
||||
"usbcharge",
|
||||
"vboot",
|
||||
};
|
||||
|
||||
@@ -48,6 +48,7 @@ enum console_channel {
|
||||
CC_SPI,
|
||||
CC_SYSTEM,
|
||||
CC_TASK,
|
||||
CC_THERMAL,
|
||||
CC_USBCHARGE,
|
||||
CC_VBOOT,
|
||||
/* Channel count; not itself a channel */
|
||||
|
||||
Reference in New Issue
Block a user