diff options
author | Arnd Bergmann <arnd@arndb.de> | 2013-06-19 19:43:19 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2013-06-19 19:43:19 -0400 |
commit | a44bde66bec168889c95bd1d0d15834b02387901 (patch) | |
tree | 70e8d2bbc26d72d51928e6aacb274829f835a5d1 /arch/arm/boot/dts/Makefile | |
parent | ef0a3402cccf75b43b1ed854f57fb11b54a1241a (diff) | |
parent | 50dbb4cfbc264b074759e8fb5d8e0c0496a1b072 (diff) |
Merge tag 'zynq-dt-for-3.11' of git://git.xilinx.com/linux-xlnx into next/dt
From Michal Simek:
arm: Xilinx Zynq dt changes for v3.11
The branch contains:
- DT uart handling cleanup
- Support for zc706 and zed board
- Removal of board compatible string
* tag 'zynq-dt-for-3.11' of git://git.xilinx.com/linux-xlnx:
arm: dt: zynq: Add support for the zed platform
arm: dt: zynq: Add support for the zc706 platform
arm: dt: zynq: Use 'status' property for UART nodes
arm: zynq: Remove board specific compatibility string
clk: zynq: Remove deprecated clock code
arm: zynq: Migrate platform to clock controller
clk: zynq: Add clock controller driver
clk: zynq: Factor out PLL driver
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/boot/dts/Makefile')
-rw-r--r-- | arch/arm/boot/dts/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index 4823c3121ee2..4c904a8e458a 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile | |||
@@ -216,7 +216,9 @@ dtb-$(CONFIG_ARCH_VT8500) += vt8500-bv07.dtb \ | |||
216 | wm8650-mid.dtb \ | 216 | wm8650-mid.dtb \ |
217 | wm8750-apc8750.dtb \ | 217 | wm8750-apc8750.dtb \ |
218 | wm8850-w70v2.dtb | 218 | wm8850-w70v2.dtb |
219 | dtb-$(CONFIG_ARCH_ZYNQ) += zynq-zc702.dtb | 219 | dtb-$(CONFIG_ARCH_ZYNQ) += zynq-zc702.dtb \ |
220 | zynq-zc706.dtb \ | ||
221 | zynq-zed.dtb | ||
220 | 222 | ||
221 | targets += dtbs | 223 | targets += dtbs |
222 | targets += $(dtb-y) | 224 | targets += $(dtb-y) |