arm: stm32mp: activate data cache in SPL and before relocation
[oweals/u-boot.git] / arch / arm / mach-stm32mp / syscon.c
index eb7f435f10caefbdc9b7ee14952a9504c3da2ea8..3e61ce40978c37c27f266373db492772c324bf87 100644 (file)
@@ -9,10 +9,8 @@
 #include <asm/arch/stm32.h>
 
 static const struct udevice_id stm32mp_syscon_ids[] = {
-       { .compatible = "st,stm32-stgen",
-         .data = STM32MP_SYSCON_STGEN },
-       { .compatible = "st,stm32mp1-pwr",
-         .data = STM32MP_SYSCON_PWR },
+       { .compatible = "st,stm32mp157-syscfg",
+         .data = STM32MP_SYSCON_SYSCFG },
        { }
 };