]> git.ipfire.org Git - people/ms/u-boot.git/commit
rockchip: rk3288: fix FREF_MIN_HZ constant
authorHeiko Stübner <heiko@sntech.de>
Fri, 15 Jul 2016 22:17:17 +0000 (00:17 +0200)
committerSimon Glass <sjg@chromium.org>
Tue, 26 Jul 2016 02:44:20 +0000 (20:44 -0600)
commitc3f03ffbe31ae886f0eb670edf47fc208d667c19
tree7fdc1a6c528c83ec5d27040ca8478af37d16c9ea
parentb339b5dbca4c776a4c138b852082fad2df826410
rockchip: rk3288: fix FREF_MIN_HZ constant

According to the TRM the minimum FREF frequency is 269kHz not MHz.
Adapt the constant accordingly.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Acked-by: Simon Glass <sjg@chromium.org>
drivers/clk/clk_rk3288.c