mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 08:31:55 +00:00
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: James Hogan <james.hogan@imgtec.com> Acked-by: Grant Likely <grant.likely@linaro.org> Cc: devicetree-discuss@lists.ozlabs.org
This commit is contained in:
parent
6ad59a58b0
commit
d3087c03f0
@ -7,4 +7,4 @@
|
||||
*/
|
||||
/dts-v1/;
|
||||
|
||||
/include/ "skeleton.dtsi"
|
||||
#include "skeleton.dtsi"
|
||||
|
@ -6,7 +6,7 @@
|
||||
* published by the Free Software Foundation.
|
||||
*/
|
||||
|
||||
/include/ "skeleton.dtsi"
|
||||
#include "skeleton.dtsi"
|
||||
|
||||
/ {
|
||||
compatible = "toumaz,tz1090", "img,meta";
|
||||
|
@ -7,4 +7,4 @@
|
||||
*/
|
||||
/dts-v1/;
|
||||
|
||||
/include/ "tz1090.dtsi"
|
||||
#include "tz1090.dtsi"
|
||||
|
Loading…
Reference in New Issue
Block a user