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>
这个提交包含在:
Shawn Guo
2013-04-07 10:49:34 +08:00
父节点 a10c22e44b
当前提交 36dffd8f49
修改 26 个文件,包含 26 行新增26 行删除

查看文件

@@ -11,7 +11,7 @@
*/
/dts-v1/;
/include/ "imx53.dtsi"
#include "imx53.dtsi"
/ {
model = "Freescale i.MX53 Smart Mobile Reference Design Board";