Skip to content

Commit d061864

Browse files
nvswarrenrobherring
authored andcommitted
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>
1 parent 9844fb2 commit d061864

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

include/dt-bindings/interrupt-controller/arm-gic.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* SPDX-License-Identifier: GPL-2.0 */
1+
/* SPDX-License-Identifier: GPL-2.0 OR MIT */
22
/*
33
* This header provides constants for the ARM GIC.
44
*/

include/dt-bindings/interrupt-controller/irq.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* SPDX-License-Identifier: GPL-2.0 */
1+
/* SPDX-License-Identifier: GPL-2.0 OR MIT */
22
/*
33
* This header provides constants for most IRQ bindings.
44
*

0 commit comments

Comments
 (0)