summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver O'Halloran <oohall@gmail.com>2018-04-24 13:25:02 +1000
committerStewart Smith <stewart@linux.ibm.com>2018-04-24 00:11:50 -0500
commit0953e9014d27537709c14d7fbb9829823198fb17 (patch)
treec2bf9324ba58552103a4e1b978076e41e4c43f9a
parentff3747f62ada388a52b7d0894e192c7578452a9a (diff)
downloadtalos-skiboot-0953e9014d27537709c14d7fbb9829823198fb17.tar.gz
talos-skiboot-0953e9014d27537709c14d7fbb9829823198fb17.zip
hdata/i2c: Fix up pci hotplug labels
These labels are used on the devices used to do PCIe slot power control for implementing PCIe hotplug. I'm not sure how they ended up as "eeprom-pgood" and "eeprom-controller" since that doesn't make any sense. Signed-off-by: Oliver O'Halloran <oohall@gmail.com> Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
-rw-r--r--hdata/i2c.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hdata/i2c.c b/hdata/i2c.c
index cbd3bf01..5dfdb107 100644
--- a/hdata/i2c.c
+++ b/hdata/i2c.c
@@ -136,8 +136,8 @@ struct hdat_i2c_label {
static struct hdat_i2c_label hdat_i2c_labels[] = {
{ 0x1, "led-controller" },
- { 0x2, "eeprom-pgood" },
- { 0x3, "eeprom-control" },
+ { 0x2, "pci-hotplug-pgood" },
+ { 0x3, "pci-hotplug-control" },
{ 0x4, "tpm" },
{ 0x5, "module-vpd" },
{ 0x6, "dimm SPD" },
OpenPOWER on IntegriCloud