提交 a2bcd776 编写于 作者: P Philip Avinash 提交者: Sekhar Nori

ARM: davinci: da850: Use #include for all device trees

Replace /include/ by #include for da850 device tree files, in order to
use the C pre-processor, making use of #define features possible.
Signed-off-by: NPhilip Avinash <avinashphilip@ti.com>
Signed-off-by: NSekhar Nori <nsekhar@ti.com>
上级 7d132055
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
* option) any later version. * option) any later version.
*/ */
/dts-v1/; /dts-v1/;
/include/ "da850.dtsi" #include "da850.dtsi"
/ { / {
compatible = "enbw,cmc", "ti,da850"; compatible = "enbw,cmc", "ti,da850";
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
* Free Software Foundation, version 2. * Free Software Foundation, version 2.
*/ */
/dts-v1/; /dts-v1/;
/include/ "da850.dtsi" #include "da850.dtsi"
/ { / {
compatible = "ti,da850-evm", "ti,da850"; compatible = "ti,da850-evm", "ti,da850";
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* Free Software Foundation; either version 2 of the License, or (at your * Free Software Foundation; either version 2 of the License, or (at your
* option) any later version. * option) any later version.
*/ */
/include/ "skeleton.dtsi" #include "skeleton.dtsi"
/ { / {
arm { arm {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册