]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mxs: fix abuse of RTC_CTRL_FORCE_UPDATE
authorLothar Waßmann <LW@KARO-electronics.de>
Mon, 15 Jul 2013 09:17:47 +0000 (11:17 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Mon, 15 Jul 2013 09:17:47 +0000 (11:17 +0200)
commit395e0a77c45b665077b36890773dfc0371bf7655
treeeb941b262a90c8cee6ee064a11af0b69c1d1aeae
parente196985ff99456e1d47cd31656d8080efe514dfb
mxs: fix abuse of RTC_CTRL_FORCE_UPDATE
1. RTC_CTRL_FORCE_UPDATE is self clearing. There is no need to clear
   it manually.
2. RTC_CTRL_FORCE_UPDATE instructs the HW to read back the shadow
   register from the HW, not the other way round, as the original code
   seems to assume.
arch/arm/cpu/arm926ejs/mxs/spl_power_init.c