diff options
author | Chao Xie <chao.xie@marvell.com> | 2014-10-31 03:13:52 +0100 |
---|---|---|
committer | Michael Turquette <mturquette@linaro.org> | 2014-11-13 01:34:26 +0100 |
commit | 51454eb46c02eb087b9beb1b895b765394f6e374 (patch) | |
tree | 440ee5819dca16ef7bdf6b3d9471699965812a59 /arch/arm/boot/dts/pxa168.dtsi | |
parent | clk: mmp: add mmp2 DT support for clock driver (diff) | |
download | linux-51454eb46c02eb087b9beb1b895b765394f6e374.tar.xz linux-51454eb46c02eb087b9beb1b895b765394f6e374.zip |
arm: mmp: Make all the dts file to be compiled by Makefile
Add items in arch/arm/boot/dt/Makefile to compile the dtb
for mach-mmp.
Change the dts and dtsi file to use #include instead of \include\
Signed-off-by: Chao Xie <chao.xie@marvell.com>
Acked-by: Haojian Zhuang <haojian.zhuang@gmail.com>
Signed-off-by: Michael Turquette <mturquette@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/pxa168.dtsi')
-rw-r--r-- | arch/arm/boot/dts/pxa168.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/pxa168.dtsi b/arch/arm/boot/dts/pxa168.dtsi index 975dad21ac38..bfcbdef39d0e 100644 --- a/arch/arm/boot/dts/pxa168.dtsi +++ b/arch/arm/boot/dts/pxa168.dtsi @@ -7,7 +7,7 @@ * publishhed by the Free Software Foundation. */ -/include/ "skeleton.dtsi" +#include "skeleton.dtsi" / { aliases { |