Browse Source

decode-dimms: List ee1004 as a candidate driver

tags/v4.2
Jean Delvare 6 years ago
parent
commit
948d10b72a
  1. 4
      eeprom/decode-dimms

4
eeprom/decode-dimms

@ -2532,7 +2532,7 @@ sub get_dimm_list
next unless -d "$dir/$file"; next unless -d "$dir/$file";
# Device name must be eeprom (driver eeprom) # Device name must be eeprom (driver eeprom)
# or spd (driver at24)
# spd (driver at24) or ee1004 (driver ee1004)
my $attr = sysfs_device_attribute("$dir/$file", "name"); my $attr = sysfs_device_attribute("$dir/$file", "name");
next unless defined $attr && next unless defined $attr &&
($attr eq "eeprom" || ($attr eq "eeprom" ||
@ -2548,7 +2548,7 @@ sub get_dimm_list
} }
if (!$opened) { if (!$opened) {
print STDERR "No EEPROM found, try loading the eeprom or at24 module\n";
print STDERR "No EEPROM found, try loading the eeprom, at24 or ee1004 module\n";
exit; exit;
} }

Loading…
Cancel
Save