summaryrefslogtreecommitdiff
path: root/arch/arm
diff options
context:
space:
mode:
authorŁukasz Stelmach <l.stelmach@samsung.com>2013-11-27 16:25:27 +0100
committerChanho Park <chanho61.park@samsung.com>2014-03-20 17:42:18 +0900
commit8b62fa4a282979d431e9279df9bb84aeb977b598 (patch)
tree794f98b741b906e8d86d085578574f821d4f607f /arch/arm
parent9df842eef51fbb6e8e7a72f3d4cf2ad930d079bc (diff)
downloadlinux-3.10-8b62fa4a282979d431e9279df9bb84aeb977b598.tar.gz
linux-3.10-8b62fa4a282979d431e9279df9bb84aeb977b598.tar.bz2
linux-3.10-8b62fa4a282979d431e9279df9bb84aeb977b598.zip
Enable RTC chips on M0 devices
Change-Id: Ide6d17af6d026230c48bededf32e8f15ca41b8e4 Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
Diffstat (limited to 'arch/arm')
-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