2024-01-10 14:11:10

by Nishanth Menon

[permalink] [raw]
Subject: [PATCH 02/16] arm64: dts: ti: k3-am62a7: Add MIT license along with GPL-2.0

Modify license to include dual licensing as GPL-2.0-only OR MIT
license for SoC and TI evm device tree files. This allows for Linux
kernel device tree to be used in other Operating System ecosystems
such as Zephyr or FreeBSD.

While at this, update the GPL-2.0 to be GPL-2.0-only to be in sync with
latest SPDX conventions (GPL-2.0 is deprecated).

While at this, update the TI copyright year to sync with current year to
indicate license change (and add it at least for one file which was
missing TI copyright).

Cc: Julien Panis <[email protected]>
Cc: Krzysztof Kozlowski <[email protected]>
Cc: Pierre Gondois <[email protected]>
Cc: Tony Lindgren <[email protected]>

Signed-off-by: Nishanth Menon <[email protected]>
---
arch/arm64/boot/dts/ti/k3-am62a-main.dtsi | 4 ++--
arch/arm64/boot/dts/ti/k3-am62a-mcu.dtsi | 4 ++--
arch/arm64/boot/dts/ti/k3-am62a-thermal.dtsi | 5 ++++-
arch/arm64/boot/dts/ti/k3-am62a-wakeup.dtsi | 4 ++--
arch/arm64/boot/dts/ti/k3-am62a.dtsi | 4 ++--
arch/arm64/boot/dts/ti/k3-am62a7-sk.dts | 4 ++--
arch/arm64/boot/dts/ti/k3-am62a7.dtsi | 4 ++--
7 files changed, 16 insertions(+), 13 deletions(-)

diff --git a/arch/arm64/boot/dts/ti/k3-am62a-main.dtsi b/arch/arm64/boot/dts/ti/k3-am62a-main.dtsi
index f0b8c9ab1459..627d1a278815 100644
--- a/arch/arm64/boot/dts/ti/k3-am62a-main.dtsi
+++ b/arch/arm64/boot/dts/ti/k3-am62a-main.dtsi
@@ -1,8 +1,8 @@
-// SPDX-License-Identifier: GPL-2.0
+// SPDX-License-Identifier: GPL-2.0-only OR MIT
/*
* Device Tree Source for AM62A SoC Family Main Domain peripherals
*
- * Copyright (C) 2022 Texas Instruments Incorporated - https://www.ti.com/
+ * Copyright (C) 2022-2024 Texas Instruments Incorporated - https://www.ti.com/
*/

