[U-Boot] [PATCH] rtc: s35392a: add compatible strings

Add compatible strings used by Linux. Allows for simpler syncing of device trees.
Signed-off-by: Robert Beckett bob.beckett@collabora.com ---
drivers/rtc/s35392a.c | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/drivers/rtc/s35392a.c b/drivers/rtc/s35392a.c index 844f1b72c7..4f478ccfd7 100644 --- a/drivers/rtc/s35392a.c +++ b/drivers/rtc/s35392a.c @@ -350,6 +350,8 @@ static const struct rtc_ops s35392a_rtc_ops = {
static const struct udevice_id s35392a_rtc_ids[] = { { .compatible = "sii,s35392a-rtc" }, + { .compatible = "sii,s35392a" }, + { .compatible = "s35392a" }, { } };

Add compatible strings used by Linux. Allows for simpler syncing of device trees. Signed-off-by: Robert Beckett bob.beckett@collabora.com
Applied to u-boot-imx, master, thanks !
Best regards, Stefano Babic
participants (2)
-
Robert Beckett
-
sbabic@denx.de