2023-05-10 16:58:51

by Patrick Delaunay

[permalink] [raw]
Subject: [PATCH v2] dt-bindings: rcc: stm32: Sync with u-boot copy for STM32MP13 SoC

Minor cosmetic change, aligned with files in U-Boot:
- change obsolete SPDX id : GPL-2.0+ and use the same license
GPL-2.0-only for the 2 files
- use correct mail address [email protected]
- remove extra space

Signed-off-by: Patrick Delaunay <[email protected]>
---

Changes in v2:
- Change title "Fix STM32MP13 include file"
- Use the same license for the 2 files GPL-2.0-only as recommended
to avoid check-patch issue on next

include/dt-bindings/clock/stm32mp13-clks.h | 6 +++---
include/dt-bindings/reset/stm32mp13-resets.h | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/include/dt-bindings/clock/stm32mp13-clks.h b/include/dt-bindings/clock/stm32mp13-clks.h
index 02befd25edce..0bd7b54c65ff 100644
--- a/include/dt-bindings/clock/stm32mp13-clks.h
+++ b/include/dt-bindings/clock/stm32mp13-clks.h
@@ -1,7 +1,7 @@
-/* SPDX-License-Identifier: GPL-2.0+ or BSD-3-Clause */
+/* SPDX-License-Identifier: GPL-2.0-only OR BSD-3-Clause */
/*
* Copyright (C) STMicroelectronics 2020 - All Rights Reserved
- * Author: Gabriel Fernandez <[email protected]> for STMicroelectronics.
+ * Author: Gabriel Fernandez <[email protected]> for STMicroelectronics.
*/

#ifndef _DT_BINDINGS_STM32MP13_CLKS_H_
@@ -64,7 +64,7 @@
#define CK_MCO1 38
#define CK_MCO2 39

-/* IP clocks */
+/* IP clocks */
#define SYSCFG 40
#define VREF 41
#define DTS 42
diff --git a/include/dt-bindings/reset/stm32mp13-resets.h b/include/dt-bindings/reset/stm32mp13-resets.h
index 934864e90da6..ecb37c7ddde1 100644
--- a/include/dt-bindings/reset/stm32mp13-resets.h
+++ b/include/dt-bindings/reset/stm32mp13-resets.h
@@ -1,7 +1,7 @@
-/* SPDX-License-Identifier: GPL-2.0 or BSD-3-Clause */
+/* SPDX-License-Identifier: GPL-2.0-only OR BSD-3-Clause */
/*
* Copyright (C) STMicroelectronics 2018 - All Rights Reserved
- * Author: Gabriel Fernandez <[email protected]> for STMicroelectronics.
+ * Author: Gabriel Fernandez <[email protected]> for STMicroelectronics.
*/

#ifndef _DT_BINDINGS_STM32MP13_RESET_H_
--
2.25.1



2023-05-10 17:08:34

by Conor Dooley

[permalink] [raw]
Subject: Re: [PATCH v2] dt-bindings: rcc: stm32: Sync with u-boot copy for STM32MP13 SoC

On Wed, May 10, 2023 at 06:51:40PM +0200, Patrick Delaunay wrote:
> Minor cosmetic change, aligned with files in U-Boot:
> - change obsolete SPDX id : GPL-2.0+ and use the same license
> GPL-2.0-only for the 2 files
> - use correct mail address [email protected]
> - remove extra space

Rob's comments on v1 were about $subject, which you've fixed, although
the second prefix is a bit odd (I assume since you're changing clock and
reset headers) and about the change in license to "or-later" for the
resets header, which you've changed too, so...
>
> Signed-off-by: Patrick Delaunay <[email protected]>
> ---
>
> Changes in v2:
> - Change title "Fix STM32MP13 include file"
> - Use the same license for the 2 files GPL-2.0-only as recommended
> to avoid check-patch issue on next
>
> include/dt-bindings/clock/stm32mp13-clks.h | 6 +++---
> include/dt-bindings/reset/stm32mp13-resets.h | 4 ++--
> 2 files changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/include/dt-bindings/clock/stm32mp13-clks.h b/include/dt-bindings/clock/stm32mp13-clks.h
> index 02befd25edce..0bd7b54c65ff 100644
> --- a/include/dt-bindings/clock/stm32mp13-clks.h
> +++ b/include/dt-bindings/clock/stm32mp13-clks.h
> @@ -1,7 +1,7 @@
> -/* SPDX-License-Identifier: GPL-2.0+ or BSD-3-Clause */
> +/* SPDX-License-Identifier: GPL-2.0-only OR BSD-3-Clause */

