rockchip: rk3288: fix FREF_MIN_HZ constant

A patch from »rockchip: cosmetics, a fix and first steps on the rk3188« in state Mainline for u-boot

From: Heiko Stuebner <heiko@...> Date: Wed, 6 Jul 2016 21:46:05 +0200

Commit-Message

According to the TRM the minimum FREF frequency is 269kHz not MHz. Adapt the constant accordingly. Signed-off-by: Heiko Stuebner <heiko@...>

Patch-Comment

drivers/clk/clk_rk3288.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

Statistics

  • 1 lines added
  • 1 lines removed

Changes

--------------------------- drivers/clk/clk_rk3288.c ---------------------------
index dece4bc..a41cf8b 100644
@@ -47,7 +47,7 @@ enum {
OUTPUT_MAX_HZ = 2200U * 1000000,
OUTPUT_MIN_HZ = 27500000,
FREF_MAX_HZ = 2200U * 1000000,
- FREF_MIN_HZ = 269 * 1000000,
+ FREF_MIN_HZ = 269 * 1000,
};
enum {
 
 

Recent Patches

About Us

Sed lacus. Donec lectus. Nullam pretium nibh ut turpis. Nam bibendum. In nulla tortor, elementum vel, tempor at, varius non, purus. Mauris vitae nisl nec metus placerat consectetuer.

Read More...