summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx53-tqma53.dtsi
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@linaro.org>2013-04-07 10:49:34 +0800
committerShawn Guo <shawn.guo@linaro.org>2013-04-09 22:52:49 +0800
commit36dffd8f49bc1364998db81bee739ea4574d88f7 (patch)
tree89f29c9a74357af82cc35510aead67d5ac615f5f /arch/arm/boot/dts/imx53-tqma53.dtsi
parenta10c22e44b3d44c6ec8109b38e37c061437d122d (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/imx53-tqma53.dtsi')
-rw-r--r--arch/arm/boot/dts/imx53-tqma53.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx53-tqma53.dtsi b/arch/arm/boot/dts/imx53-tqma53.dtsi
index 8278ec5ec222..815107fb0b19 100644
--- a/arch/arm/boot/dts/imx53-tqma53.dtsi
+++ b/arch/arm/boot/dts/imx53-tqma53.dtsi
@@ -10,7 +10,7 @@
* http://www.gnu.org/copyleft/gpl.html
*/
-/include/ "imx53.dtsi"
+#include "imx53.dtsi"
/ {
model = "TQ TQMa53";