Rockchip has an RV11xx SoC series (RV1103, RV1106, RV1126) so let's match *anything* in U-Boot which contains this string in the path and not only the U-Boot Device Trees.
Signed-off-by: Quentin Schulz <[email protected]> --- MAINTAINERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 97d5e8feb51b..49b35945f820 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -583,7 +583,8 @@ N: rk3 # RK8xx PMIC/regulator family N: rk8 N: rockchip -F: arch/arm/dts/rv11* +# RV11xx SoC family +N: rv11 F: board/radxa/ F: board/theobroma-systems F: drivers/gpio/rk_gpio.c -- 2.55.0

