summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/Makefile
diff options
context:
space:
mode:
authorKuninori Morimoto2013-07-24 09:36:51 +0200
committerSimon Horman2013-07-26 02:17:32 +0200
commitcfa66a81621d0e85ac03c0de25adc7edd7f2649e (patch)
treebc992bbf405e4af3b8bed55843aa7ced8de0e6fd /arch/arm/mach-shmobile/Makefile
parentARM: shmobile: lager-reference: Add LED6-LED8 to the device tree (diff)
downloadkernel-qcow2-linux-cfa66a81621d0e85ac03c0de25adc7edd7f2649e.tar.gz
kernel-qcow2-linux-cfa66a81621d0e85ac03c0de25adc7edd7f2649e.tar.xz
kernel-qcow2-linux-cfa66a81621d0e85ac03c0de25adc7edd7f2649e.zip
ARM: shmobile: bockw: add DT reference
This patch adds a sample DT-based Bock-W "reference" implementation. The use of platform-specific C-code should be avoided with this configuration as much as possible. This patch adds new r8a7778_add_dt_devices() which was same stance of r8a7790_add_dt_devices() Acked-by: Magnus Damm <damm@opensource.se> Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> 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 397bb36065e0..e401c737fb4d 100644
--- a/arch/arm/mach-shmobile/Makefile
+++ b/arch/arm/mach-shmobile/Makefile
@@ -41,6 +41,7 @@ obj-$(CONFIG_MACH_APE6EVM_REFERENCE) += board-ape6evm-reference.o
obj-$(CONFIG_MACH_MACKEREL) += board-mackerel.o
obj-$(CONFIG_MACH_KOTA2) += board-kota2.o
obj-$(CONFIG_MACH_BOCKW) += board-bockw.o
+obj-$(CONFIG_MACH_BOCKW_REFERENCE) += board-bockw-reference.o
obj-$(CONFIG_MACH_MARZEN) += board-marzen.o
obj-$(CONFIG_MACH_MARZEN_REFERENCE) += board-marzen-reference.o
obj-$(CONFIG_MACH_LAGER) += board-lager.o