2024-01-10 14:11:49

by Nishanth Menon

[permalink] [raw]
Subject: [PATCH 13/16] arm64: dts: ti: beagle*: Add MIT license along with GPL-2.0

Modify license to include dual licensing as GPL-2.0-only OR MIT
license for device trees belonging to BeagleBoard.org Foundation
platforms. 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 copyright year to sync with current year
to indicate license change.

Cc: Ayush Singh <[email protected]>
Cc: Jason Kridner <[email protected]>
Cc: Krzysztof Kozlowski <[email protected]>
Cc: Robert Nelson <[email protected]>
Cc: Tony Lindgren <[email protected]>
Cc: Wadim Egorov <[email protected]>

Signed-off-by: Nishanth Menon <[email protected]>
---
.../boot/dts/ti/k3-am625-beagleplay-csi2-ov5640.dtso | 4 ++--
.../boot/dts/ti/k3-am625-beagleplay-csi2-tevi-ov5640.dtso | 4 ++--
arch/arm64/boot/dts/ti/k3-am625-beagleplay.dts | 6 +++---
arch/arm64/boot/dts/ti/k3-j721e-beagleboneai64.dts | 8 ++++----
4 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/arch/arm64/boot/dts/ti/k3-am625-beagleplay-csi2-ov5640.dtso b/arch/arm64/boot/dts/ti/k3-am625-beagleplay-csi2-ov5640.dtso
index 5e80ca7033ba..3b4643b7d19c 100644
--- a/arch/arm64/boot/dts/ti/k3-am625-beagleplay-csi2-ov5640.dtso
+++ b/arch/arm64/boot/dts/ti/k3-am625-beagleplay-csi2-ov5640.dtso
@@ -1,7 +1,7 @@
-// SPDX-License-Identifier: GPL-2.0
+// SPDX-License-Identifier: GPL-2.0-only OR MIT
/*
* ALINX AN5641 & Digilent PCam 5C - OV5640 camera module
- * Copyright (C) 2022-2023 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-am625-beagleplay-csi2-tevi-ov5640.dtso b/arch/arm64/boot/dts/ti/k3-am625-beagleplay-csi2-tevi-ov5640.dtso
index 5e1cbbc27c8f..81a2763d43c6 100644
--- a/arch/arm64/boot/dts/ti/k3-am625-beagleplay-csi2-tevi-ov5640.dtso
+++ b/arch/arm64/boot/dts/ti/k3-am625-beagleplay-csi2-tevi-ov5640.dtso
@@ -1,7 +1,7 @@
-// SPDX-License-Identifier: GPL-2.0
+// SPDX-License-Identifier: GPL-2.0-only OR MIT
/*
* Technexion TEVI-OV5640-*-RPI - OV5640 camera module
- * Copyright (C) 2022-2023 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-am625-beagleplay.dts b/arch/arm64/boot/dts/ti/k3-am625-beagleplay.dts
index eadbdd9ffe37..600db09b8ad3 100644
--- a/arch/arm64/boot/dts/ti/k3-am625-beagleplay.dts
+++ b/arch/arm64/boot/dts/ti/k3-am625-beagleplay.dts
@@ -1,9 +1,9 @@
-// SPDX-License-Identifier: GPL-2.0
+// SPDX-License-Identifier: GPL-2.0-only OR MIT
/*
* https://beagleplay.org/
*
- * Copyright (C) 2022-2023 Texas Instruments Incorporated - https://www.ti.com/
- * Copyright (C) 2022-2023 Robert Nelson, BeagleBoard.org Foundation
+ * Copyright (C) 2022-2024 Texas Instruments Incorporated - https://www.ti.com/
+ * Copyright (C) 2022-2024 Robert Nelson, BeagleBoard.org Foundation
*/

