Commit 52e0d230 authored by Sergiu Moga's avatar Sergiu Moga Committed by Nicolas Ferre
Browse files

ARM: dts: at91: Add the required 'atmel, rtt-rtc-time-reg' property



Add the required 'atmel,rtt-rtc-time-reg' property to the "rtt" nodes
of the board files that were missing it.

Signed-off-by: default avatarSergiu Moga <sergiu.moga@microchip.com>
Reviewed-by: default avatarTudor Ambarus <tudor.ambarus@microchip.com>
Signed-off-by: default avatarClaudiu Beznea <claudiu.beznea@microchip.com>
Link: https://lore.kernel.org/all/20220304161159.147784-2-sergiu.moga@microchip.com


Signed-off-by: default avatarNicolas Ferre <nicolas.ferre@microchip.com>
parent 46a9556d
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -178,6 +178,10 @@ dbgu: serial@fffff200 {
				status = "okay";
			};

			rtc@fffffd20 {
				atmel,rtt-rtc-time-reg = <&gpbr 0x0>;
			};

			watchdog@fffffd40 {
				status = "okay";
			};
+4 −0
Original line number Diff line number Diff line
@@ -102,6 +102,10 @@ flash@0 {
				};
			};

			rtc@fffffd20 {
				atmel,rtt-rtc-time-reg = <&gpbr 0x0>;
			};

			watchdog@fffffd40 {
				status = "okay";
			};
+4 −0
Original line number Diff line number Diff line
@@ -212,6 +212,10 @@ watchdog@fffffd40 {
				status = "okay";
			};

			rtc@fffffd20 {
				atmel,rtt-rtc-time-reg = <&gpbr 0x0>;
			};

			rtc@fffffe00 {
				status = "okay";
			};