summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/at91sam9rlek.dts
diff options
context:
space:
mode:
authorSergiu Moga <sergiu.moga@microchip.com>2022-03-04 18:11:56 +0200
committerNicolas Ferre <nicolas.ferre@microchip.com>2022-05-17 17:14:30 +0200
commit52e0d230865b3e3b2d1484c3362eaee36e48bf46 (patch)
treecc1e22eb47de03d5519d765adea2eecf5124a526 /arch/arm/boot/dts/at91sam9rlek.dts
parent46a9556d977e290a18890fb4cf07d19b0da16f31 (diff)
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: 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>
Diffstat (limited to 'arch/arm/boot/dts/at91sam9rlek.dts')
-rw-r--r--arch/arm/boot/dts/at91sam9rlek.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/at91sam9rlek.dts b/arch/arm/boot/dts/at91sam9rlek.dts
index d74b8d9d84aa..ddaadfec6751 100644
--- a/arch/arm/boot/dts/at91sam9rlek.dts
+++ b/arch/arm/boot/dts/at91sam9rlek.dts
@@ -212,6 +212,10 @@
status = "okay";
};
+ rtc@fffffd20 {
+ atmel,rtt-rtc-time-reg = <&gpbr 0x0>;
+ };
+
rtc@fffffe00 {
status = "okay";
};