]> 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 242f8340abb459d1ff492c9401a19d1b99fdd575..6070837bf01bce14f6baabbd4e81891e1153f2c9 100644 (file)
@@ -9,9 +9,7 @@
 #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 },
        { }
This page took 0.027021 seconds and 4 git commands to generate.