Commit 0e00c913 authored by Corentin Labbe's avatar Corentin Labbe Committed by Linus Walleij
Browse files

ARM: dts: gemini: use the right rtc compatible



The rtc compatible was not following the dt-binding.

Signed-off-by: default avatarCorentin Labbe <clabbe@baylibre.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 483f3645
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -191,7 +191,7 @@ timer@43000000 {
		};

		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>;