Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d3087c03 authored by James Hogan's avatar James Hogan
Browse files

metag: *.dts: include using preprocessor



Include *.dtsi files from *.dts using the preprocessor to set a good
example for future device tree files. Files included in the old way
don't get pre-processed.

Signed-off-by: default avatarJames Hogan <james.hogan@imgtec.com>
Acked-by: default avatarGrant Likely <grant.likely@linaro.org>
Cc: devicetree-discuss@lists.ozlabs.org
parent 6ad59a58
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,4 +7,4 @@
 */
/dts-v1/;

/include/ "skeleton.dtsi"
#include "skeleton.dtsi"
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
 * published by the Free Software Foundation.
 */

/include/ "skeleton.dtsi"
#include "skeleton.dtsi"

/ {
	compatible = "toumaz,tz1090", "img,meta";
+1 −1
Original line number Diff line number Diff line
@@ -7,4 +7,4 @@
 */
/dts-v1/;

/include/ "tz1090.dtsi"
#include "tz1090.dtsi"