&cbass_main {
diff --git a/arch/arm64/boot/dts/ti/k3-am62a-mcu.dtsi b/arch/arm64/boot/dts/ti/k3-am62a-mcu.dtsi
index a6d16a94088c..8c36e56f4138 100644
--- a/arch/arm64/boot/dts/ti/k3-am62a-mcu.dtsi
+++ b/arch/arm64/boot/dts/ti/k3-am62a-mcu.dtsi
@@ -1,8 +1,8 @@
-// SPDX-License-Identifier: GPL-2.0
+// SPDX-License-Identifier: GPL-2.0-only OR MIT
/*
* Device Tree Source for AM625 SoC Family MCU Domain peripherals
*
- * Copyright (C) 2020-2022 Texas Instruments Incorporated - https://www.ti.com/
+ * Copyright (C) 2020-2024 Texas Instruments Incorporated - https://www.ti.com/
*/

&cbass_mcu {
diff --git a/arch/arm64/boot/dts/ti/k3-am62a-thermal.dtsi b/arch/arm64/boot/dts/ti/k3-am62a-thermal.dtsi
index 85ce545633ea..c7486fb2a5b4 100644
--- a/arch/arm64/boot/dts/ti/k3-am62a-thermal.dtsi
+++ b/arch/arm64/boot/dts/ti/k3-am62a-thermal.dtsi
@@ -1,4 +1,7 @@
-// SPDX-License-Identifier: GPL-2.0
+// SPDX-License-Identifier: GPL-2.0-only OR MIT
+/*
+ * Copyright (C) 2023-2024 Texas Instruments Incorporated - https://www.ti.com/
+ */

#include <dt-bindings/thermal/thermal.h>

diff --git a/arch/arm64/boot/dts/ti/k3-am62a-wakeup.dtsi b/arch/arm64/boot/dts/ti/k3-am62a-wakeup.dtsi
index 4e8279fa01e1..f7bec484705a 100644
--- a/arch/arm64/boot/dts/ti/k3-am62a-wakeup.dtsi
+++ b/arch/arm64/boot/dts/ti/k3-am62a-wakeup.dtsi
@@ -1,8 +1,8 @@
-// SPDX-License-Identifier: GPL-2.0
+// SPDX-License-Identifier: GPL-2.0-only OR MIT
/*
* Device Tree Source for AM62A SoC Family Wakeup Domain peripherals
*
- * Copyright (C) 2022 Texas Instruments Incorporated - https://www.ti.com/
+ * Copyright (C) 2022-2024 Texas Instruments Incorporated - https://www.ti.com/
*/

&cbass_wakeup {
diff --git a/arch/arm64/boot/dts/ti/k3-am62a.dtsi b/arch/arm64/boot/dts/ti/k3-am62a.dtsi
index 61a210ecd5ff..b1b884600293 100644
--- a/arch/arm64/boot/dts/ti/k3-am62a.dtsi
+++ b/arch/arm64/boot/dts/ti/k3-am62a.dtsi
@@ -1,8 +1,8 @@
-// SPDX-License-Identifier: GPL-2.0
+// SPDX-License-Identifier: GPL-2.0-only OR MIT
/*
* Device Tree Source for AM62A SoC Family
*
- * Copyright (C) 2022 Texas Instruments Incorporated - https://www.ti.com/
+ * Copyright (C) 2022-2024 Texas Instruments Incorporated - https://www.ti.com/
*/

#include <dt-bindings/gpio/gpio.h>
diff --git a/arch/arm64/boot/dts/ti/k3-am62a7-sk.dts b/arch/arm64/boot/dts/ti/k3-am62a7-sk.dts
index 7b7142586295..560a56f2c569 100644
--- a/arch/arm64/boot/dts/ti/k3-am62a7-sk.dts
+++ b/arch/arm64/boot/dts/ti/k3-am62a7-sk.dts
@@ -1,8 +1,8 @@
-// SPDX-License-Identifier: GPL-2.0
+// SPDX-License-Identifier: GPL-2.0-only OR MIT
/*
* AM62A SK: https://www.ti.com/lit/zip/sprr459
*
- * Copyright (C) 2022 Texas Instruments Incorporated - https://www.ti.com/
+ * Copyright (C) 2022-2024 Texas Instruments Incorporated - https://www.ti.com/
*/

/dts-v1/;
diff --git a/arch/arm64/boot/dts/ti/k3-am62a7.dtsi b/arch/arm64/boot/dts/ti/k3-am62a7.dtsi
index 58f1c43edcf8..f86a23404e6d 100644
--- a/arch/arm64/boot/dts/ti/k3-am62a7.dtsi
+++ b/arch/arm64/boot/dts/ti/k3-am62a7.dtsi
@@ -1,10 +1,10 @@
-// SPDX-License-Identifier: GPL-2.0
+// SPDX-License-Identifier: GPL-2.0-only OR MIT
/*
* Device Tree Source for AM62A7 SoC family in Quad core configuration
*
* TRM: https://www.ti.com/lit/zip/spruj16
*
- * Copyright (C) 2020-2022 Texas Instruments Incorporated - https://www.ti.com/
+ * Copyright (C) 2020-2024 Texas Instruments Incorporated - https://www.ti.com/
*/

/dts-v1/;
--
2.43.0



2024-01-10 20:46:25

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH 02/16] arm64: dts: ti: k3-am62a7: Add MIT license along with GPL-2.0

On 10/01/2024 15:08, Nishanth Menon wrote:
> Modify license to include dual licensing as GPL-2.0-only OR MIT
> license for SoC and TI evm device tree files. This allows for Linux
> kernel device tree to be used in other Operating System ecosystems
> such as Zephyr or FreeBSD.
>
> While at this, update the GPL-2.0 to be GPL-2.0-only to be in sync with
> latest SPDX conventions (GPL-2.0 is deprecated).
>
> While at this, update the TI copyright year to sync with current year to
> indicate license change (and add it at least for one file which was
> missing TI copyright).
>
> Cc: Julien Panis <[email protected]>
> Cc: Krzysztof Kozlowski <[email protected]>
> Cc: Pierre Gondois <[email protected]>

I guess I am listed here due to some contributions, so copyrights. In
such case, I agree for relicensing to "GPL-2.0-only OR MIT".

Acked-by: Krzysztof Kozlowski <[email protected]>

Best regards,
Krzysztof


2024-01-10 22:37:29

by Nishanth Menon

[permalink] [raw]
Subject: Re: [PATCH 02/16] arm64: dts: ti: k3-am62a7: Add MIT license along with GPL-2.0

On 21:41-20240110, Krzysztof Kozlowski wrote:
> On 10/01/2024 15:08, Nishanth Menon wrote:
> > Modify license to include dual licensing as GPL-2.0-only OR MIT
> > license for SoC and TI evm device tree files. This allows for Linux
> > kernel device tree to be used in other Operating System ecosystems
> > such as Zephyr or FreeBSD.
> >
> > While at this, update the GPL-2.0 to be GPL-2.0-only to be in sync with
> > latest SPDX conventions (GPL-2.0 is deprecated).
> >
> > While at this, update the TI copyright year to sync with current year to
> > indicate license change (and add it at least for one file which was
> > missing TI copyright).
> >
> > Cc: Julien Panis <[email protected]>
> > Cc: Krzysztof Kozlowski <[email protected]>
> > Cc: Pierre Gondois <[email protected]>
>
> I guess I am listed here due to some contributions, so copyrights. In
> such case, I agree for relicensing to "GPL-2.0-only OR MIT".
>
> Acked-by: Krzysztof Kozlowski <[email protected]>

Thank you. And, yep, you are explicitly called out since you had one
or more patch modifying or adding content in the affected file.

--
Regards,
Nishanth Menon
Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 849D 1736 249D

2024-01-11 15:26:46

by Julien Panis

[permalink] [raw]
Subject: Re: [PATCH 02/16] arm64: dts: ti: k3-am62a7: Add MIT license along with GPL-2.0

On 1/10/24 15:08, Nishanth Menon wrote:
> Modify license to include dual licensing as GPL-2.0-only OR MIT
> license for SoC and TI evm device tree files. This allows for Linux
> kernel device tree to be used in other Operating System ecosystems
> such as Zephyr or FreeBSD.
>
> While at this, update the GPL-2.0 to be GPL-2.0-only to be in sync with
> latest SPDX conventions (GPL-2.0 is deprecated).
>
> While at this, update the TI copyright year to sync with current year to
> indicate license change (and add it at least for one file which was
> missing TI copyright).
>
> Cc: Julien Panis <[email protected]>
> Cc: Krzysztof Kozlowski <[email protected]>
> Cc: Pierre Gondois <[email protected]>
> Cc: Tony Lindgren <[email protected]>

Acked-by:Julien Panis <[email protected]>


2024-01-11 15:36:42

by Tony Lindgren

[permalink] [raw]
Subject: Re: [PATCH 02/16] arm64: dts: ti: k3-am62a7: Add MIT license along with GPL-2.0

* Nishanth Menon <[email protected]> [700101 02:00]:
> Modify license to include dual licensing as GPL-2.0-only OR MIT
> license for SoC and TI evm device tree files. This allows for Linux
> kernel device tree to be used in other Operating System ecosystems
> such as Zephyr or FreeBSD.
>
> While at this, update the GPL-2.0 to be GPL-2.0-only to be in sync with
> latest SPDX conventions (GPL-2.0 is deprecated).
>
> While at this, update the TI copyright year to sync with current year to
> indicate license change (and add it at least for one file which was
> missing TI copyright).

Acked-by: Tony Lindgren <[email protected]>