commit | 7ba69b7dcc94879f9dfe6beb3416512114556c04 | [log] [tgz] |
---|---|---|
author | Michal Simek <michal.simek@xilinx.com> | Wed Aug 28 07:36:31 2013 +0200 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Mon Sep 23 16:26:32 2013 +0200 |
tree | 880b4abb27ccb3090e496bd0651829539ae55f57 | |
parent | 373d79839451de08c3dce9231a133178378c4590 [diff] |
arm: zynq: Fix timer loadaddress Reload address was written to the counter register instead of load register. The problem happens when timer expires but never reload to ~0UL (it is downcount timer). Reported-by: Stephen MacMahon <stephenm@xilinx.com> Signed-off-by: Michal Simek <michal.simek@xilinx.com>