mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
rtc: rv8803: fix the rv8803 id in the OF table
[ Upstream commit c856618d20 ]
The ID for RV8803 must be rv_8803
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
5a408693b4
commit
c2dca83e9e
@@ -623,7 +623,7 @@ MODULE_DEVICE_TABLE(i2c, rv8803_id);
|
||||
static const struct of_device_id rv8803_of_match[] = {
|
||||
{
|
||||
.compatible = "microcrystal,rv8803",
|
||||
.data = (void *)rx_8900
|
||||
.data = (void *)rv_8803
|
||||
},
|
||||
{
|
||||
.compatible = "epson,rx8900",
|
||||
|
||||
Reference in New Issue
Block a user