diff options
author | Gabriel Fernandez <gabriel.fernandez@st.com> | 2013-05-27 09:30:53 -0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-05-29 12:38:40 -0400 |
commit | 807e8838e309a8076dcccac1a399522e20bf229c (patch) | |
tree | 6c636bc353b46cccdd8f31f4a5a806c860a173ac /arch/arm/boot/dts/ccu8540.dts | |
parent | 90ccde4cd599e0d8de7009201b08e51ef30998b8 (diff) |
ARM: ux500: use #include syntax to include *.dtsi.
This patch prepares the use of '#define' into dts files.
Signed-off-by: Gabriel Fernandez <gabriel.fernandez@st.com>
Acked-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/ccu8540.dts')
-rw-r--r-- | arch/arm/boot/dts/ccu8540.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/ccu8540.dts b/arch/arm/boot/dts/ccu8540.dts index af4487fe9f8b..5c0db33c813e 100644 --- a/arch/arm/boot/dts/ccu8540.dts +++ b/arch/arm/boot/dts/ccu8540.dts | |||
@@ -10,7 +10,7 @@ | |||
10 | */ | 10 | */ |
11 | 11 | ||
12 | /dts-v1/; | 12 | /dts-v1/; |
13 | /include/ "dbx5x0.dtsi" | 13 | #include "dbx5x0.dtsi" |
14 | 14 | ||
15 | / { | 15 | / { |
16 | model = "ST-Ericsson U8540 platform with Device Tree"; | 16 | model = "ST-Ericsson U8540 platform with Device Tree"; |