|
@@ -615,6 +615,7 @@ static int rv8803_probe(struct i2c_client *client,
|
|
|
|
|
|
static const struct i2c_device_id rv8803_id[] = {
|
|
|
{ "rv8803", rv_8803 },
|
|
|
+ { "rx8803", rv_8803 },
|
|
|
{ "rx8900", rx_8900 },
|
|
|
{ }
|
|
|
};
|
|
@@ -625,6 +626,10 @@ static const struct of_device_id rv8803_of_match[] = {
|
|
|
.compatible = "microcrystal,rv8803",
|
|
|
.data = (void *)rv_8803
|
|
|
},
|
|
|
+ {
|
|
|
+ .compatible = "epson,rx8803",
|
|
|
+ .data = (void *)rv_8803
|
|
|
+ },
|
|
|
{
|
|
|
.compatible = "epson,rx8900",
|
|
|
.data = (void *)rx_8900
|