Add 0x64 to address list for accton_i2c_cpld

This commit is contained in:
Petro Karashchenko
2017-04-04 01:03:45 +03:00
parent c0998b8bba
commit cc057381c2

View File

@@ -38,7 +38,7 @@ struct cpld_client_node {
/* Addresses scanned for accton_i2c_cpld
*/
static const unsigned short normal_i2c[] = { 0x31, 0x35, 0x60, 0x61, 0x62, I2C_CLIENT_END };
static const unsigned short normal_i2c[] = { 0x31, 0x35, 0x60, 0x61, 0x62, 0x64, I2C_CLIENT_END };
static ssize_t show_cpld_version(struct device *dev, struct device_attribute *attr, char *buf)
{