summaryrefslogtreecommitdiff
path: root/arch/arm/mach-rockchip/rk3399/Makefile
diff options
context:
space:
mode:
authorKever Yang <kever.yang@rock-chips.com>2016-07-29 05:35:25 +0300
committerSimon Glass <sjg@chromium.org>2016-08-06 02:56:07 +0300
commitb0b3c86521e0fe4cca3676adfc0b937d77456f9e (patch)
tree540c55a8983f35696e00e4e16faefbd9cf72f97d /arch/arm/mach-rockchip/rk3399/Makefile
parent2918d96728379b544fd8ba397cdeb47170dc38f8 (diff)
downloadu-boot-b0b3c86521e0fe4cca3676adfc0b937d77456f9e.tar.xz
rk3399: add basic soc driver
This patch add driver for: - clock driver including set_rate for cpu, mmc, vop, I2C. - sysreset driver - grf syscon driver Signed-off-by: Kever Yang <kever.yang@rock-chips.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/mach-rockchip/rk3399/Makefile')
-rw-r--r--arch/arm/mach-rockchip/rk3399/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-rockchip/rk3399/Makefile b/arch/arm/mach-rockchip/rk3399/Makefile
index 3f219ac6f8..3ca20284ef 100644
--- a/arch/arm/mach-rockchip/rk3399/Makefile
+++ b/arch/arm/mach-rockchip/rk3399/Makefile
@@ -5,3 +5,5 @@
#
obj-y += rk3399.o
+obj-y += reset_rk3399.o
+obj-y += syscon_rk3399.o