summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/Makefile
diff options
context:
space:
mode:
authorMagnus Damm2013-09-12 02:32:49 +0200
committerSimon Horman2013-10-08 02:29:15 +0200
commit629cc70ddac35520688b3a8bd165435c886e78eb (patch)
tree1f2767b7faad7efc5232e67b2e1057d08a527f59 /arch/arm/mach-shmobile/Makefile
parentARM: shmobile: r8a73a4: add a clock alias for the DMAC in DT mode (diff)
downloadkernel-qcow2-linux-629cc70ddac35520688b3a8bd165435c886e78eb.tar.gz
kernel-qcow2-linux-629cc70ddac35520688b3a8bd165435c886e78eb.tar.xz
kernel-qcow2-linux-629cc70ddac35520688b3a8bd165435c886e78eb.zip
ARM: shmobile: Break out R-Car Gen2 setup code
Move arch timer workaround code and boot mode pin handling from setup-r8a7790.c to setup-rcar-gen2.c. With this in place the same code can be used on other R-Car Generation 2 devices such as r8a7791. Signed-off-by: Magnus Damm <damm@opensource.se> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/Makefile')
-rw-r--r--arch/arm/mach-shmobile/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/Makefile b/arch/arm/mach-shmobile/Makefile
index d30ec1a427ec..6b7a02ee8b93 100644
--- a/arch/arm/mach-shmobile/Makefile
+++ b/arch/arm/mach-shmobile/Makefile
@@ -15,6 +15,7 @@ obj-$(CONFIG_ARCH_R8A7740) += setup-r8a7740.o
obj-$(CONFIG_ARCH_R8A7778) += setup-r8a7778.o
obj-$(CONFIG_ARCH_R8A7779) += setup-r8a7779.o
obj-$(CONFIG_ARCH_R8A7790) += setup-r8a7790.o
+obj-$(CONFIG_ARCH_R8A7790) += setup-r8a7790.o setup-rcar-gen2.o
obj-$(CONFIG_ARCH_R8A7791) += setup-r8a7791.o
obj-$(CONFIG_ARCH_EMEV2) += setup-emev2.o