commit | 6f65e75a8a80e6317729f232f135ca2cc5b99d4e | [log] [tgz] |
---|---|---|
author | Christophe Leroy <christophe.leroy@c-s.fr> | Thu Jul 06 10:33:19 2017 +0200 |
committer | Tom Rini <trini@konsulko.com> | Sat Jul 08 15:55:37 2017 -0400 |
tree | 70c0659adceb5cd6c26207cba02bd22104d2bf7e | |
parent | 70fd071001eafa60ed2ac8a69cfc5600c59981a5 [diff] |
powerpc, 8xx: Properly set CPM frequency in the device tree For processors whose core runs at twice the bus frequency, the fallback frequency calculation in Linux provides a wrong result. Therefore, U-boot needs to pass the correct value. Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr> Reviewed-by: Heiko Schocher <hs@denx.de>