]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: OMAP2+: Use #include for all device trees
authorFlorian Vaussard <florian.vaussard@epfl.ch>
Fri, 31 May 2013 12:32:55 +0000 (14:32 +0200)
committerBenoit Cousson <benoit.cousson@linaro.org>
Tue, 18 Jun 2013 23:53:38 +0000 (18:53 -0500)
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>
29 files changed:
arch/arm/boot/dts/omap2.dtsi
arch/arm/boot/dts/omap2420-h4.dts
arch/arm/boot/dts/omap2420.dtsi
arch/arm/boot/dts/omap2430.dtsi
arch/arm/boot/dts/omap3-beagle-xm.dts
arch/arm/boot/dts/omap3-beagle.dts
arch/arm/boot/dts/omap3-devkit8000.dts
arch/arm/boot/dts/omap3-evm.dts
arch/arm/boot/dts/omap3-igep.dtsi
arch/arm/boot/dts/omap3-igep0020.dts
arch/arm/boot/dts/omap3-igep0030.dts
arch/arm/boot/dts/omap3-overo.dtsi
arch/arm/boot/dts/omap3-tobi.dts
arch/arm/boot/dts/omap3.dtsi
arch/arm/boot/dts/omap3430-sdp.dts
arch/arm/boot/dts/omap34xx.dtsi
arch/arm/boot/dts/omap36xx.dtsi
arch/arm/boot/dts/omap4-panda-a4.dts
arch/arm/boot/dts/omap4-panda-common.dtsi
arch/arm/boot/dts/omap4-panda-es.dts
arch/arm/boot/dts/omap4-panda.dts
arch/arm/boot/dts/omap4-sdp-es23plus.dts
arch/arm/boot/dts/omap4-sdp.dts
arch/arm/boot/dts/omap4-var-som.dts
arch/arm/boot/dts/omap4.dtsi
arch/arm/boot/dts/omap443x.dtsi
arch/arm/boot/dts/omap4460.dtsi
arch/arm/boot/dts/omap5-evm.dts
arch/arm/boot/dts/omap5.dtsi

index 37aa7487d4d86791be2ad6f51065708f31fcaa80..e6e4587b2a4d2683f913013b07d312aa4864142e 100644 (file)
@@ -8,7 +8,7 @@
  * kind, whether express or implied.
  */
 
