@@ -991,6 +991,7 @@ static const struct regmap_config tc358768_regmap_config = {
static const struct i2c_device_id tc358768_i2c_ids[] = {
{ "tc358768", 0 },
{ "tc358778", 0 },
+ { "tc9594", 0 },
{ }
};
MODULE_DEVICE_TABLE(i2c, tc358768_i2c_ids);
@@ -998,6 +999,7 @@ MODULE_DEVICE_TABLE(i2c, tc358768_i2c_ids);
static const struct of_device_id tc358768_of_ids[] = {
{ .compatible = "toshiba,tc358768", },
{ .compatible = "toshiba,tc358778", },
+ { .compatible = "toshiba,tc9594", },
{ }
};
MODULE_DEVICE_TABLE(of, tc358768_of_ids);