diff mbox series

[4/4] hdata/i2c: Fix up pci hotplug labels

Message ID 20180424032502.17619-4-oohall@gmail.com
State Accepted
Headers show
Series [1/4] hdata/i2c: Ignore CFAM I2C master | expand

Commit Message

Oliver O'Halloran April 24, 2018, 3:25 a.m. UTC
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>
---
 hdata/i2c.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/hdata/i2c.c b/hdata/i2c.c
index cbd3bf0155df..5dfdb10721b1 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" },