/dts-v1/;
diff --git a/arch/arm64/boot/dts/ti/k3-j721e-beagleboneai64.dts b/arch/arm64/boot/dts/ti/k3-j721e-beagleboneai64.dts
index 2f954729f353..dfc9adacd511 100644
--- a/arch/arm64/boot/dts/ti/k3-j721e-beagleboneai64.dts
+++ b/arch/arm64/boot/dts/ti/k3-j721e-beagleboneai64.dts
@@ -1,9 +1,9 @@
-// SPDX-License-Identifier: GPL-2.0
+// SPDX-License-Identifier: GPL-2.0-only OR MIT
/*
* https://beagleboard.org/ai-64
- * Copyright (C) 2022 Texas Instruments Incorporated - https://www.ti.com/
- * Copyright (C) 2022 Jason Kridner, BeagleBoard.org Foundation
- * Copyright (C) 2022 Robert Nelson, BeagleBoard.org Foundation
+ * Copyright (C) 2022-2024 Texas Instruments Incorporated - https://www.ti.com/
+ * Copyright (C) 2022-2024 Jason Kridner, BeagleBoard.org Foundation
+ * Copyright (C) 2022-2024 Robert Nelson, BeagleBoard.org Foundation
*/

/dts-v1/;
--
2.43.0



2024-01-10 20:49:37

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH 13/16] arm64: dts: ti: beagle*: Add MIT license along with GPL-2.0

On 10/01/2024 15:09, Nishanth Menon wrote:
> Modify license to include dual licensing as GPL-2.0-only OR MIT
> license for device trees belonging to BeagleBoard.org Foundation
> platforms. 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 copyright year to sync with current year
> to indicate license change.
>
> Cc: Ayush Singh <[email protected]>
> Cc: Jason Kridner <[email protected]>
> Cc: Krzysztof Kozlowski <[email protected]>
> Cc: Robert Nelson <[email protected]>
> Cc: Tony Lindgren <[email protected]>
> Cc: Wadim Egorov <[email protected]>
>
> Signed-off-by: Nishanth Menon <[email protected]>
> ---
> .../boot/dts/ti/k3-am625-beagleplay-csi2-ov5640.dtso | 4 ++--
> .../boot/dts/ti/k3-am625-beagleplay-csi2-tevi-ov5640.dtso | 4 ++--
> arch/arm64/boot/dts/ti/k3-am625-beagleplay.dts | 6 +++---
> arch/arm64/boot/dts/ti/k3-j721e-beagleboneai64.dts | 8 ++++----
> 4 files changed, 11 insertions(+), 11 deletions(-)


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

Best regards,
Krzysztof


2024-01-10 21:33:19

by Robert Nelson

[permalink] [raw]
Subject: Re: [PATCH 13/16] arm64: dts: ti: beagle*: Add MIT license along with GPL-2.0

On Wed, Jan 10, 2024 at 8:09 AM Nishanth Menon <[email protected]> wrote:
>
> Modify license to include dual licensing as GPL-2.0-only OR MIT
> license for device trees belonging to BeagleBoard.org Foundation
> platforms. 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 copyright year to sync with current year
> to indicate license change.
>
> Cc: Ayush Singh <[email protected]>
> Cc: Jason Kridner <[email protected]>
> Cc: Krzysztof Kozlowski <[email protected]>
> Cc: Robert Nelson <[email protected]>
> Cc: Tony Lindgren <[email protected]>
> Cc: Wadim Egorov <[email protected]>
>
> Signed-off-by: Nishanth Menon <[email protected]>
> ---
> .../boot/dts/ti/k3-am625-beagleplay-csi2-ov5640.dtso | 4 ++--
> .../boot/dts/ti/k3-am625-beagleplay-csi2-tevi-ov5640.dtso | 4 ++--
> arch/arm64/boot/dts/ti/k3-am625-beagleplay.dts | 6 +++---
> arch/arm64/boot/dts/ti/k3-j721e-beagleboneai64.dts | 8 ++++----
> 4 files changed, 11 insertions(+), 11 deletions(-)
>

Acked-by: Robert Nelson <[email protected]>

Regards,

--
Robert Nelson
https://rcn-ee.com/

2024-01-11 00:48:27

by Jason Kridner

[permalink] [raw]
Subject: Re: [PATCH 13/16] arm64: dts: ti: beagle*: Add MIT license along with GPL-2.0

