commit | 38003bc5c520d5d31bb17c3c17418f2d48ea749e | [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 | a2f61ca8beaf5122d3295fff53976946d4fbda5b [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>