diff options
author | Nicolas Ferre <nicolas.ferre@atmel.com> | 2015-03-19 17:23:13 +0100 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2015-03-23 15:37:09 +0100 |
commit | 5934973ddaf01beda9a0ce4f5efa7506ca8f8cb4 (patch) | |
tree | eb90a0e450503d02536b7746af4e85b51e60e25c /arch/arm/boot/dts/at91sam9x5cm.dtsi | |
parent | 4518996f90b1c2e04dfa15137dcafe59a47b59f7 (diff) | |
download | op-kernel-dev-5934973ddaf01beda9a0ce4f5efa7506ca8f8cb4.zip op-kernel-dev-5934973ddaf01beda9a0ce4f5efa7506ca8f8cb4.tar.gz |
ARM: at91/dt: at91sam9x5cm: enable RTC
Enable RTC for all the at91sam9x5 CPU Modules: this will enable it for all the
EK boards.
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Diffstat (limited to 'arch/arm/boot/dts/at91sam9x5cm.dtsi')
-rw-r--r-- | arch/arm/boot/dts/at91sam9x5cm.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/at91sam9x5cm.dtsi b/arch/arm/boot/dts/at91sam9x5cm.dtsi index 229d6c2..26112eb 100644 --- a/arch/arm/boot/dts/at91sam9x5cm.dtsi +++ b/arch/arm/boot/dts/at91sam9x5cm.dtsi @@ -42,6 +42,10 @@ }; }; }; + + rtc@fffffeb0 { + status = "okay"; + }; }; nand0: nand@40000000 { |