diff options
| author | Andrew Davis <[email protected]> | 2023-04-11 13:25:01 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2023-04-24 13:18:46 -0400 |
| commit | 5a6df00831a4c15518cb7c30a7a2830bc0840b3c (patch) | |
| tree | d86e3b2c484b1d6b598288835afeff3f04aebdc1 | |
| parent | 590f1d995a865a7079e60fc076c380d05f80391b (diff) | |
arm: dts: omap5x: Update devicetree header comments to sync with v6.3-rc6
Signed-off-by: Andrew Davis <[email protected]>
| -rw-r--r-- | arch/arm/dts/omap5-board-common.dtsi | 2 | ||||
| -rw-r--r-- | arch/arm/dts/omap5-core-thermal.dtsi | 7 | ||||
| -rw-r--r-- | arch/arm/dts/omap5-gpu-thermal.dtsi | 7 | ||||
| -rw-r--r-- | arch/arm/dts/omap5-uevm.dts | 2 | ||||
| -rw-r--r-- | arch/arm/dts/omap5.dtsi | 2 |
5 files changed, 7 insertions, 13 deletions
diff --git a/arch/arm/dts/omap5-board-common.dtsi b/arch/arm/dts/omap5-board-common.dtsi index 1eedd8d706a..d8f13626cfd 100644 --- a/arch/arm/dts/omap5-board-common.dtsi +++ b/arch/arm/dts/omap5-board-common.dtsi @@ -1,6 +1,6 @@ // SPDX-License-Identifier: GPL-2.0-only /* - * Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com/ + * Copyright (C) 2013 Texas Instruments Incorporated - https://www.ti.com/ */ #include "omap5.dtsi" #include <dt-bindings/interrupt-controller/irq.h> diff --git a/arch/arm/dts/omap5-core-thermal.dtsi b/arch/arm/dts/omap5-core-thermal.dtsi index de8a3d456cf..e0d8e39a001 100644 --- a/arch/arm/dts/omap5-core-thermal.dtsi +++ b/arch/arm/dts/omap5-core-thermal.dtsi @@ -1,12 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0-only /* * Device Tree Source for OMAP543x SoC CORE thermal * - * Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com/ + * Copyright (C) 2013 Texas Instruments Incorporated - https://www.ti.com/ * Contact: Eduardo Valentin <[email protected]> - * - * This file is licensed under the terms of the GNU General Public License - * version 2. This program is licensed "as is" without any warranty of any - * kind, whether express or implied. */ #include <dt-bindings/thermal/thermal.h> diff --git a/arch/arm/dts/omap5-gpu-thermal.dtsi b/arch/arm/dts/omap5-gpu-thermal.dtsi index bc3090f2e84..1b4b7d9136c 100644 --- a/arch/arm/dts/omap5-gpu-thermal.dtsi +++ b/arch/arm/dts/omap5-gpu-thermal.dtsi @@ -1,12 +1,9 @@ +// SPDX-License-Identifier: GPL-2.0-only /* * Device Tree Source for OMAP543x SoC GPU thermal * - * Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com/ + * Copyright (C) 2013 Texas Instruments Incorporated - https://www.ti.com/ * Contact: Eduardo Valentin <[email protected]> - * - * This file is licensed under the terms of the GNU General Public License - * version 2. This program is licensed "as is" without any warranty of any - * kind, whether express or implied. */ #include <dt-bindings/thermal/thermal.h> diff --git a/arch/arm/dts/omap5-uevm.dts b/arch/arm/dts/omap5-uevm.dts index 9441e9a572a..4203fd7bad1 100644 --- a/arch/arm/dts/omap5-uevm.dts +++ b/arch/arm/dts/omap5-uevm.dts @@ -1,6 +1,6 @@ // SPDX-License-Identifier: GPL-2.0-only /* - * Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com/ + * Copyright (C) 2013 Texas Instruments Incorporated - https://www.ti.com/ */ /dts-v1/; diff --git a/arch/arm/dts/omap5.dtsi b/arch/arm/dts/omap5.dtsi index 2ac7f021c28..76ab2cb08f2 100644 --- a/arch/arm/dts/omap5.dtsi +++ b/arch/arm/dts/omap5.dtsi @@ -1,6 +1,6 @@ // SPDX-License-Identifier: GPL-2.0-only /* - * Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/ + * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/ * * Based on "omap4.dtsi" */ |
