diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2015-06-03 15:24:04 +0300 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2015-06-04 11:00:37 +0300 |
commit | ee3b67ccd25199a8db492f27d25d01518b3103a9 (patch) | |
tree | 2ff932273d98b401ef18056d1eacf50fbea871af /arch | |
parent | e24bf9c6ca0223752dc3da459c35f0723c4199d9 (diff) | |
download | linux-ee3b67ccd25199a8db492f27d25d01518b3103a9.tar.xz |
ARM: at91/dt: at91sam9rlek: add RTC
Add RTC support to the at91sam9rlek.
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/at91sam9rlek.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/at91sam9rlek.dts b/arch/arm/boot/dts/at91sam9rlek.dts index d9299be3dfe9..724b9f54a60a 100644 --- a/arch/arm/boot/dts/at91sam9rlek.dts +++ b/arch/arm/boot/dts/at91sam9rlek.dts @@ -184,6 +184,10 @@ watchdog@fffffd40 { status = "okay"; }; + + rtc@fffffe00 { + status = "okay"; + }; }; }; |