colibri_vf: use same NAND clock as Linux uses
authorStefan Agner <stefan.agner@toradex.com>
Wed, 30 Nov 2016 21:41:56 +0000 (13:41 -0800)
committerStefano Babic <sbabic@denx.de>
Fri, 16 Dec 2016 08:56:38 +0000 (09:56 +0100)
commit0eba4c41ca18f8f009126dcacc647927accaa63d
tree08ec2648ee0b09d43de51453ab91f49da53008a5
parent9e73c1b7d11611d51f0026d375731f0316dd26e8
colibri_vf: use same NAND clock as Linux uses

Currently a divider of 6 has been used, leading to following NAND
Flash Controller (NFC) clocks:
VF61: 27.7 MHz (166.7MHz bus clock)
VF50: 22 MHz (132MHz bus clock)

The NAND Flash Memory used on VF50 allows to use clock speed of
up to 33MHz, while the Flash Memory of VF61 allows 50MHz. We can
use the same divider of 4 on both modules to configure the maximal
possible clock speeds:
VF61: 41.7 MHz
VF50: 33 MHz

Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
board/toradex/colibri_vf/colibri_vf.c