Message ID | 20210503195048.1575007-2-clabbe@baylibre.com |
---|---|
State | Accepted |
Commit | 0e00c9135b62e9a59f6dfb7e479f1f7abbb1c3d3 |
Headers | show |
Series | [1/2] dt-bindings: convert rtc/faraday,ftrtc01 to yaml | expand |
On Mon, May 3, 2021 at 9:50 PM Corentin Labbe <clabbe@baylibre.com> wrote: > The rtc compatible was not following the dt-binding. > > Signed-off-by: Corentin Labbe <clabbe@baylibre.com> Patch applied! Yours, Linus Walleij
diff --git a/arch/arm/boot/dts/gemini.dtsi b/arch/arm/boot/dts/gemini.dtsi index 9b4e5cf0ff5c..46071b46418a 100644 --- a/arch/arm/boot/dts/gemini.dtsi +++ b/arch/arm/boot/dts/gemini.dtsi @@ -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>;
The rtc compatible was not following the dt-binding. Signed-off-by: Corentin Labbe <clabbe@baylibre.com> --- arch/arm/boot/dts/gemini.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)