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>
This commit is contained in:
Florian Vaussard 2013-06-03 16:12:22 +02:00 committed by Benoit Cousson
parent 6cfd8117f5
commit eb33ef6619
6 changed files with 8 additions and 8 deletions

View File

@ -7,7 +7,7 @@
*/ */
/dts-v1/; /dts-v1/;
/include/ "am33xx.dtsi" #include "am33xx.dtsi"
/ { / {
model = "TI AM335x BeagleBone"; model = "TI AM335x BeagleBone";

View File

@ -7,7 +7,7 @@
*/ */
/dts-v1/; /dts-v1/;
/include/ "am33xx.dtsi" #include "am33xx.dtsi"
/ { / {
model = "TI AM335x EVM"; model = "TI AM335x EVM";
@ -301,7 +301,7 @@ switch@10 {
}; };
}; };
/include/ "tps65910.dtsi" #include "tps65910.dtsi"
&tps { &tps {
vcc1-supply = <&vbat>; vcc1-supply = <&vbat>;

View File

@ -13,7 +13,7 @@
/dts-v1/; /dts-v1/;
/include/ "am33xx.dtsi" #include "am33xx.dtsi"
/ { / {
model = "TI AM335x EVM-SK"; model = "TI AM335x EVM-SK";
@ -201,7 +201,7 @@ switch@4 {
}; };
}; };
/include/ "tps65910.dtsi" #include "tps65910.dtsi"
&tps { &tps {
vcc1-supply = <&vbat>; vcc1-supply = <&vbat>;

View File

@ -8,7 +8,7 @@
* kind, whether express or implied. * kind, whether express or implied.
*/ */
/include/ "skeleton.dtsi" #include "skeleton.dtsi"
/ { / {
compatible = "ti,am33xx"; compatible = "ti,am33xx";

View File

@ -7,7 +7,7 @@
*/ */
/dts-v1/; /dts-v1/;
/include/ "omap34xx.dtsi" #include "omap34xx.dtsi"
/ { / {
model = "TI AM3517 EVM (AM3517/05)"; model = "TI AM3517 EVM (AM3517/05)";

View File

@ -7,7 +7,7 @@
*/ */
/dts-v1/; /dts-v1/;
/include/ "omap34xx.dtsi" #include "omap34xx.dtsi"
/ { / {
model = "TeeJet Mt.Ventoux"; model = "TeeJet Mt.Ventoux";