]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
stm32mp: Add stm32mp23 support for syscon driver
authorPatrice Chotard <patrice.chotard@foss.st.com>
Fri, 17 Oct 2025 12:18:42 +0000 (14:18 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 17 Nov 2025 16:43:20 +0000 (10:43 -0600)
Add "st,stm32mp23-syscfg" compatible.

Fixes: fdd30ee308a2 ("ARM: stm32mp: Add STM32MP23 support")
Signed-off-by: Patrice Chotard <patrice.chotard@foss.st.com>
Reviewed-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
arch/arm/mach-stm32mp/syscon.c

index 8bcbd9793404b8860554acb15c67742397c069ae..b00897e87ec761bb63c521ef136aa8a830ae98e2 100644 (file)
@@ -10,6 +10,7 @@
 
 static const struct udevice_id stm32mp_syscon_ids[] = {
        { .compatible = "st,stm32mp157-syscfg", .data = STM32MP_SYSCON_SYSCFG },
+       { .compatible = "st,stm32mp23-syscfg", .data = STM32MP_SYSCON_SYSCFG},
        { .compatible = "st,stm32mp25-syscfg", .data = STM32MP_SYSCON_SYSCFG},
        { }
 };