diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2013-03-21 06:03:38 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-04-02 21:50:42 -0400 |
commit | 53e42c2974feaa269bc485267d0a4df0ef55e549 (patch) | |
tree | 30b3bb638139d6d5131eb9e579661a20947c9f8c /arch/arm/boot/dts/Makefile | |
parent | eb0ae7280939fda741ad6ae9b108725517652f56 (diff) |
ARM: shmobile: add R-Car M1A Bock-W platform support
Add basic Bock-W board support
More devices will be added on top of this patch after
PICNTRL and clock framework are in better shape.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Acked-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/boot/dts/Makefile')
-rw-r--r-- | arch/arm/boot/dts/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index ee9fbe4d9912..363fa5070310 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile | |||
@@ -136,6 +136,7 @@ dtb-$(CONFIG_ARCH_U8500) += snowball.dtb \ | |||
136 | ccu9540.dtb | 136 | ccu9540.dtb |
137 | dtb-$(CONFIG_ARCH_SHMOBILE) += emev2-kzm9d.dtb \ | 137 | dtb-$(CONFIG_ARCH_SHMOBILE) += emev2-kzm9d.dtb \ |
138 | r8a7740-armadillo800eva.dtb \ | 138 | r8a7740-armadillo800eva.dtb \ |
139 | r8a7778-bockw.dtb \ | ||
139 | r8a7779-marzen-reference.dtb \ | 140 | r8a7779-marzen-reference.dtb \ |
140 | sh73a0-kzm9g.dtb \ | 141 | sh73a0-kzm9g.dtb \ |
141 | sh73a0-kzm9g-reference.dtb \ | 142 | sh73a0-kzm9g-reference.dtb \ |