[PATCH 04/12] MAINTAINERS: add N: px5 regex to ARM ROCKCHIP
Quentin Schulz
u-boot at 0leil.net
Tue Jul 7 18:09:18 CEST 2026
PX5 is a Rockchip SoC, so let's match *anything* in U-Boot which
contains this string in the path. However, this matches a bit too much,
specifically the PPC-based kmsupx5_defconfig so we need to exclude it
explicitly.
Signed-off-by: Quentin Schulz <u-boot at 0leil.net>
---
MAINTAINERS | 3 +++
1 file changed, 3 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 37766bfcc3ca..9527af78d391 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -574,7 +574,10 @@ M: Philipp Tomsich <philipp.tomsich at vrull.eu>
M: Kever Yang <kever.yang at rock-chips.com>
S: Maintained
T: git https://source.denx.de/u-boot/custodians/u-boot-rockchip.git
+# Exclude from N: px5 matches
+X: configs/kmsupx5_defconfig
N: px30
+N: px5
N: rockchip
F: arch/arm/dts/rk3*
F: arch/arm/dts/rv11*
--
2.55.0
More information about the U-Boot
mailing list