...since Gabriel does appear to be the only author of this file:

Acked-by: Conor Dooley <[email protected]>

Thanks,
Conor.


Attachments:
(No filename) (1.51 kB)
signature.asc (235.00 B)
Download all attachments

2023-05-11 09:50:18

by Gabriel FERNANDEZ

[permalink] [raw]
Subject: Re: [PATCH v2] dt-bindings: rcc: stm32: Sync with u-boot copy for STM32MP13 SoC


On 5/10/23 19:02, Conor Dooley wrote:
> On Wed, May 10, 2023 at 06:51:40PM +0200, Patrick Delaunay wrote:
>> Minor cosmetic change, aligned with files in U-Boot:
>> - change obsolete SPDX id : GPL-2.0+ and use the same license
>> GPL-2.0-only for the 2 files
>> - use correct mail address [email protected]
>> - remove extra space
> Rob's comments on v1 were about $subject, which you've fixed, although
> the second prefix is a bit odd (I assume since you're changing clock and
> reset headers) and about the change in license to "or-later" for the
> resets header, which you've changed too, so...
>> Signed-off-by: Patrick Delaunay <[email protected]>
>> ---
>>
>> Changes in v2:
>> - Change title "Fix STM32MP13 include file"
>> - Use the same license for the 2 files GPL-2.0-only as recommended
>> to avoid check-patch issue on next
>>
>> include/dt-bindings/clock/stm32mp13-clks.h | 6 +++---
>> include/dt-bindings/reset/stm32mp13-resets.h | 4 ++--
>> 2 files changed, 5 insertions(+), 5 deletions(-)
>>
>> diff --git a/include/dt-bindings/clock/stm32mp13-clks.h b/include/dt-bindings/clock/stm32mp13-clks.h
>> index 02befd25edce..0bd7b54c65ff 100644
>> --- a/include/dt-bindings/clock/stm32mp13-clks.h
>> +++ b/include/dt-bindings/clock/stm32mp13-clks.h
>> @@ -1,7 +1,7 @@
>> -/* SPDX-License-Identifier: GPL-2.0+ or BSD-3-Clause */
>> +/* SPDX-License-Identifier: GPL-2.0-only OR BSD-3-Clause */
> ...since Gabriel does appear to be the only author of this file:
>
> Acked-by: Conor Dooley <[email protected]>
>
> Thanks,
> Conor.

Hi

Acked-by: Gabriel Fernandez <[email protected]>

Thanks
Gabriel


2023-06-07 19:25:13

by Rob Herring

[permalink] [raw]
Subject: Re: [PATCH v2] dt-bindings: rcc: stm32: Sync with u-boot copy for STM32MP13 SoC


On Wed, 10 May 2023 18:51:40 +0200, Patrick Delaunay wrote:
> Minor cosmetic change, aligned with files in U-Boot:
> - change obsolete SPDX id : GPL-2.0+ and use the same license
> GPL-2.0-only for the 2 files
> - use correct mail address [email protected]
> - remove extra space
>
> Signed-off-by: Patrick Delaunay <[email protected]>
> ---
>
> Changes in v2:
> - Change title "Fix STM32MP13 include file"
> - Use the same license for the 2 files GPL-2.0-only as recommended
> to avoid check-patch issue on next
>
> include/dt-bindings/clock/stm32mp13-clks.h | 6 +++---
> include/dt-bindings/reset/stm32mp13-resets.h | 4 ++--
> 2 files changed, 5 insertions(+), 5 deletions(-)
>

Acked-by: Rob Herring <[email protected]>


2023-06-15 01:27:38

by Stephen Boyd

[permalink] [raw]
Subject: Re: [PATCH v2] dt-bindings: rcc: stm32: Sync with u-boot copy for STM32MP13 SoC

Quoting Patrick Delaunay (2023-05-10 09:51:40)
> Minor cosmetic change, aligned with files in U-Boot:
> - change obsolete SPDX id : GPL-2.0+ and use the same license
> GPL-2.0-only for the 2 files
> - use correct mail address [email protected]
> - remove extra space
>
> Signed-off-by: Patrick Delaunay <[email protected]>
> ---

Applied to clk-next