]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commitdiff
ARM: dt: relicense two DT binding IRQ headers
authorStephen Warren <swarren@nvidia.com>
Wed, 24 Oct 2018 17:05:13 +0000 (11:05 -0600)
committerRob Herring <robh@kernel.org>
Fri, 26 Oct 2018 12:46:32 +0000 (07:46 -0500)
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>
include/dt-bindings/interrupt-controller/arm-gic.h
include/dt-bindings/interrupt-controller/irq.h

index 0c85f65c81c7da2554f65e7702b1d053df3f6b06..35b6f69b7db6a0d67fcae08be908e7b2d94a5ab7 100644 (file)
@@ -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.
  */
index a8b310555f14a2a56340c1c04c77dcf1d59f7226..9e3d183e138191fe5227cb5ffc5ff52d81036b15 100644 (file)
@@ -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.
  *