diff options
author | Stephen Warren <swarren@nvidia.com> | 2018-10-24 20:05:13 +0300 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2018-10-26 15:46:32 +0300 |
commit | d061864b89c3234b53d8884027b0cd6f06bd3149 (patch) | |
tree | 1e05dbcca28127406763fa16dcf02e56f0cae0dc | |
parent | 9844fb2e351311210e6660a9a1c62d17424a6145 (diff) | |
download | linux-d061864b89c3234b53d8884027b0cd6f06bd3149.tar.xz |
ARM: dt: relicense two DT binding IRQ headers
Files in include/dt-bindings/ may be useful to any OS that uses DT, when
building the OS binary itself, not just when building DTB files. Since
some OSs are not GPL, they need non-GPL headers. This change relicenses
two of the useful files so that they can be used under the MIT license
when desired. I wrote these files and NVIDIA legal has approved this
change. Geert also ack'd the change; he fixed some spelling issues in the
comments.
Cc: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Rob Herring <robh@kernel.org>
-rw-r--r-- | include/dt-bindings/interrupt-controller/arm-gic.h | 2 | ||||
-rw-r--r-- | include/dt-bindings/interrupt-controller/irq.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/dt-bindings/interrupt-controller/arm-gic.h b/include/dt-bindings/interrupt-controller/arm-gic.h index 0c85f65c81c7..35b6f69b7db6 100644 --- a/include/dt-bindings/interrupt-controller/arm-gic.h +++ b/include/dt-bindings/interrupt-controller/arm-gic.h @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: GPL-2.0 */ +/* SPDX-License-Identifier: GPL-2.0 OR MIT */ /* * This header provides constants for the ARM GIC. */ diff --git a/include/dt-bindings/interrupt-controller/irq.h b/include/dt-bindings/interrupt-controller/irq.h index a8b310555f14..9e3d183e1381 100644 --- a/include/dt-bindings/interrupt-controller/irq.h +++ b/include/dt-bindings/interrupt-controller/irq.h @@ -1,4 +1,4 @@ -/* SPDX-License-Identifier: GPL-2.0 */ +/* SPDX-License-Identifier: GPL-2.0 OR MIT */ /* * This header provides constants for most IRQ bindings. * |