]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
rtc: rv8803: fix the rv8803 id in the OF table
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Mon, 27 Aug 2018 21:23:43 +0000 (23:23 +0200)
committerStefan Bader <stefan.bader@canonical.com>
Tue, 26 Nov 2019 12:16:23 +0000 (13:16 +0100)
BugLink: https://bugs.launchpad.net/bugs/1853915
[ Upstream commit c856618d20662695fcdb47bf4d560dc457662aec ]

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>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Khalid Elmously <khalid.elmously@canonical.com>
drivers/rtc/rtc-rv8803.c

index aae2576741a61585a9624217fa2a6cd1d26510e1..6e06fb3b0b9286cb92616bfa1c6d5ca41f081597 100644 (file)
@@ -622,7 +622,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",