Skip to content
Commit 36dffd8f authored by Shawn Guo's avatar Shawn Guo
Browse files

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: default avatarShawn Guo <shawn.guo@linaro.org>
parent a10c22e4
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment