Re: [PATCH 08/16] arm: stm32mp: add support of STM32MP13x

2022-06-17 Thread Patrick DELAUNAY
Hi, Some ad On 5/6/22 16:06, Patrick Delaunay wrote: Introduce the code in mach-stm32mp and the configuration file stm32mp13_defconfig for the new STM32MP family. Signed-off-by: Patrick Delaunay --- arch/arm/mach-stm32mp/Kconfig | 21 +++- arch/arm/mach-stm32mp/Kconfig.13

Re: [Uboot-stm32] [PATCH 08/16] arm: stm32mp: add support of STM32MP13x

2022-05-20 Thread Marek Vasut
On 5/20/22 09:24, Patrice CHOTARD wrote: [...] @@ -0,0 +1,17 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later OR BSD-3-Clause */ +/* + * Copyright (C) 2022, STMicroelectronics - All Rights Reserved + * + * Configuration settings for the STMicroelectonics STM32MP15x boards s/STMicroelectonics/

Re: [Uboot-stm32] [PATCH 08/16] arm: stm32mp: add support of STM32MP13x

2022-05-20 Thread Patrice CHOTARD
another typo found below On 5/20/22 08:49, Patrice CHOTARD wrote: > Hi Patrick > > 2 minor typo below > > Thanks > Patrice > > On 5/6/22 16:06, Patrick Delaunay wrote: >> Introduce the code in mach-stm32mp and the configuration file >> stm32mp13_defconfig for the new STM32MP family. >> >> Signe

Re: [PATCH 08/16] arm: stm32mp: add support of STM32MP13x

2022-05-19 Thread Patrice CHOTARD
Hi Patrick 2 minor typo below Thanks Patrice On 5/6/22 16:06, Patrick Delaunay wrote: > Introduce the code in mach-stm32mp and the configuration file > stm32mp13_defconfig for the new STM32MP family. > > Signed-off-by: Patrick Delaunay > --- > > arch/arm/mach-stm32mp/Kconfig

[PATCH 08/16] arm: stm32mp: add support of STM32MP13x

2022-05-06 Thread Patrick Delaunay
Introduce the code in mach-stm32mp and the configuration file stm32mp13_defconfig for the new STM32MP family. Signed-off-by: Patrick Delaunay --- arch/arm/mach-stm32mp/Kconfig | 21 +++- arch/arm/mach-stm32mp/Kconfig.13x | 57 + arch/arm/mach-stm32mp/Makefi