diff options
author | Oliver O'Halloran <oohall@gmail.com> | 2017-04-06 14:01:58 +1000 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2017-04-07 14:51:34 +1000 |
commit | ae4e50eb35695f9438b6b9544a02fc891c4dd20d (patch) | |
tree | 7a617c3a1dabc54836428b4aca1d0501d24a7006 /hdata/spira.h | |
parent | 510e2b066b172a4b46e18315ddac30721b5a7526 (diff) | |
download | skiboot-ae4e50eb35695f9438b6b9544a02fc891c4dd20d.zip skiboot-ae4e50eb35695f9438b6b9544a02fc891c4dd20d.tar.gz skiboot-ae4e50eb35695f9438b6b9544a02fc891c4dd20d.tar.bz2 |
hdat: parse processor attached i2c devices
Adds basic parsing for i2c devices that are attached to the processor
I2C interfaces. This is mainly VPD SEEPROMs.
Signed-off-by: Oliver O'Halloran <oohall@gmail.com>
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'hdata/spira.h')
-rw-r--r-- | hdata/spira.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hdata/spira.h b/hdata/spira.h index d10f1fa..01adf8a 100644 --- a/hdata/spira.h +++ b/hdata/spira.h @@ -1046,6 +1046,8 @@ struct sppcrd_chip_tod { /* Idata index 4 : Module VPD */ #define SPPCRD_IDATA_MODULE_VPD 4 +/* Idata index 5 : Chip attached I2C devices */ +#define SPPCRD_IDATA_HOST_I2C 5 /* * Host Services Data. |