commit | 67ebb1cc3570db2d3f7377cce5dc1ab35fa2c52f | [log] [tgz] |
---|---|---|
author | Gregory CLEMENT <gregory.clement@bootlin.com> | Wed Apr 17 11:48:45 2019 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Apr 26 18:58:20 2019 -0400 |
tree | 7bfd0091dd052b06901febe04368f32399f0516c | |
parent | e599b542899ae6a4f34996e45708be1776aaae35 [diff] |
arm: lpc32xx: Fix timer initialization The match controller register is not cleared during initialization. However, some bits of this register may reset the TC if tnMRx match it. As we can't make any assumption about how U-Boot is launched by the first stage bootloader (such as S1L) clearing this register ensure that the timers work as expected. Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>