diff options
author | Simon Glass <sjg@chromium.org> | 2015-06-30 22:03:02 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-07-08 22:26:41 (GMT) |
commit | f41d6b7d4295e2a5f33cbdca7b5b2518fac42934 (patch) | |
tree | f417e8b37ab2e8887aeb9530e8d8deac1db35d7e /include/dt-bindings/pinctrl/omap.h | |
parent | 28fd00b7770b70caa84fac186dcbb09b65eebe5a (diff) | |
download | u-boot-f41d6b7d4295e2a5f33cbdca7b5b2518fac42934.tar.xz |
ti: Add SPDX license identifier to omap.h
This also came from Linux - according to this thread it has a GPL v2
license like arch/arm/mach-omap2/mux.h:
http://lists.denx.de/pipermail/u-boot/2015-June/217827.html
Signed-off-by: Simon Glass <sjg@chromium.org>
Reported-by: Ingrid Viitanen <ingrid.viitanen@nokia.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/dt-bindings/pinctrl/omap.h')
-rw-r--r-- | include/dt-bindings/pinctrl/omap.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dt-bindings/pinctrl/omap.h b/include/dt-bindings/pinctrl/omap.h index edbd250..1dd7636 100644 --- a/include/dt-bindings/pinctrl/omap.h +++ b/include/dt-bindings/pinctrl/omap.h @@ -3,6 +3,8 @@ * * Copyright (C) 2009 Nokia * Copyright (C) 2009-2010 Texas Instruments + * + * SPDX-License-Identifier: GPL-2.0 */ #ifndef _DT_BINDINGS_PINCTRL_OMAP_H |