Revert "mako: pmic: store Real Time Clock(RTC)"

QCT recommand that rtc_write_enable value should be disabled.
Because other subsystem are dependent on rtc from pmic,
and forcing it to different value may cause unexpected problems
on other sub system.

This reverts commit fe1ef3b68f671e7857dd6f2ca001e628333c75d4.
This commit is contained in:
eunyoung.shin
2012-09-05 18:09:31 +09:00
committed by Iliyan Malchev
parent 9c8a6734e5
commit 524c8872dd

View File

@@ -330,7 +330,7 @@ apq8064_pm8921_irq_pdata __devinitdata = {
static struct pm8xxx_rtc_platform_data
apq8064_pm8921_rtc_pdata = {
.rtc_write_enable = true,
.rtc_write_enable = false,
.rtc_alarm_powerup = false,
};