RE: [PATCH 9/9] stm32mp1: support of STM32MP15x Rev.Z

2020-02-14 Thread Patrick DELAUNAY
Hi, > From: Patrick DELAUNAY > Sent: mardi 28 janvier 2020 10:11 > > Add support for Rev.Z of STM32MP15x cpu. > > Signed-off-by: Patrick Delaunay > --- Applied to u-boot-stm32/master, thanks! Regards Patrick

Re: [PATCH 9/9] stm32mp1: support of STM32MP15x Rev.Z

2020-02-13 Thread Patrice CHOTARD
On 1/28/20 10:11 AM, Patrick Delaunay wrote: > Add support for Rev.Z of STM32MP15x cpu. > > Signed-off-by: Patrick Delaunay > --- > > arch/arm/mach-stm32mp/cpu.c| 3 +++ > arch/arm/mach-stm32mp/include/mach/sys_proto.h | 1 + > 2 files changed, 4 insertions(+) > > diff --git

[PATCH 9/9] stm32mp1: support of STM32MP15x Rev.Z

2020-01-28 Thread Patrick Delaunay
Add support for Rev.Z of STM32MP15x cpu. Signed-off-by: Patrick Delaunay --- arch/arm/mach-stm32mp/cpu.c| 3 +++ arch/arm/mach-stm32mp/include/mach/sys_proto.h | 1 + 2 files changed, 4 insertions(+) diff --git a/arch/arm/mach-stm32mp/cpu.c b/arch/arm/mach-stm32mp/cpu.c ind