summaryrefslogtreecommitdiff
path: root/src/soc/rockchip/rk3288/Makefile.inc
diff options
context:
space:
mode:
authorhuang lin <hl@rock-chips.com>2014-09-27 12:02:27 +0800
committerAaron Durbin <adurbin@google.com>2015-04-02 21:16:28 +0200
commitbbcffd9e25e12a8ee5858ac580aa7e86ecf32ee5 (patch)
tree71643c01f781877ae677f424dbfb6023f521e4d7 /src/soc/rockchip/rk3288/Makefile.inc
parent1fd5a9b36d8b817614ef7f0c301291da0cdb7466 (diff)
downloadcoreboot-bbcffd9e25e12a8ee5858ac580aa7e86ecf32ee5.tar.xz
rockchip: support i2c clock setting
BUG=None TEST=Boot Veyron Pinky and measure i2c clock frequency Original-Change-Id: I04d9fa75a05280885f083a828f78cf55811ca97d Original-Signed-off-by: huang lin <hl@rock-chips.com> Original-Reviewed-on: https://chromium-review.googlesource.com/219660 Original-Reviewed-by: Julius Werner <jwerner@chromium.org> Original-Commit-Queue: Julius Werner <jwerner@chromium.org> Change-Id: Ie7ac3f2d0d76a4d3347bd469bf7af3295cc454fd (cherry picked from commit 4b9b3c2f8b7c6cd189cb8f239508431ee08ebc52) Signed-off-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: http://review.coreboot.org/9241 Reviewed-by: Patrick Georgi <pgeorgi@google.com> Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/soc/rockchip/rk3288/Makefile.inc')
-rw-r--r--src/soc/rockchip/rk3288/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/rockchip/rk3288/Makefile.inc b/src/soc/rockchip/rk3288/Makefile.inc
index 095c5555e9..aa1f002fbe 100644
--- a/src/soc/rockchip/rk3288/Makefile.inc
+++ b/src/soc/rockchip/rk3288/Makefile.inc
@@ -30,6 +30,7 @@ bootblock-y += clock.c
bootblock-y += spi.c
bootblock-y += media.c
bootblock-y += gpio.c
+bootblock-y += i2c.c
verstage-y += monotonic_timer.c
verstage-y += spi.c