commit | dcb9a997f9e6827529d73d7d11b9cfaddaaf25c3 | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Thu Jan 31 07:24:43 2019 +0100 |
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Fri Feb 01 14:12:36 2019 +0100 |
tree | 0298e2e38c37efe63e6f302b80412a052efddab1 | |
parent | 330437cabc4dde449d14f5c37c9ee9344fbfcb8f [diff] |
mips: mt76xx: Use correct timer frequency Testing has shown that the timer on the MT7688 platforms does not run correctly (too fast timeout). This patch changes CONFIG_SYS_MIPS_TIMER_FREQ from 200MHz to 290MHz which is the correct value, as its also used in Linux. Signed-off-by: Stefan Roese <sr@denx.de> Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>