diff options
author | Corentin Labbe <[email protected]> | 2021-05-03 19:50:48 +0000 |
---|---|---|
committer | Linus Walleij <[email protected]> | 2021-05-10 01:32:27 +0200 |
commit | 0e00c9135b62e9a59f6dfb7e479f1f7abbb1c3d3 (patch) | |
tree | 7b00c3cd9a8a5a33ce82b440cca239765409631a | |
parent | 483f3645b3f7acfd1c78a19d51b80c0656161974 (diff) |
ARM: dts: gemini: use the right rtc compatible
The rtc compatible was not following the dt-binding.
Signed-off-by: Corentin Labbe <[email protected]>
Signed-off-by: Linus Walleij <[email protected]>
-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>; |