Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 gabriel.fernandez@foss.st.com
- remove extra space

Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Link: https://lore.kernel.org/r/20230510184305.v2.1.I417093ddcea282be479f10a37147d1935a9050b7@changeid
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Acked-by: Gabriel Fernandez <gabriel.fernandez@foss.st.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>

authored by

Patrick Delaunay and committed by
Stephen Boyd
94ec3d8b ac9a7868

+5 -5
+3 -3
include/dt-bindings/clock/stm32mp13-clks.h
··· 1 - /* SPDX-License-Identifier: GPL-2.0+ or BSD-3-Clause */ 1 + /* SPDX-License-Identifier: GPL-2.0-only OR BSD-3-Clause */ 2 2 /* 3 3 * Copyright (C) STMicroelectronics 2020 - All Rights Reserved 4 - * Author: Gabriel Fernandez <gabriel.fernandez@st.com> for STMicroelectronics. 4 + * Author: Gabriel Fernandez <gabriel.fernandez@foss.st.com> for STMicroelectronics. 5 5 */ 6 6 7 7 #ifndef _DT_BINDINGS_STM32MP13_CLKS_H_ ··· 64 64 #define CK_MCO1 38 65 65 #define CK_MCO2 39 66 66 67 - /* IP clocks */ 67 + /* IP clocks */ 68 68 #define SYSCFG 40 69 69 #define VREF 41 70 70 #define DTS 42
+2 -2
include/dt-bindings/reset/stm32mp13-resets.h
··· 1 - /* SPDX-License-Identifier: GPL-2.0 or BSD-3-Clause */ 1 + /* SPDX-License-Identifier: GPL-2.0-only OR BSD-3-Clause */ 2 2 /* 3 3 * Copyright (C) STMicroelectronics 2018 - All Rights Reserved 4 - * Author: Gabriel Fernandez <gabriel.fernandez@st.com> for STMicroelectronics. 4 + * Author: Gabriel Fernandez <gabriel.fernandez@foss.st.com> for STMicroelectronics. 5 5 */ 6 6 7 7 #ifndef _DT_BINDINGS_STM32MP13_RESET_H_