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/test | |
| parent | 510e2b066b172a4b46e18315ddac30721b5a7526 (diff) | |
| download | blackbird-skiboot-ae4e50eb35695f9438b6b9544a02fc891c4dd20d.tar.gz blackbird-skiboot-ae4e50eb35695f9438b6b9544a02fc891c4dd20d.zip | |
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/test')
| -rw-r--r-- | hdata/test/hdata_to_dt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hdata/test/hdata_to_dt.c b/hdata/test/hdata_to_dt.c index 2f343e2d..717fc9af 100644 --- a/hdata/test/hdata_to_dt.c +++ b/hdata/test/hdata_to_dt.c @@ -106,6 +106,7 @@ static bool spira_check_ptr(const void *ptr, const char *file, unsigned int line #include "../vpd-common.c" #include "../slca.c" #include "../hostservices.c" +#include "../i2c.c" #include "../../core/vpd.c" #include "../../core/device.c" #include "../../core/chip.c" |

