Commit 74375653 authored by Matt Porter's avatar Matt Porter Committed by Christian Daudt

ARM: dts: bcm281xx: use #include for device tree files

Replace /include/ by #include for bcm281xx device tree
files, enabling use of the C preprocessor.
Signed-off-by: default avatarMatt Porter <matt.porter@linaro.org>
Acked-by: default avatarOlof Johansson <olof@lixom.net>
Acked-by: default avatarChristian Daudt <csd@broadcom.com>
parent 317ddd25
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
/dts-v1/; /dts-v1/;
/include/ "bcm11351.dtsi" #include "bcm11351.dtsi"
/ { / {
model = "BCM11351 BRT board"; model = "BCM11351 BRT board";
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
* GNU General Public License for more details. * GNU General Public License for more details.
*/ */
/include/ "skeleton.dtsi" #include "skeleton.dtsi"
/ { / {
model = "BCM11351 SoC"; model = "BCM11351 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