On Wed, Jan 10, 2024 at 9:09 AM Nishanth Menon <[email protected]> wrote:
>
> Modify license to include dual licensing as GPL-2.0-only OR MIT
> license for device trees belonging to BeagleBoard.org Foundation
> platforms. 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 copyright year to sync with current year
> to indicate license change.
>
> Cc: Ayush Singh <[email protected]>
> Cc: Jason Kridner <[email protected]>
> Cc: Krzysztof Kozlowski <[email protected]>
> Cc: Robert Nelson <[email protected]>
> Cc: Tony Lindgren <[email protected]>
> Cc: Wadim Egorov <[email protected]>
>
> Signed-off-by: Nishanth Menon <[email protected]>


Acked-by: Jason Kridner <[email protected]>


>
> ---
> .../boot/dts/ti/k3-am625-beagleplay-csi2-ov5640.dtso | 4 ++--
> .../boot/dts/ti/k3-am625-beagleplay-csi2-tevi-ov5640.dtso | 4 ++--
> arch/arm64/boot/dts/ti/k3-am625-beagleplay.dts | 6 +++---
> arch/arm64/boot/dts/ti/k3-j721e-beagleboneai64.dts | 8 ++++----
> 4 files changed, 11 insertions(+), 11 deletions(-)
>
> diff --git a/arch/arm64/boot/dts/ti/k3-am625-beagleplay-csi2-ov5640.dtso b/arch/arm64/boot/dts/ti/k3-am625-beagleplay-csi2-ov5640.dtso
> index 5e80ca7033ba..3b4643b7d19c 100644
> --- a/arch/arm64/boot/dts/ti/k3-am625-beagleplay-csi2-ov5640.dtso
> +++ b/arch/arm64/boot/dts/ti/k3-am625-beagleplay-csi2-ov5640.dtso
> @@ -1,7 +1,7 @@
> -// SPDX-License-Identifier: GPL-2.0
> +// SPDX-License-Identifier: GPL-2.0-only OR MIT
> /*
> * ALINX AN5641 & Digilent PCam 5C - OV5640 camera module
> - * Copyright (C) 2022-2023 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-am625-beagleplay-csi2-tevi-ov5640.dtso b/arch/arm64/boot/dts/ti/k3-am625-beagleplay-csi2-tevi-ov5640.dtso
> index 5e1cbbc27c8f..81a2763d43c6 100644
> --- a/arch/arm64/boot/dts/ti/k3-am625-beagleplay-csi2-tevi-ov5640.dtso
> +++ b/arch/arm64/boot/dts/ti/k3-am625-beagleplay-csi2-tevi-ov5640.dtso
> @@ -1,7 +1,7 @@
> -// SPDX-License-Identifier: GPL-2.0
> +// SPDX-License-Identifier: GPL-2.0-only OR MIT
> /*
> * Technexion TEVI-OV5640-*-RPI - OV5640 camera module
> - * Copyright (C) 2022-2023 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-am625-beagleplay.dts b/arch/arm64/boot/dts/ti/k3-am625-beagleplay.dts
> index eadbdd9ffe37..600db09b8ad3 100644
> --- a/arch/arm64/boot/dts/ti/k3-am625-beagleplay.dts
> +++ b/arch/arm64/boot/dts/ti/k3-am625-beagleplay.dts
> @@ -1,9 +1,9 @@
> -// SPDX-License-Identifier: GPL-2.0
> +// SPDX-License-Identifier: GPL-2.0-only OR MIT
> /*
> * https://beagleplay.org/
> *
> - * Copyright (C) 2022-2023 Texas Instruments Incorporated - https://www.ti.com/
> - * Copyright (C) 2022-2023 Robert Nelson, BeagleBoard.org Foundation
> + * Copyright (C) 2022-2024 Texas Instruments Incorporated - https://www.ti.com/
> + * Copyright (C) 2022-2024 Robert Nelson, BeagleBoard.org Foundation
> */
>
> /dts-v1/;
> diff --git a/arch/arm64/boot/dts/ti/k3-j721e-beagleboneai64.dts b/arch/arm64/boot/dts/ti/k3-j721e-beagleboneai64.dts
> index 2f954729f353..dfc9adacd511 100644
> --- a/arch/arm64/boot/dts/ti/k3-j721e-beagleboneai64.dts
> +++ b/arch/arm64/boot/dts/ti/k3-j721e-beagleboneai64.dts
> @@ -1,9 +1,9 @@
> -// SPDX-License-Identifier: GPL-2.0
> +// SPDX-License-Identifier: GPL-2.0-only OR MIT
> /*
> * https://beagleboard.org/ai-64
> - * Copyright (C) 2022 Texas Instruments Incorporated - https://www.ti.com/
> - * Copyright (C) 2022 Jason Kridner, BeagleBoard.org Foundation
> - * Copyright (C) 2022 Robert Nelson, BeagleBoard.org Foundation
> + * Copyright (C) 2022-2024 Texas Instruments Incorporated - https://www.ti.com/
> + * Copyright (C) 2022-2024 Jason Kridner, BeagleBoard.org Foundation
> + * Copyright (C) 2022-2024 Robert Nelson, BeagleBoard.org Foundation
> */
>
> /dts-v1/;
> --
> 2.43.0
>


