Add the missing driver and files for mach-stm32mp / stm32mp1 product.

Signed-off-by: Patrick Delaunay <[email protected]>
---

 MAINTAINERS                   | 19 +++++++++++++++++--
 board/st/stm32mp1/MAINTAINERS |  5 +++--
 2 files changed, 20 insertions(+), 4 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index c28251e..8e2a999 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -298,14 +298,19 @@ ARM STM STM32MP
 M:     Patrick Delaunay <[email protected]>
 M:     Patrice Chotard <[email protected]>
 L:     [email protected] (moderated for non-subscribers)
-T:     git https://gitlab.denx.de/u-boot/custodians/u-boot-stm
+T:     git https://gitlab.denx.de/u-boot/custodians/u-boot-stm.git
 S:     Maintained
 F:     arch/arm/mach-stm32mp/
+F:     drivers/adc/stm32-adc*
 F:     drivers/clk/clk_stm32mp1.c
+F:     drivers/gpio/stm32_gpio.c
+F:     drivers/hwspinlock/stm32_hwspinlock.c
 F:     drivers/i2c/stm32f7_i2c.c
 F:     drivers/mailbox/stm32-ipcc.c
 F:     drivers/misc/stm32mp_fuse.c
+F:     drivers/misc/stm32_rcc.c
 F:     drivers/mmc/stm32_sdmmc2.c
+F:     drivers/mtd/nand/raw/stm32_fmc2_nand.c
 F:     drivers/phy/phy-stm32-usbphyc.c
 F:     drivers/pinctrl/pinctrl_stm32.c
 F:     drivers/power/pmic/stpmic1.c
@@ -313,11 +318,21 @@ F:        drivers/power/regulator/stm32-vrefbuf.c
 F:     drivers/power/regulator/stpmic1.c
 F:     drivers/ram/stm32mp1/
 F:     drivers/remoteproc/stm32_copro.c
-F:     drivers/misc/stm32_rcc.c
 F:     drivers/reset/stm32-reset.c
+F:     drivers/rtc/stm32_rtc.c
+F:     drivers/serial/serial_stm32.*
 F:     drivers/spi/stm32_qspi.c
 F:     drivers/spi/stm32_spi.c
+F:     drivers/video/stm32/stm32_ltdc.c
 F:     drivers/watchdog/stm32mp_wdt.c
+F:     include/dt-bindings/clock/stm32fx-clock.h
+F:     include/dt-bindings/clock/stm32mp1-clks.h
+F:     include/dt-bindings/clock/stm32mp1-clksrc.h
+F:     include/dt-bindings/pinctrl/stm32-pinfunc.h
+F:     include/dt-bindings/reset/stm32mp1-resets.h
+F:     include/stm32_rcc.h
+F:     tools/stm32image.c
+
 
 ARM STM STV0991
 M:     Vikas Manocha <[email protected]>
diff --git a/board/st/stm32mp1/MAINTAINERS b/board/st/stm32mp1/MAINTAINERS
index 3bf4c21..2930947 100644
--- a/board/st/stm32mp1/MAINTAINERS
+++ b/board/st/stm32mp1/MAINTAINERS
@@ -1,9 +1,10 @@
 STM32MP1 BOARD
 M:     Patrick Delaunay <[email protected]>
 L:     [email protected] (moderated for non-subscribers)
+T:     git https://gitlab.denx.de/u-boot/custodians/u-boot-stm.git
 S:     Maintained
-F:     arch/arm/dts/stm32mp157*
-F:     board/st/stm32mp1
+F:     arch/arm/dts/stm32mp15*
+F:     board/st/stm32mp1/
 F:     configs/stm32mp15_basic_defconfig
 F:     configs/stm32mp15_optee_defconfig
 F:     configs/stm32mp15_trusted_defconfig
-- 
2.7.4

_______________________________________________
U-Boot mailing list
[email protected]
https://lists.denx.de/listinfo/u-boot

Reply via email to