diff options
author | Sergiu Moga <sergiu.moga@microchip.com> | 2022-03-04 17:11:56 +0100 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@microchip.com> | 2022-05-17 17:14:30 +0200 |
commit | 52e0d230865b3e3b2d1484c3362eaee36e48bf46 (patch) | |
tree | cc1e22eb47de03d5519d765adea2eecf5124a526 /arch/arm/boot/dts/at91sam9263ek.dts | |
parent | ARM: dts: kswitch-d10: enable networking (diff) | |
download | linux-52e0d230865b3e3b2d1484c3362eaee36e48bf46.tar.xz linux-52e0d230865b3e3b2d1484c3362eaee36e48bf46.zip |
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.dts | 4 |
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"; }; |