[v2,7/8] spi: stm32: extend support to STM32MP25

Message ID 20260221094252.3103034-8-dario.binacchi@amarulasolutions.com
State New
Headers show
Series
  • video: support Rocktech RK050HR345-CT106A panel
Related show

Commit Message

Dario Binacchi Feb. 21, 2026, 9:42 a.m. UTC
The SPI IP in this platform is fully compatible with the current driver
implementation, requiring only a new compatible string.

Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
---

(no changes since v1)

 drivers/spi/stm32_spi.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Patrice CHOTARD Feb. 25, 2026, 10:11 a.m. UTC | #1
On 2/21/26 10:42, Dario Binacchi wrote:
> The SPI IP in this platform is fully compatible with the current driver
> implementation, requiring only a new compatible string.
> 
> Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
> ---
> 
> (no changes since v1)
> 
>  drivers/spi/stm32_spi.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/spi/stm32_spi.c b/drivers/spi/stm32_spi.c
> index 39ea69c68174..903cc3702807 100644
> --- a/drivers/spi/stm32_spi.c
> +++ b/drivers/spi/stm32_spi.c
> @@ -686,6 +686,7 @@ static const struct dm_spi_ops stm32_spi_ops = {
>  };
>  
>  static const struct udevice_id stm32_spi_ids[] = {
> +	{ .compatible = "st,stm32mp25-spi", },
>  	{ .compatible = "st,stm32h7-spi", },
>  	{ }
>  };

Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>

Thanks
Patrice

To unsubscribe from this group and stop receiving emails from it, send an email to linux-amarula+unsubscribe@amarulasolutions.com.

Patch

diff --git a/drivers/spi/stm32_spi.c b/drivers/spi/stm32_spi.c
index 39ea69c68174..903cc3702807 100644
--- a/drivers/spi/stm32_spi.c
+++ b/drivers/spi/stm32_spi.c
@@ -686,6 +686,7 @@  static const struct dm_spi_ops stm32_spi_ops = {
 };
 
 static const struct udevice_id stm32_spi_ids[] = {
+	{ .compatible = "st,stm32mp25-spi", },
 	{ .compatible = "st,stm32h7-spi", },
 	{ }
 };