Skip to content
Snippets Groups Projects
Commit 0ba12166 authored by Robert Beckett's avatar Robert Beckett Committed by Stefano Babic
Browse files

rtc: s35392a: add compatible strings


Add compatible strings used by Linux.
Allows for simpler syncing of device trees.

Signed-off-by: default avatarRobert Beckett <bob.beckett@collabora.com>
parent a00b1f9d
No related branches found
No related tags found
No related merge requests found
...@@ -350,6 +350,8 @@ static const struct rtc_ops s35392a_rtc_ops = { ...@@ -350,6 +350,8 @@ static const struct rtc_ops s35392a_rtc_ops = {
static const struct udevice_id s35392a_rtc_ids[] = { static const struct udevice_id s35392a_rtc_ids[] = {
{ .compatible = "sii,s35392a-rtc" }, { .compatible = "sii,s35392a-rtc" },
{ .compatible = "sii,s35392a" },
{ .compatible = "s35392a" },
{ } { }
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment