diff options
author | Simon Glass <sjg@chromium.org> | 2015-08-30 16:55:34 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-09-02 21:28:24 -0600 |
commit | 13d80ff5afae155a33e826399b7d47f69aa2451e (patch) | |
tree | bc2619990c09d0185bd3ee91a14c9accd5f7548b /arch/arm/mach-rockchip/rk3288/Makefile | |
parent | 3c5d0e34f6fe64144de0ad84e42f113c1cc2e0ca (diff) |
rockchip: rk3288: Add a simple syscon driver
Add a driver that provides access to system controllers.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/mach-rockchip/rk3288/Makefile')
-rw-r--r-- | arch/arm/mach-rockchip/rk3288/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-rockchip/rk3288/Makefile b/arch/arm/mach-rockchip/rk3288/Makefile index c6663f022a..3f9900dcef 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 |