summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/at91sam9263ek.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/at91sam9263ek.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/at91sam9263ek.dts')
-rw-r--r--arch/arm/boot/dts/at91sam9263ek.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/at91sam9263ek.dts b/arch/arm/boot/dts/at91sam9263ek.dts
index 42e734020235..e732565913a4 100644
--- a/arch/arm/boot/dts/at91sam9263ek.dts
+++ b/arch/arm/boot/dts/at91sam9263ek.dts
@@ -102,6 +102,10 @@
};
};
+ rtc@fffffd20 {
+ atmel,rtt-rtc-time-reg = <&gpbr 0x0>;
+ };
+
watchdog@fffffd40 {
status = "okay";
};