ARM: dts: gemini: use the right rtc compatible
authorCorentin Labbe <clabbe@baylibre.com>
Mon, 3 May 2021 19:50:48 +0000 (19:50 +0000)
committerLinus Walleij <linus.walleij@linaro.org>
Sun, 9 May 2021 23:32:27 +0000 (01:32 +0200)
The rtc compatible was not following the dt-binding.

Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/boot/dts/gemini.dtsi

index 07448c0..23271d5 100644 (file)
                };
 
                rtc@45000000 {
-                       compatible = "cortina,gemini-rtc";
+                       compatible = "cortina,gemini-rtc", "faraday,ftrtc010";
                        reg = <0x45000000 0x100>;
                        interrupts = <17 IRQ_TYPE_LEVEL_HIGH>;
                        resets = <&syscon GEMINI_RESET_RTC>;