]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
sandbox: Add license headers to the dts files
authorSimon Glass <sjg@chromium.org>
Thu, 19 Aug 2021 03:40:25 +0000 (21:40 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 16 Sep 2021 17:19:25 +0000 (13:19 -0400)
Many of these files are missing a header. Fix this.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/sandbox/dts/overlay0.dts
arch/sandbox/dts/overlay1.dts
arch/sandbox/dts/sandbox.dts
arch/sandbox/dts/sandbox.dtsi
arch/sandbox/dts/sandbox64.dts
arch/sandbox/dts/test.dts

index 70c6cf77aad53a9345ac8c2fd15aaebe00ee5573..9e5f38962bcabbdc3b09e8b03222ad67f945c725 100644 (file)
@@ -1,3 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0+
+/*
+ *  Overlay test file
+ */
+
 /dts-v1/;
 /plugin/;
 
index 51621b31105a130ae7d20e8e48edc074388548be..303e713f336c68454d74bb90ef349dc5e4848c98 100644 (file)
@@ -1,3 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0+
+/*
+ *  Overlay test file
+ */
+
 /dts-v1/;
 /plugin/;
 
index a8938a3accb25275e8e137ac494adb946fe1a0cb..127f168f022bd4f5c3ad34a98a854052bcfff01b 100644 (file)
@@ -1,3 +1,8 @@
+// SPDX-License-Identifier: GPL-2.0+
+/*
+ *  Main sandbox devicetree
+ */
+
 /dts-v1/;
 
 #include <config.h>
index 200fcab6a41b854cf6eb759b1d33c1cd8fb2618b..6cf5f14cd11d2108a05b7320177f62e2f00202af 100644 (file)
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * This is the common sandbox device-tree nodes. This is shared between sandbox
  * and sandbox64 builds.
index a39f94feec0cd046ebf4f3d99ed0923b06ac1810..ec53106af9dca8cc0d0e941e135d275248e104a7 100644 (file)
@@ -1,3 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0+
+/*
+ *  Main sandbox64 devicetree
+ */
 /dts-v1/;
 
 #include <config.h>
index 1399a14929b15e308422f5c0b58ea6e624a2769a..b36447c4a79126b76a0c83f448687d25a40549a5 100644 (file)
@@ -1,3 +1,12 @@
+// SPDX-License-Identifier: GPL-2.0+
+/*
+ * Devicetree file for running sandbox tests
+ *
+ * This includes lots of extra devices used by various tests.
+ *
+ * Note that SPL use the main sandbox.dts file
+ */
+
 /dts-v1/;
 
 #include <dt-bindings/gpio/gpio.h>