zynq: Kconfig: extend the bootstrap malloc() pool
[oweals/u-boot.git] / arch / arm / mach-stm32mp / syscon.c
index 66b94f592f7943a380516bdc8abd303812fbd00b..eb7f435f10caefbdc9b7ee14952a9504c3da2ea8 100644 (file)
@@ -11,6 +11,8 @@
 static const struct udevice_id stm32mp_syscon_ids[] = {
        { .compatible = "st,stm32-stgen",
          .data = STM32MP_SYSCON_STGEN },
+       { .compatible = "st,stm32mp1-pwr",
+         .data = STM32MP_SYSCON_PWR },
        { }
 };