]> git.karo-electronics.de Git - karo-tx-linux.git/commit
rtc: s5m: remove undocumented time init on first boot
authorKrzysztof Kozlowski <k.kozlowski@samsung.com>
Thu, 1 May 2014 22:05:43 +0000 (08:05 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 2 May 2014 05:48:35 +0000 (15:48 +1000)
commitc232f398426fa4697edf7bc8b6f6a67a5c3a4eb9
tree27e2639245ca1649089a74614c9a5c2c984089f6
parent4f448d443bc01bf270173b58e22ba4f629b1c9e2
rtc: s5m: remove undocumented time init on first boot

Remove the code for initializing time if this is first boot.

The code for detecting first boot uses undocumented field RTC_TCON in
RTC_UDR_CON register.  According to S5M8767's datasheet this field is
reserved.  On S2MPS14 it is not documented at all.  On device first boot
the registers will be initialized with reset value (2000-01-01 00:00:00).

The code might work on S5M8763 but still this does not look like a task
for RTC driver.

Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Cc: Kyungmin Park <kyungmin.park@samsung.com>
Cc: Lee Jones <lee.jones@linaro.org>
Cc: Alessandro Zummo <a.zummo@towertech.it>
Cc: Sangbeom Kim <sbkim73@samsung.com>
Cc: Samuel Ortiz <sameo@linux.intel.com>
Cc: Marek Szyprowski <m.szyprowski@samsung.com>
Cc: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/rtc/rtc-s5m.c