Commit 48be9707 authored by Thomas Petazzoni's avatar Thomas Petazzoni Committed by Jason Cooper

ARM: orion5x: switch to preprocessor includes in DT

This commit switches the Orion5x Device Tree files to use C
preprocessor based includes, as it will allow us to use definitions
from header files in future commits.
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Link: https://lkml.kernel.org/r/1398202002-28530-12-git-send-email-thomas.petazzoni@free-electrons.comAcked-by: default avatarSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Signed-off-by: default avatarJason Cooper <jason@lakedaemon.net>
parent 0fb28811
...@@ -7,7 +7,8 @@ ...@@ -7,7 +7,8 @@
*/ */
/dts-v1/; /dts-v1/;
/include/ "orion5x.dtsi"
#include "orion5x.dtsi"
/ { / {
model = "LaCie Ethernet Disk mini V2"; model = "LaCie Ethernet Disk mini V2";
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
* warranty of any kind, whether express or implied. * warranty of any kind, whether express or implied.
*/ */
/include/ "skeleton.dtsi" #include "skeleton.dtsi"
/ { / {
model = "Marvell Orion5x SoC"; model = "Marvell Orion5x SoC";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment