Hi,
On 7/9/21 2:24 PM, Patrick Delaunay wrote:
Add the missing SPI clock even if these instances are not available
on STMicroelectronics boards: SPI2_K, SPI3_K, SPI4_K, SPI6_K.
With this patch, the SPI2 / SPI3 / SPI4 / SPI6 instances can be used on
customer design without the clock driver error:
stm32mp1_clk_get_id: clk id 131 not found
Reviewed-by: Patrice Chotard <[email protected]>
Signed-off-by: Patrick Delaunay <[email protected]>
---
drivers/clk/clk_stm32mp1.c | 13 +++++++++++++
1 file changed, 13 insertions(+)
Applied to u-boot-stm/master, thanks!
Regards
Patrick