diff options
| author | Dan Crowell <dcrowell@us.ibm.com> | 2017-04-25 09:03:18 -0500 |
|---|---|---|
| committer | Matthew A. Ploetz <maploetz@us.ibm.com> | 2017-05-08 11:39:42 -0400 |
| commit | 86e8b03bf9c66c12bb4162a646491f26f91c3e7d (patch) | |
| tree | 5400700f167e8a8c7998ba3e76ad44ad9eca50fb /src/include/usr | |
| parent | 5e56eae5e3b8bedeafda65e5244f2724d3724a22 (diff) | |
| download | blackbird-hostboot-86e8b03bf9c66c12bb4162a646491f26f91c3e7d.tar.gz blackbird-hostboot-86e8b03bf9c66c12bb4162a646491f26f91c3e7d.zip | |
Expand data type to hold full i2c bus speed
Change-Id: I5b46237adda260d5d7da0003696a2ee847472f43
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/39648
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Elizabeth K. Liner <eliner@us.ibm.com>
Reviewed-by: NAGENDRA K. GURRAM <nagendra.g@in.ibm.com>
Reviewed-by: Matthew A. Ploetz <maploetz@us.ibm.com>
Diffstat (limited to 'src/include/usr')
| -rw-r--r-- | src/include/usr/i2c/i2cif.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/usr/i2c/i2cif.H b/src/include/usr/i2c/i2cif.H index 0cbc94a65..9c498d7bc 100644 --- a/src/include/usr/i2c/i2cif.H +++ b/src/include/usr/i2c/i2cif.H @@ -228,7 +228,7 @@ struct DeviceInfo_t uint8_t deviceType; //< Slave device Type (from enum) uint8_t addr; //< I2C Slave device address (relative to port) uint8_t slavePort; //< I2C Slave Port. 0xFF if N/A - uint8_t busFreqKhz; //< Bus speed in KHz + uint16_t busFreqKhz; //< Bus speed in KHz uint8_t devicePurpose; //< Slave device purpose (from enum) }; |

