diff options
author | huang lin <hl@rock-chips.com> | 2014-10-10 20:28:47 -0700 |
---|---|---|
committer | Aaron Durbin <adurbin@google.com> | 2015-04-04 15:05:12 +0200 |
commit | 08884e39cd3c7d0d0250e0e7921d12b5ae10ada1 (patch) | |
tree | 6c266022d90e3fcf3586b454257e41e7b7d62994 /src/soc/rockchip/rk3288/Makefile.inc | |
parent | 8affee58975f28e6a22fe3a474bd8bdd9a9cc05a (diff) |
rk3288: set cpu frequency up to 1.8GHz
before the rkclk_init(), we must set rk808
buck1 voltage up to 1300mv
BUG=chrome-os-partner:32716, chrome-os-partner:31896
TEST=Boot on veyron_pinky rev2,check the rk808 buck1 voltage 1300mv
and check the cpu frequency up to 1.8GHz
Original-Change-Id: I6a8c6e35bd7cc6017f2def72876a9170977f206e
Original-Signed-off-by: huang lin <hl@rock-chips.com>
Original-Reviewed-on: https://chromium-review.googlesource.com/222957
Original-Reviewed-by: Doug Anderson <dianders@chromium.org>
(cherry picked from commit 2e7e7c265691250d4a1b3ff94fe70b0a05f23e16)
Signed-off-by: Aaron Durbin <adurbin@chromium.org>
Change-Id: Iff89d959456dd4d36f4293435caf7b4f7bdaf6fd
Reviewed-on: http://review.coreboot.org/9260
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/soc/rockchip/rk3288/Makefile.inc')
-rw-r--r-- | src/soc/rockchip/rk3288/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/rockchip/rk3288/Makefile.inc b/src/soc/rockchip/rk3288/Makefile.inc index 95d72c9782..d41919b3fb 100644 --- a/src/soc/rockchip/rk3288/Makefile.inc +++ b/src/soc/rockchip/rk3288/Makefile.inc @@ -31,6 +31,7 @@ bootblock-y += spi.c bootblock-y += media.c bootblock-y += gpio.c bootblock-y += i2c.c +bootblock-y += rk808.c verstage-y += monotonic_timer.c verstage-y += spi.c |