On 10/5/24 12:14 AM, Tom Rini wrote:
On Fri, Oct 04, 2024 at 11:51:46PM +0200, Marek Vasut wrote:
Update the MAINTAINERS file glob to cover all of STM32MP DHSOM related files.
Signed-off-by: Marek Vasut <ma...@denx.de>
---
Cc: Patrice Chotard <patrice.chot...@foss.st.com>
Cc: Patrick Delaunay <patrick.delau...@foss.st.com>
Cc: Tom Rini <tr...@konsulko.com>
Cc: u-b...@dh-electronics.com
Cc: uboot-st...@st-md-mailman.stormreply.com
---
board/dhelectronics/dh_stm32mp1/MAINTAINERS | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/board/dhelectronics/dh_stm32mp1/MAINTAINERS
b/board/dhelectronics/dh_stm32mp1/MAINTAINERS
index 865588f5b8b..d6c33c15aac 100644
--- a/board/dhelectronics/dh_stm32mp1/MAINTAINERS
+++ b/board/dhelectronics/dh_stm32mp1/MAINTAINERS
@@ -2,8 +2,7 @@ DH_STM32MP1_PDK2 BOARD
M: Marek Vasut <ma...@denx.de>
L: u-b...@dh-electronics.com
S: Maintained
-F: arch/arm/dts/stm32mp15xx-dhcom*
+F: arch/arm/dts/stm32mp*dhco*
F: board/dhelectronics/dh_stm32mp1/
-F: configs/stm32mp15_dhcom_basic_defconfig
-F: configs/stm32mp15_dhcor_basic_defconfig
+F: configs/stm32*_dhco*defconfig
F: include/configs/stm32mp15_dh_dhsom.h
Do you want to try the "N: some-regex" syntax to see if that makes
it less likely to regress in the future? If not, this is fine.
Fixed in V2