--
BeagleBoard.org Foundation is a US-based 501(c)3 non-profit providing
education and collaboration around open source hardware and software

Use https://beagleboard.org/about/jkridner to schedule a meeting

2024-01-11 07:02:48

by Ayush Singh

[permalink] [raw]
Subject: Re: [PATCH 13/16] arm64: dts: ti: beagle*: Add MIT license along with GPL-2.0

On 10/01/24 19:39, Nishanth Menon wrote:

> Modify license to include dual licensing as GPL-2.0-only OR MIT
> license for device trees belonging to BeagleBoard.org Foundation
> platforms. 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 copyright year to sync with current year
> to indicate license change.
>
> Cc: Ayush Singh <[email protected]>
> Cc: Jason Kridner <[email protected]>
> Cc: Krzysztof Kozlowski <[email protected]>
> Cc: Robert Nelson <[email protected]>
> Cc: Tony Lindgren <[email protected]>
> Cc: Wadim Egorov <[email protected]>
>
> Signed-off-by: Nishanth Menon <[email protected]>
> ---
> .../boot/dts/ti/k3-am625-beagleplay-csi2-ov5640.dtso | 4 ++--
> .../boot/dts/ti/k3-am625-beagleplay-csi2-tevi-ov5640.dtso | 4 ++--
> arch/arm64/boot/dts/ti/k3-am625-beagleplay.dts | 6 +++---
> arch/arm64/boot/dts/ti/k3-j721e-beagleboneai64.dts | 8 ++++----
> 4 files changed, 11 insertions(+), 11 deletions(-)

Acked-by: Ayush Singh <[email protected]>


Ayush Singh


2024-01-12 12:47:36

by Tony Lindgren

[permalink] [raw]
Subject: Re: [PATCH 13/16] arm64: dts: ti: beagle*: 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 device trees belonging to BeagleBoard.org Foundation
> platforms. 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 copyright year to sync with current year
> to indicate license change.

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

2024-01-15 02:48:17

by Wadim Egorov

[permalink] [raw]
Subject: Re: [PATCH 13/16] arm64: dts: ti: beagle*: Add MIT license along with GPL-2.0


Am 10.01.24 um 15:09 schrieb Nishanth Menon:
> Modify license to include dual licensing as GPL-2.0-only OR MIT
> license for device trees belonging to BeagleBoard.org Foundation
> platforms. 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 copyright year to sync with current year
> to indicate license change.
>
> Cc: Ayush Singh <[email protected]>
> Cc: Jason Kridner <[email protected]>
> Cc: Krzysztof Kozlowski <[email protected]>
> Cc: Robert Nelson <[email protected]>
> Cc: Tony Lindgren <[email protected]>
> Cc: Wadim Egorov <[email protected]>
>
> Signed-off-by: Nishanth Menon <[email protected]>

Acked-by: Wadim Egorov <[email protected]>