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: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Link: https://lkml.kernel.org/r/1398202002-28530-12-git-send-email-thomas.petazzoni@free-electrons.com
Acked-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
This commit is contained in:
Thomas Petazzoni 2014-04-22 23:26:15 +02:00 коммит произвёл Jason Cooper
Родитель 0fb28811dd
Коммит 48be9707b4
2 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -7,7 +7,8 @@
*/
/dts-v1/;
/include/ "orion5x.dtsi"
#include "orion5x.dtsi"
/ {
model = "LaCie Ethernet Disk mini V2";

Просмотреть файл

@ -6,7 +6,7 @@
* warranty of any kind, whether express or implied.
*/
/include/ "skeleton.dtsi"
#include "skeleton.dtsi"
/ {
model = "Marvell Orion5x SoC";