Most Rockchip SoCs have their name start with rk3xxx. Historically, the second digit is for the generation of SoC, e.g. rk31xx was before rk32xx, itself before rk33xx and now rk35xx (and the expected rk36xx end of this year). We won't talk about the rk30xx timeline but it's also prefixed the same way. So let's match *anything* in U-Boot which contains rk3 in the path to simplify the MAINTAINERS entry and hopefully catch as much as possible.
board/firefly/ and board/pine64/ only contain subdirectories and each of them have rk3 in their name. Signed-off-by: Quentin Schulz <[email protected]> --- MAINTAINERS | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 9527af78d391..393c8abde10c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -578,20 +578,12 @@ T: git https://source.denx.de/u-boot/custodians/u-boot-rockchip.git X: configs/kmsupx5_defconfig N: px30 N: px5 +# RK3xxx SoC family +N: rk3 N: rockchip -F: arch/arm/dts/rk3* F: arch/arm/dts/rv11* -F: board/amarula/vyasa-rk3288/ -F: board/anbernic/rgxx3_rk3566/ -F: board/armsom/sige7-rk3588/ -F: board/chipspark/popmetal_rk3288 -F: board/firefly/ -F: board/mqmaker/miqi_rk3288/ -F: board/phytec/phycore_rk3288 -F: board/pine64 F: board/radxa/ F: board/theobroma-systems -F: board/vamrs/rock960_rk3399/ F: drivers/gpio/rk_gpio.c F: tools/rkcommon.c F: tools/rkcommon.h -- 2.55.0

