diff options
author | Florian Vaussard <florian.vaussard@epfl.ch> | 2013-05-31 08:32:55 -0400 |
---|---|---|
committer | Benoit Cousson <benoit.cousson@linaro.org> | 2013-06-18 19:53:38 -0400 |
commit | 98ef795714a31b3470e9fdd6e977f6733b83f101 (patch) | |
tree | e4967de6b9b47a8edfb190d32e1c8c86f7f9f316 /arch/arm/boot/dts/omap3-overo.dtsi | |
parent | fdc6a2ddd8ee033ffcd8a63ea81a96272587da04 (diff) |
ARM: dts: OMAP2+: Use #include for all device trees
Replace /include/ by #include for OMAP2+ DT, in order to use the
C pre-processor, making use of #define features possible.
Signed-off-by: Florian Vaussard <florian.vaussard@epfl.ch>
Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Reviewed-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Benoit Cousson <benoit.cousson@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/omap3-overo.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap3-overo.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/omap3-overo.dtsi b/arch/arm/boot/dts/omap3-overo.dtsi index a626c50041f6..e112a424c7a5 100644 --- a/arch/arm/boot/dts/omap3-overo.dtsi +++ b/arch/arm/boot/dts/omap3-overo.dtsi | |||
@@ -11,7 +11,7 @@ | |||
11 | */ | 11 | */ |
12 | /dts-v1/; | 12 | /dts-v1/; |
13 | 13 | ||
14 | /include/ "omap34xx.dtsi" | 14 | #include "omap34xx.dtsi" |
15 | 15 | ||
16 | / { | 16 | / { |
17 | pwmleds { | 17 | pwmleds { |
@@ -49,7 +49,7 @@ | |||
49 | }; | 49 | }; |
50 | }; | 50 | }; |
51 | 51 | ||
52 | /include/ "twl4030.dtsi" | 52 | #include "twl4030.dtsi" |
53 | 53 | ||
54 | /* i2c2 pins are used for gpio */ | 54 | /* i2c2 pins are used for gpio */ |
55 | &i2c2 { | 55 | &i2c2 { |