diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2013-04-06 22:49:34 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-04-09 10:52:49 -0400 |
commit | 36dffd8f49bc1364998db81bee739ea4574d88f7 (patch) | |
tree | 89f29c9a74357af82cc35510aead67d5ac615f5f /arch/arm/boot/dts/imx27-apf27.dts | |
parent | a10c22e44b3d44c6ec8109b38e37c061437d122d (diff) |
ARM: imx: use #include for all device trees
Replace /include/ (dtc) with #include (C pre-processor) for all imx DT
files, so that gcc -E handles the entire include tree, and hence any of
those files can #include some other file e.g. for constant definitions.
This allows future use of #defines and header files in order to define
names for various constants, such as pinctrl settings. Use of those
features will increase the readability of the device tree files.
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/imx27-apf27.dts')
-rw-r--r-- | arch/arm/boot/dts/imx27-apf27.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx27-apf27.dts b/arch/arm/boot/dts/imx27-apf27.dts index b464c807d8d9..ba4c6df08ece 100644 --- a/arch/arm/boot/dts/imx27-apf27.dts +++ b/arch/arm/boot/dts/imx27-apf27.dts | |||
@@ -13,7 +13,7 @@ | |||
13 | */ | 13 | */ |
14 | 14 | ||
15 | /dts-v1/; | 15 | /dts-v1/; |
16 | /include/ "imx27.dtsi" | 16 | #include "imx27.dtsi" |
17 | 17 | ||
18 | / { | 18 | / { |
19 | model = "Armadeus Systems APF27 module"; | 19 | model = "Armadeus Systems APF27 module"; |