]> asedeno.scripts.mit.edu Git - linux.git/commit
rtc: ds1390: Add OF device ID table
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>
Fri, 27 Oct 2017 11:09:47 +0000 (13:09 +0200)
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>
Fri, 27 Oct 2017 11:11:50 +0000 (13:11 +0200)
commit3ba2c76a9d3a339cd1b77e88915680ae2e9ac2da
treebf89b0563b16d9835815df0c0e72c4068cd5aa25
parent47dd47292828a552d62d0e68b7cd6bdc99d9e0aa
rtc: ds1390: Add OF device ID table

The driver doesn't have a struct of_device_id table but supported devices
are registered via Device Trees. Worse, the compatible is documented but
doesn't currently match the driver.

Add the proper compatible to the driver.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
drivers/rtc/rtc-ds1390.c