summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/tegra114.dtsi
diff options
context:
space:
mode:
authorStephen Warren2012-10-18 00:38:21 +0200
committerStephen Warren2013-05-29 00:13:49 +0200
commit1bd0bd499de7fab9e8fdf0929fd6a58cdd0d0e34 (patch)
tree6ec0047cb59f27f5df4eb06353c439afda460761 /arch/arm/boot/dts/tegra114.dtsi
parentARM: tegra: Add gpio-leds to Tegra30 Beaver (diff)
downloadkernel-qcow2-linux-1bd0bd499de7fab9e8fdf0929fd6a58cdd0d0e34.tar.gz
kernel-qcow2-linux-1bd0bd499de7fab9e8fdf0929fd6a58cdd0d0e34.tar.xz
kernel-qcow2-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/tegra114.dtsi')
-rw-r--r--arch/arm/boot/dts/tegra114.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/tegra114.dtsi b/arch/arm/boot/dts/tegra114.dtsi
index 629415ffd8dc..aeeb53b12d29 100644
--- a/arch/arm/boot/dts/tegra114.dtsi
+++ b/arch/arm/boot/dts/tegra114.dtsi
@@ -1,4 +1,4 @@
-/include/ "skeleton.dtsi"
+#include "skeleton.dtsi"
/ {
compatible = "nvidia,tegra114";