summaryrefslogtreecommitdiffstats
path: root/dts/src/arm/sama5d2-pinfunc.h
diff options
context:
space:
mode:
Diffstat (limited to 'dts/src/arm/sama5d2-pinfunc.h')
-rw-r--r--dts/src/arm/sama5d2-pinfunc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dts/src/arm/sama5d2-pinfunc.h b/dts/src/arm/sama5d2-pinfunc.h
index 8a394f3360..e57191fb83 100644
--- a/dts/src/arm/sama5d2-pinfunc.h
+++ b/dts/src/arm/sama5d2-pinfunc.h
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
#define PINMUX_PIN(no, func, ioset) \
(((no) & 0xffff) | (((func) & 0xf) << 16) | (((ioset) & 0xff) << 20))