diff options
author | Corentin Labbe <clabbe@baylibre.com> | 2021-05-03 22:50:48 +0300 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2021-05-10 02:32:27 +0300 |
commit | 0e00c9135b62e9a59f6dfb7e479f1f7abbb1c3d3 (patch) | |
tree | 7b00c3cd9a8a5a33ce82b440cca239765409631a | |
parent | 483f3645b3f7acfd1c78a19d51b80c0656161974 (diff) | |
download | linux-0e00c9135b62e9a59f6dfb7e479f1f7abbb1c3d3.tar.xz |
ARM: dts: gemini: use the right rtc compatible
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>
-rw-r--r-- | arch/arm/boot/dts/gemini.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/gemini.dtsi b/arch/arm/boot/dts/gemini.dtsi index 07448c03dac9..23271d537ae5 100644 --- a/arch/arm/boot/dts/gemini.dtsi +++ b/arch/arm/boot/dts/gemini.dtsi @@ -191,7 +191,7 @@ }; 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>; |