diff options
author | Stephen Warren <swarren@nvidia.com> | 2012-10-17 16:38:21 -0600 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2013-05-28 16:13:49 -0600 |
commit | 1bd0bd499de7fab9e8fdf0929fd6a58cdd0d0e34 (patch) | |
tree | 6ec0047cb59f27f5df4eb06353c439afda460761 /arch/arm/boot/dts/tegra30-cardhu-a02.dts | |
parent | b4dd3e0c0c72c6429f67e4e83a799f268308ca32 (diff) | |
download | blackbird-op-linux-1bd0bd499de7fab9e8fdf0929fd6a58cdd0d0e34.tar.gz blackbird-op-linux-1bd0bd499de7fab9e8fdf0929fd6a58cdd0d0e34.zip |
ARM: tegra: use #include for all device trees
Replace /include/ (dtc) with #include (C pre-processor) for all Tegra 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 the IDs and flags in GPIO
specifiers. Use of those features will increase the readability of the
device tree files.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'arch/arm/boot/dts/tegra30-cardhu-a02.dts')
-rw-r--r-- | arch/arm/boot/dts/tegra30-cardhu-a02.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/tegra30-cardhu-a02.dts b/arch/arm/boot/dts/tegra30-cardhu-a02.dts index e392bd2dab9b..3934b0f37f6b 100644 --- a/arch/arm/boot/dts/tegra30-cardhu-a02.dts +++ b/arch/arm/boot/dts/tegra30-cardhu-a02.dts @@ -1,6 +1,6 @@ /dts-v1/; -/include/ "tegra30-cardhu.dtsi" +#include "tegra30-cardhu.dtsi" /* This dts file support the cardhu A02 version of board */ |