summaryrefslogtreecommitdiffstats
path: root/cf-code
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2018-06-12 13:09:46 +1000
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2018-06-12 13:09:46 +1000
commitff9dca214072a589936c1398ecb9d25597213a9b (patch)
tree09878d1a6ed7de2371cb027581afa99db892d6e8 /cf-code
parent3ed6942b223f5480bf957e8b1dfb32336390580f (diff)
downloadcf-fsi-ff9dca214072a589936c1398ecb9d25597213a9b.tar.gz
cf-fsi-ff9dca214072a589936c1398ecb9d25597213a9b.zip
Add licence
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'cf-code')
-rw-r--r--cf-code/cf-fsi-fw.S2
-rw-r--r--cf-code/cf-fsi-romulus.h1
-rw-r--r--cf-code/cf-fsi-witherspoon.h1
3 files changed, 4 insertions, 0 deletions
diff --git a/cf-code/cf-fsi-fw.S b/cf-code/cf-fsi-fw.S
index 9ac91ee..2bb1712 100644
--- a/cf-code/cf-fsi-fw.S
+++ b/cf-code/cf-fsi-fw.S
@@ -1,3 +1,5 @@
+// SPDX-License-Identifier: GPL-2.0+
+
#include "cf-fsi-fw.h"
.equ SRAM_BASE_BE, 0x320000
diff --git a/cf-code/cf-fsi-romulus.h b/cf-code/cf-fsi-romulus.h
index 4cb3f10..3ffdc67 100644
--- a/cf-code/cf-fsi-romulus.h
+++ b/cf-code/cf-fsi-romulus.h
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0+
#define CLOCK_GPIO_VREG 0x1e0
#define CLOCK_GPIO_DREG 0x0d8
#define CLOCK_GPIO_BIT 16
diff --git a/cf-code/cf-fsi-witherspoon.h b/cf-code/cf-fsi-witherspoon.h
index 528101b..87507e5 100644
--- a/cf-code/cf-fsi-witherspoon.h
+++ b/cf-code/cf-fsi-witherspoon.h
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0+
#define CLOCK_GPIO_VREG 0x1e0
#define CLOCK_GPIO_DREG 0x0d8
#define CLOCK_GPIO_BIT 16
OpenPOWER on IntegriCloud