OSDN Git Service

ARM: dts: vf-colibri-eval-v3.dts: Enable ST-M41T0M6 RTC
authorBhuvanchandra DV <bhuvanchandra.dv@toradex.com>
Thu, 13 Nov 2014 04:35:32 +0000 (10:05 +0530)
committerShawn Guo <shawn.guo@linaro.org>
Sun, 23 Nov 2014 07:08:13 +0000 (15:08 +0800)
ST-M41T0M6 is available on Colibri carrier boards.
Hence enable M41T0M6 RTC.

Acked-by: Stefan Agner <stefan@agner.ch>
Signed-off-by: Bhuvanchandra DV <bhuvanchandra.dv@toradex.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/boot/dts/vf-colibri-eval-v3.dtsi

index 7324bdc..20251a3 100644 (file)
 
 &i2c0 {
        status = "okay";
+
+       /* M41T0M6 real time clock on carrier board */
+       rtc: m41t0m6@68 {
+               compatible = "st,m41t00";
+               reg = <0x68>;
+       };
 };
 
 &pwm0 {