diff options
author | Florian Vaussard <florian.vaussard@epfl.ch> | 2013-06-03 10:12:22 -0400 |
---|---|---|
committer | Benoit Cousson <benoit.cousson@linaro.org> | 2013-06-18 19:53:41 -0400 |
commit | eb33ef6619f57304cecc644bfe934f6833da53fb (patch) | |
tree | 49845729fd6b5fc7f4e4550be4b7d4a619c9984b /arch/arm/boot/dts/am335x-evmsk.dts | |
parent | 6cfd8117f5722689a9125b5b30302dbe9025b663 (diff) |
ARM: dts: AM3XXX: Use #include for all device trees
Replace /include/ by #include for AM33XX and AM35XX device tree
files, in order to use the C pre-processor, making use of #define
features possible.
Signed-off-by: Florian Vaussard <florian.vaussard@epfl.ch>
Tested-by: Afzal Mohammed <afzal@ti.com>
Signed-off-by: Benoit Cousson <benoit.cousson@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/am335x-evmsk.dts')
-rw-r--r-- | arch/arm/boot/dts/am335x-evmsk.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/am335x-evmsk.dts b/arch/arm/boot/dts/am335x-evmsk.dts index 4d81dbcb53ea..83ded8e3b3b2 100644 --- a/arch/arm/boot/dts/am335x-evmsk.dts +++ b/arch/arm/boot/dts/am335x-evmsk.dts | |||
@@ -13,7 +13,7 @@ | |||
13 | 13 | ||
14 | /dts-v1/; | 14 | /dts-v1/; |
15 | 15 | ||
16 | /include/ "am33xx.dtsi" | 16 | #include "am33xx.dtsi" |
17 | 17 | ||
18 | / { | 18 | / { |
19 | model = "TI AM335x EVM-SK"; | 19 | model = "TI AM335x EVM-SK"; |
@@ -201,7 +201,7 @@ | |||
201 | }; | 201 | }; |
202 | }; | 202 | }; |
203 | 203 | ||
204 | /include/ "tps65910.dtsi" | 204 | #include "tps65910.dtsi" |
205 | 205 | ||
206 | &tps { | 206 | &tps { |
207 | vcc1-supply = <&vbat>; | 207 | vcc1-supply = <&vbat>; |