RE: [PATCH 1/2] [RFC] ARM: stm32: Make bsec available in SPL

2020-05-13 Thread Patrick DELAUNAY
Dear Marek, > From: Marek Vasut > Sent: mardi 12 mai 2020 19:07 > > Make the bsec driver available both in SPL and in U-Boot proper to make it > possible to read out the SoC type (A/C/D/F) and thus to determine the MPU PLL > configuration (650/800 MHz). > > Signed-off-by: Marek Vasut > Cc: Pa

[PATCH 1/2] [RFC] ARM: stm32: Make bsec available in SPL

2020-05-12 Thread Marek Vasut
Make the bsec driver available both in SPL and in U-Boot proper to make it possible to read out the SoC type (A/C/D/F) and thus to determine the MPU PLL configuration (650/800 MHz). Signed-off-by: Marek Vasut Cc: Patrick Delaunay Cc: Patrice Chotard --- arch/arm/mach-stm32mp/Makefile | 2 +- 1