ARM: dts: at91: Add the required 'atmel, rtt-rtc-time-reg' property
authorSergiu Moga <sergiu.moga@microchip.com>
Fri, 4 Mar 2022 16:11:56 +0000 (18:11 +0200)
committerNicolas Ferre <nicolas.ferre@microchip.com>
Tue, 17 May 2022 15:14:30 +0000 (17:14 +0200)
Add the required 'atmel,rtt-rtc-time-reg' property to the "rtt" nodes
of the board files that were missing it.

Signed-off-by: Sergiu Moga <sergiu.moga@microchip.com>
Reviewed-by: Tudor Ambarus <tudor.ambarus@microchip.com>
Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Link: https://lore.kernel.org/all/20220304161159.147784-2-sergiu.moga@microchip.com
Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com>
arch/arm/boot/dts/at91sam9261ek.dts
arch/arm/boot/dts/at91sam9263ek.dts
arch/arm/boot/dts/at91sam9rlek.dts

index 8f11c0b7d76d7bca38f274d3743fbc0ed7819b4f..6fb4fe49cf1c23141dcf2e46dfc0df30663b8c28 100644 (file)
                                status = "okay";
                        };
 
+                       rtc@fffffd20 {
+                               atmel,rtt-rtc-time-reg = <&gpbr 0x0>;
+                       };
+
                        watchdog@fffffd40 {
                                status = "okay";
                        };
index 42e7340202355caca30666fd1202433ec816bd68..e732565913a4b65ae4ec20fb93f05bd9275003b9 100644 (file)
                                };
                        };
 
+                       rtc@fffffd20 {
+                               atmel,rtt-rtc-time-reg = <&gpbr 0x0>;
+                       };
+
                        watchdog@fffffd40 {
                                status = "okay";
                        };
index d74b8d9d84aa41473889e8c3bd3f4c6c6a68559a..ddaadfec6751940642ee6520e8d8c3168f0078d6 100644 (file)
                                status = "okay";
                        };
 
+                       rtc@fffffd20 {
+                               atmel,rtt-rtc-time-reg = <&gpbr 0x0>;
+                       };
+
                        rtc@fffffe00 {
                                status = "okay";
                        };