commit | 19c58cfbca0488c4b2ba05b0c1ade8b7b048ba53 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Aug 30 16:55:34 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Sep 02 21:28:24 2015 -0600 |
tree | bc2619990c09d0185bd3ee91a14c9accd5f7548b | |
parent | efad57f804c10461367ed4a40620b976f9e765df [diff] [blame] |
rockchip: rk3288: Add a simple syscon driver Add a driver that provides access to system controllers. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/arch/arm/mach-rockchip/rk3288/Makefile b/arch/arm/mach-rockchip/rk3288/Makefile index c6663f0..3f9900d 100644 --- a/arch/arm/mach-rockchip/rk3288/Makefile +++ b/arch/arm/mach-rockchip/rk3288/Makefile
@@ -5,3 +5,4 @@ # obj-y += reset_rk3288.o +obj-y += syscon_rk3288.o