]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ARM: dts: at91: usb_a9g20: fix rtc node
authorAlexandre Belloni <alexandre.belloni@free-electrons.com>
Fri, 15 Sep 2017 02:00:03 +0000 (04:00 +0200)
committerAlexandre Belloni <alexandre.belloni@free-electrons.com>
Mon, 9 Oct 2017 14:32:20 +0000 (16:32 +0200)
The rv3029 compatible is missing its vendor string, add it.
Also fix the node name to be a proper generic name.

Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
arch/arm/boot/dts/usb_a9g20_common.dtsi

index 088c2c3685ab7bf3d65367c0662d226980cbb44e..81c3fe0465d95cb645d8e26177c6858db1dc52c5 100644 (file)
@@ -20,8 +20,8 @@
        };
 
        i2c-gpio-0 {
-               rv3029c2@56 {
-                       compatible = "rv3029c2";
+               rtc@56 {
+                       compatible = "microcrystal,rv3029";
                        reg = <0x56>;
                };
        };