summaryrefslogtreecommitdiff
path: root/src/soc/intel/common/pch/include/intelpch
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/common/pch/include/intelpch')
-rw-r--r--src/soc/intel/common/pch/include/intelpch/smbus.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/common/pch/include/intelpch/smbus.h b/src/soc/intel/common/pch/include/intelpch/smbus.h
index 238da2b73b..78b7953950 100644
--- a/src/soc/intel/common/pch/include/intelpch/smbus.h
+++ b/src/soc/intel/common/pch/include/intelpch/smbus.h
@@ -7,7 +7,7 @@
#define TCO1_STS 0x04
#define TCO_TIMEOUT (1 << 3)
#define TCO2_STS 0x06
-#define TCO_STS_SECOND_TO (1 << 1)
+#define TCO2_STS_SECOND_TO (1 << 1)
#define TCO_INTRD_DET (1 << 0)
#define TCO1_CNT 0x08
#define TCO_LOCK (1 << 12)