commit | b17b24296095e1819e2f1827a6b03fd208f7c3ea | [log] [tgz] |
---|---|---|
author | huang lin <hl@rock-chips.com> | Tue Nov 17 14:20:19 2015 +0800 |
committer | Simon Glass <sjg@chromium.org> | Tue Dec 01 08:07:22 2015 -0700 |
tree | aaee7a9603d081d56439d77fb1ab9f2887216ec2 | |
parent | 5aaa2872c40fb7fefb19601c58f13d9c6598db0f [diff] [blame] |
rockchip: rk3036: Add a simple syscon driver Add a driver that provides access to system controllers Signed-off-by: Lin Huang <hl@rock-chips.com> Acked-by: Simon Glass <sjg@chromium.org>
diff --git a/arch/arm/mach-rockchip/rk3036/Makefile b/arch/arm/mach-rockchip/rk3036/Makefile index a483347..5d14b95 100644 --- a/arch/arm/mach-rockchip/rk3036/Makefile +++ b/arch/arm/mach-rockchip/rk3036/Makefile
@@ -6,5 +6,5 @@ ifndef CONFIG_SPL_BUILD obj-y += reset_rk3036.o +obj-y += syscon_rk3036.o endif -