Skip to content

Commit 94ec3d8

Browse files
patrickdelaunaybebarino
authored andcommitted
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]> Link: https://lore.kernel.org/r/20230510184305.v2.1.I417093ddcea282be479f10a37147d1935a9050b7@changeid Acked-by: Conor Dooley <[email protected]> Acked-by: Gabriel Fernandez <[email protected]> Acked-by: Rob Herring <[email protected]> Signed-off-by: Stephen Boyd <[email protected]>
1 parent ac9a786 commit 94ec3d8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

include/dt-bindings/clock/stm32mp13-clks.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
/* SPDX-License-Identifier: GPL-2.0+ or BSD-3-Clause */
1+
/* SPDX-License-Identifier: GPL-2.0-only OR BSD-3-Clause */
22
/*
33
* Copyright (C) STMicroelectronics 2020 - All Rights Reserved
4-
* Author: Gabriel Fernandez <[email protected]> for STMicroelectronics.
4+
* Author: Gabriel Fernandez <gabriel.fernandez@foss.st.com> for STMicroelectronics.
55
*/
66

77
#ifndef _DT_BINDINGS_STM32MP13_CLKS_H_
@@ -64,7 +64,7 @@
6464
#define CK_MCO1 38
6565
#define CK_MCO2 39
6666

67-
/* IP clocks */
67+
/* IP clocks */
6868
#define SYSCFG 40
6969
#define VREF 41
7070
#define DTS 42

include/dt-bindings/reset/stm32mp13-resets.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
/* SPDX-License-Identifier: GPL-2.0 or BSD-3-Clause */
1+
/* SPDX-License-Identifier: GPL-2.0-only OR BSD-3-Clause */
22
/*
33
* Copyright (C) STMicroelectronics 2018 - All Rights Reserved
4-
* Author: Gabriel Fernandez <[email protected]> for STMicroelectronics.
4+
* Author: Gabriel Fernandez <gabriel.fernandez@foss.st.com> for STMicroelectronics.
55
*/
66

77
#ifndef _DT_BINDINGS_STM32MP13_RESET_H_

0 commit comments

Comments
 (0)