-/include/ "skeleton.dtsi"
+#include "skeleton.dtsi"
 
 / {
        compatible = "ti,omap2430", "ti,omap2420", "ti,omap2";
index 68282ee13e2692770c1f1222016e369a0f4ed6d3..224c08f472f42788d9903f70b67640cad47ddb9b 100644 (file)
@@ -7,7 +7,7 @@
  */
 /dts-v1/;
 
-/include/ "omap2420.dtsi"
+#include "omap2420.dtsi"
 
 / {
        model = "TI OMAP2420 H4 board";
index da5b285b73bedd96c1c4abf462f408ce394e60f9..c8f9c55169ead249c9f95add2f15ab99527dd01c 100644 (file)
@@ -8,7 +8,7 @@
  * kind, whether express or implied.
  */
 
-/include/ "omap2.dtsi"
+#include "omap2.dtsi"
 
 / {
        compatible = "ti,omap2420", "ti,omap2";
index 054bc4439568a917a8d28c0c5ebbd5c6dffaf00c..c535a5a2b27f9aa95b313c768893520b82d3a6c7 100644 (file)
@@ -8,7 +8,7 @@
  * kind, whether express or implied.
  */
 
-/include/ "omap2.dtsi"
+#include "omap2.dtsi"
 
 / {
        compatible = "ti,omap2430", "ti,omap2";
index 3046d1f81be004a320acf61d123c732a98266088..e0ce823d20b0a14d4ce8cbc9ba6f5e14997aafd1 100644 (file)
@@ -7,7 +7,7 @@
  */
 /dts-v1/;
 
-/include/ "omap36xx.dtsi"
+#include "omap36xx.dtsi"
 
 / {
        model = "TI OMAP3 BeagleBoard xM";
@@ -75,7 +75,7 @@ codec {
        };
 };
 
-/include/ "twl4030.dtsi"
+#include "twl4030.dtsi"
 
 &i2c2 {
        clock-frequency = <400000>;
index 6eec69997607563e948575ade339b4f1aef3fd2b..fcac96aac3e6eb6a5bc346c60d33576be40b9d1f 100644 (file)
@@ -7,7 +7,7 @@
  */
 /dts-v1/;
 
-/include/ "omap34xx.dtsi"
+#include "omap34xx.dtsi"
 
 / {
        model = "TI OMAP3 BeagleBoard";
@@ -107,7 +107,7 @@ twl: twl@48 {
        };
 };
 
-/include/ "twl4030.dtsi"
+#include "twl4030.dtsi"
 
 &mmc1 {
        vmmc-supply = <&vmmc1>;
index 8a5cdcc6debd37a76e9247a395b3925f5fe00bee..8d0f5e40eafe080d7c69b3c29cfe1e315e83c6c3 100644 (file)
@@ -7,7 +7,7 @@
  */
 /dts-v1/;
 
-/include/ "omap34xx.dtsi"
+#include "omap34xx.dtsi"
 / {
        model = "TimLL OMAP3 Devkit8000";
        compatible = "timll,omap3-devkit8000", "ti,omap3";
@@ -80,7 +80,7 @@ &i2c3 {
        status = "disabled";
 };
 
-/include/ "twl4030.dtsi"
+#include "twl4030.dtsi"
 
 &mmc1 {
        vmmc-supply = <&vmmc1>;
index 96d1c206a57b9f201309166faa466aafed927a8b..d75759b59841b67bc2420612299bfc1b20dba243 100644 (file)
@@ -7,7 +7,7 @@
  */
 /dts-v1/;
 
-/include/ "omap34xx.dtsi"
+#include "omap34xx.dtsi"
 
 / {
        model = "TI OMAP3 EVM (OMAP3530, AM/DM37x)";
@@ -44,7 +44,7 @@ twl: twl@48 {
        };
 };
 
-/include/ "twl4030.dtsi"
+#include "twl4030.dtsi"
 
 &i2c2 {
        clock-frequency = <400000>;
index d5cd504bc18029950071bd0430e1af8436569b8f..d1d2ba7a93908f662fac8a052423074feecbdcc6 100644 (file)
@@ -10,7 +10,7 @@
  */
 /dts-v1/;
 
-/include/ "omap34xx.dtsi"
+#include "omap34xx.dtsi"
 
 / {
        memory {
@@ -86,7 +86,7 @@ codec {
        };
 };
 
-/include/ "twl4030.dtsi"
+#include "twl4030.dtsi"
 
 &i2c2 {
        clock-frequency = <400000>;
index 0ba43136a37f351b399e4057f7aa6f2039feb405..c50ce5927af73f34ba2670299834a5a04295a71b 100644 (file)
@@ -9,7 +9,7 @@
  * published by the Free Software Foundation.
  */
 
-/include/ "omap3-igep.dtsi"
+#include "omap3-igep.dtsi"
 
 / {
        model = "IGEPv2";
index f65bc3a87bbefafb707788d8c88323402bcd528f..5061a27563b6eca88f915665cd6b838268bdb315 100644 (file)
@@ -9,7 +9,7 @@
  * published by the Free Software Foundation.
  */
 
-/include/ "omap3-igep.dtsi"
+#include "omap3-igep.dtsi"
 
 / {
        model = "IGEP COM Module";
index a626c50041f6e91c8959f9aab674d3f0775a71d2..e112a424c7a5856263686f5c4833e8b2abe8ea57 100644 (file)
@@ -11,7 +11,7 @@
  */
 /dts-v1/;
 
-/include/ "omap34xx.dtsi"
+#include "omap34xx.dtsi"
 
 / {
        pwmleds {
@@ -49,7 +49,7 @@ codec {
        };
 };
 
-/include/ "twl4030.dtsi"
+#include "twl4030.dtsi"
 
 /* i2c2 pins are used for gpio */
 &i2c2 {
index a13d12de77ffe72bc2f41b53e5e41d813657f36a..5df894f8bdef2a1f12958fe3c4d2a7a15e08a048 100644 (file)
@@ -10,7 +10,7 @@
  * Tobi expansion board is manufactured by Gumstix Inc.
  */
 
-/include/ "omap3-overo.dtsi"
+#include "omap3-overo.dtsi"
 
 / {
        model = "TI OMAP3 Gumstix Overo on Tobi";
index 99ba6e14ebf3f5880660e3073aebda1fdce3e53b..a0a7b447e48f63ab82bae8ba313eb0f3fe77e9b1 100644 (file)
@@ -8,7 +8,7 @@
  * kind, whether express or implied.
  */
 
-/include/ "skeleton.dtsi"
+#include "skeleton.dtsi"
 
 / {
        compatible = "ti,omap3430", "ti,omap3";
index 144ae43453c4218c06052a393dc9e25f6143f7d7..2a725a0416681e499a1469954b9b729f302a3e11 100644 (file)
@@ -7,7 +7,7 @@
  */
 /dts-v1/;
 
-/include/ "omap34xx.dtsi"
+#include "omap34xx.dtsi"
 
 / {
        model = "TI OMAP3430 SDP";
@@ -28,7 +28,7 @@ twl: twl@48 {
        };
 };
 
-/include/ "twl4030.dtsi"
+#include "twl4030.dtsi"
 
 &mmc1 {
        vmmc-supply = <&vmmc1>;
index 75ed4ae2e631efcbb73291a6322b10bb21237f1d..5355d6173748776f31b000beace07130515f7787 100644 (file)
@@ -8,7 +8,7 @@
  * kind, whether express or implied.
  */
 
-/include/ "omap3.dtsi"
+#include "omap3.dtsi"
 
 / {
        cpus {
index f3447bc1b0321bf3a0d8fa72d70fb204ee63cd73..f8b3765eb9becea27e0f6028b15bf9d56ab8b484 100644 (file)
@@ -8,7 +8,7 @@
  * kind, whether express or implied.
  */
 
-/include/ "omap3.dtsi"
+#include "omap3.dtsi"
 
 / {
        aliases {
index e30cdf0f5ac15683e448aac5e2e66e207d20ecfe..f18fb5c25395ea5fecca0df379487da869aec61b 100644 (file)
@@ -7,8 +7,8 @@
  */
 /dts-v1/;
 
-/include/ "omap443x.dtsi"
-/include/ "omap4-panda-common.dtsi"
+#include "omap443x.dtsi"
+#include "omap4-panda-common.dtsi"
 
 /* Pandaboard Rev A4+ have external pullups on SCL & SDA */
 &dss_hdmi_pins {
index eeb734e257096b3d1e13b651e25e95576fe875fb..171a18533703cad37f66578732d0db4f9cfac6f4 100644 (file)
@@ -5,7 +5,7 @@
  * it under the terms of the GNU General Public License version 2 as
  * published by the Free Software Foundation.
  */
-/include/ "elpida_ecb240abacn.dtsi"
+#include "elpida_ecb240abacn.dtsi"
 
 / {
        model = "TI OMAP4 PandaBoard";
@@ -184,7 +184,7 @@ twl6040: twl@4b {
        };
 };
 
-/include/ "twl6030.dtsi"
+#include "twl6030.dtsi"
 
 &i2c2 {
        pinctrl-names = "default";
index f1d8c217ce1274949b6f6b09d9d728eac21c6a06..c6f012ed2a1c5e7da6ef251c5534f3026b11a121 100644 (file)
@@ -7,8 +7,8 @@
  */
 /dts-v1/;
 
-/include/ "omap4460.dtsi"
-/include/ "omap4-panda-common.dtsi"
+#include "omap4460.dtsi"
+#include "omap4-panda-common.dtsi"
 
 /* Audio routing is differnet between PandaBoard4430 and PandaBoardES */
 &sound {
index f8b221f0168ee05920c8f4e2d91a905f3362ab62..6189a8b77d7f2a61934cf08f77d1b3b26cc2e537 100644 (file)
@@ -7,5 +7,5 @@
  */
 /dts-v1/;
 
-/include/ "omap443x.dtsi"
-/include/ "omap4-panda-common.dtsi"
+#include "omap443x.dtsi"
+#include "omap4-panda-common.dtsi"
index b4a40ffbce31dc7a1547385ceee93d53a6ed24c0..4f26355bfed18bb0604a503881c01bd1b1b6b190 100644 (file)
@@ -5,7 +5,7 @@
  * it under the terms of the GNU General Public License version 2 as
  * published by the Free Software Foundation.
  */
-/include/ "omap4-sdp.dts"
+#include "omap4-sdp.dts"
 
 /* SDP boards with 4430 ES2.3+ or 4460 have external pullups on SCL & SDA */
 &dss_hdmi_pins {
index 98505a2ef1622afecb200b05907076411219dc6b..fc7c7f490e942fb1b7cf62e9f6f8956293e5bee1 100644 (file)
@@ -7,8 +7,8 @@
  */
 /dts-v1/;
 
-/include/ "omap443x.dtsi"
-/include/ "elpida_ecb240abacn.dtsi"
+#include "omap443x.dtsi"
+#include "elpida_ecb240abacn.dtsi"
 
 / {
        model = "TI OMAP4 SDP board";
@@ -336,7 +336,7 @@ vibra {
        };
 };
 
-/include/ "twl6030.dtsi"
+#include "twl6030.dtsi"
 
 &i2c2 {
        pinctrl-names = "default";
index 7e04103779c43d1aa336ac6e57d983c87fbb6884..6593607bf2a604b352cdcdb9043a23221b16d08d 100644 (file)
@@ -7,7 +7,7 @@
  */
 /dts-v1/;
 
-/include/ "omap443x.dtsi"
+#include "omap443x.dtsi"
 
 / {
        model = "Variscite OMAP4 SOM";
@@ -39,7 +39,7 @@ twl: twl@48 {
        };
 };
 
-/include/ "twl6030.dtsi"
+#include "twl6030.dtsi"
 
 &i2c2 {
        clock-frequency = <400000>;
index 006563eec7673c54cbdf098ecbd96ff750f09d87..7fe2c18838992c3a0b68e6e92a145fa40d0a9e0c 100644 (file)
@@ -6,7 +6,7 @@
  * published by the Free Software Foundation.
  */
 
-/include/ "skeleton.dtsi"
+#include "skeleton.dtsi"
 
 / {
        compatible = "ti,omap4430", "ti,omap4";
index cccf39af4925de8b1ac531f791c2b0c610c40b9c..a81f8dfb836b7badfa158e89e97d7009e9888db4 100644 (file)
@@ -8,7 +8,7 @@
  * kind, whether express or implied.
  */
 
-/include/ "omap4.dtsi"
+#include "omap4.dtsi"
 
 / {
        cpus {
index 2cf227c860996f875cff974f811c50db2980ad19..41762c263a62d3844af422abc684c2439cd2b3b9 100644 (file)
@@ -7,7 +7,7 @@
  * version 2.  This program is licensed "as is" without any warranty of any
  * kind, whether express or implied.
  */
-/include/ "omap4.dtsi"
+#include "omap4.dtsi"
 
 / {
        cpus {
index 982acd19477d94f731740be19de6194e1813832c..f5f55d1d88fa91435fe46f5ae49d05429a5f1815 100644 (file)
@@ -7,8 +7,8 @@
  */
 /dts-v1/;
 
-/include/ "omap5.dtsi"
-/include/ "samsung_k3pe0e000b.dtsi"
+#include "omap5.dtsi"
+#include "samsung_k3pe0e000b.dtsi"
 
 / {
        model = "TI OMAP5 EVM board";
index 28ec8061757a82eddce988b73e4cd4871df8dcb9..2a48a029a23f5fe57dfbcda76fe2e7e207b2f524 100644 (file)
@@ -7,7 +7,7 @@
  * Based on "omap4.dtsi"
  */
 
-/include/ "skeleton.dtsi"
+#include "skeleton.dtsi"
 
 / {
        #address-cells = <1>;