]> Git Repo - J-u-boot.git/blobdiff - arch/arm/mach-stm32mp/syscon.c
stm32mp1: syscon: remove stgen
[J-u-boot.git] / arch / arm / mach-stm32mp / syscon.c
index eb7f435f10caefbdc9b7ee14952a9504c3da2ea8..6070837bf01bce14f6baabbd4e81891e1153f2c9 100644 (file)
@@ -9,10 +9,9 @@
 #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,stm32mp1-pwr", .data = STM32MP_SYSCON_PWR },
+       { .compatible = "st,stm32mp157-syscfg",
+         .data = STM32MP_SYSCON_SYSCFG },
        { }
 };
 
This page took 0.02651 seconds and 4 git commands to generate.