Re: [PATCH 07/12] stm32mp: add setup_serial_number for stm32mp25

2024-01-15 Thread Patrice CHOTARD
On 1/15/24 13:46, Patrick Delaunay wrote: > From: Patrice Chotard > > Add support of serial number for stm32mp25, gets from OTP with BSEC driver. > > Signed-off-by: Patrice Chotard > Signed-off-by: Patrick Delaunay > --- > > .../arm/mach-stm32mp/include/mach/sys_proto.h | 1 + >

[PATCH 07/12] stm32mp: add setup_serial_number for stm32mp25

2024-01-15 Thread Patrick Delaunay
From: Patrice Chotard Add support of serial number for stm32mp25, gets from OTP with BSEC driver. Signed-off-by: Patrice Chotard Signed-off-by: Patrick Delaunay --- .../arm/mach-stm32mp/include/mach/sys_proto.h | 1 + arch/arm/mach-stm32mp/soc.c | 31 +++