Commit adea2917 authored by Alexandre Belloni's avatar Alexandre Belloni

ARM: dts: at91: usb_a9g20: fix rtc node

The rv3029 compatible is missing its vendor string, add it.
Also fix the node name to be a proper generic name.
Acked-by: default avatarNicolas Ferre <nicolas.ferre@microchip.com>
Signed-off-by: default avatarAlexandre Belloni <alexandre.belloni@free-electrons.com>
parent 9b50e1ab
...@@ -20,8 +20,8 @@ memory { ...@@ -20,8 +20,8 @@ memory {
}; };
i2c-gpio-0 { i2c-gpio-0 {
rv3029c2@56 { rtc@56 {
compatible = "rv3029c2"; compatible = "microcrystal,rv3029";
reg = <0x56>; reg = <0x56>;
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment