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