summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorŁukasz Stelmach <l.stelmach@samsung.com>2013-11-27 16:25:27 +0100
committerMarek Szyprowski <m.szyprowski@samsung.com>2014-05-15 07:25:38 +0200
commit744155e0b722537c7c032acc06b52988e0e9533e (patch)
tree468eb10788228400c2a0af7996f6fe417fe2dbab /arch
parentf9ca605cb2dfb9e835d0e2db87529013a9852085 (diff)
downloadlinux-3.10-744155e0b722537c7c032acc06b52988e0e9533e.tar.gz
linux-3.10-744155e0b722537c7c032acc06b52988e0e9533e.tar.bz2
linux-3.10-744155e0b722537c7c032acc06b52988e0e9533e.zip
Enable RTC chips on M0 devices
Change-Id: Ide6d17af6d026230c48bededf32e8f15ca41b8e4 Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boot/dts/exynos4412-m0.dts4
-rw-r--r--arch/arm/configs/tizen_defconfig2
2 files changed, 5 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/exynos4412-m0.dts b/arch/arm/boot/dts/exynos4412-m0.dts
index 4bf6677b826..c6120bb1b3a 100644
--- a/arch/arm/boot/dts/exynos4412-m0.dts
+++ b/arch/arm/boot/dts/exynos4412-m0.dts
@@ -239,4 +239,8 @@
pulldown-ohm = <100000> ;
io-channels = <&adc 2>;
};
+
+ rtc@10070000 {
+ status = "okay";
+ };
};
diff --git a/arch/arm/configs/tizen_defconfig b/arch/arm/configs/tizen_defconfig
index 3714242b917..1b89de483b3 100644
--- a/arch/arm/configs/tizen_defconfig
+++ b/arch/arm/configs/tizen_defconfig
@@ -2700,7 +2700,7 @@ CONFIG_RTC_INTF_DEV=y
# CONFIG_RTC_DRV_DS3232 is not set
# CONFIG_RTC_DRV_MAX6900 is not set
# CONFIG_RTC_DRV_MAX8997 is not set
-# CONFIG_RTC_DRV_MAX77686 is not set
+CONFIG_RTC_DRV_MAX77686=y
# CONFIG_RTC_DRV_RS5C372 is not set
# CONFIG_RTC_DRV_ISL1208 is not set
# CONFIG_RTC_DRV_ISL12022 is not set