summaryrefslogtreecommitdiffstats
path: root/src/include/usr/i2c
diff options
context:
space:
mode:
authorCorey Swenson <cswenson@us.ibm.com>2015-03-09 21:14:29 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2015-03-26 14:47:50 -0500
commitb0b7adcd0c1a072d6ee70c126dee95d570a86bef (patch)
tree1b0561b7456831879b340812cab48211483d410d /src/include/usr/i2c
parenta0f4a934254572ce49a1ddf5e4d5d944b52779be (diff)
downloadblackbird-hostboot-b0b7adcd0c1a072d6ee70c126dee95d570a86bef.tar.gz
blackbird-hostboot-b0b7adcd0c1a072d6ee70c126dee95d570a86bef.zip
Fix device address and offset for I2C runtime
Change-Id: I8aae26f0e7d774059547b110c4bd643115570116 RTC: 125281 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/16255 Tested-by: Jenkins Server Reviewed-by: Michael Baiocchi <baiocchi@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/i2c')
-rw-r--r--src/include/usr/i2c/i2creasoncodes.H1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/usr/i2c/i2creasoncodes.H b/src/include/usr/i2c/i2creasoncodes.H
index a63e8d5a6..6dda540da 100644
--- a/src/include/usr/i2c/i2creasoncodes.H
+++ b/src/include/usr/i2c/i2creasoncodes.H
@@ -84,6 +84,7 @@ enum i2cReasonCode
I2C_ARBITRATION_LOST_ONLY_FOUND = I2C_COMP_ID | 0x0C, // Bus Arbi lost found in status reg
I2C_RUNTIME_INTERFACE_ERR = I2C_COMP_ID | 0x0D, // Read/write unavailable at runtime
I2C_RUNTIME_ERR = I2C_COMP_ID | 0x0E, // Failed run-time operation
+ I2C_RUNTIME_INVALID_OFFSET_LENGTH = I2C_COMP_ID | 0x0F, // Offset length of invalid size
};
OpenPOWER on IntegriCloud