diff options
| author | Quentin Schulz <[email protected]> | 2026-07-07 18:09:21 +0200 |
|---|---|---|
| committer | Quentin Schulz <[email protected]> | 2026-07-09 19:01:43 +0200 |
| commit | 4582dc53b80f54cc694e587a55eaebf7c16e21e0 (patch) | |
| tree | f9338eff942471979f3a256bb9889f4331c27e55 | |
| parent | a961c8939554e5782cf1d98d8a3a88e407e99a00 (diff) | |
MAINTAINERS: add N: rv11 regex to ARM ROCKCHIP
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.
Reviewed-by: Heiko Stuebner <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Quentin Schulz <[email protected]>
| -rw-r--r-- | MAINTAINERS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index db4ef1bfd34..08b32155132 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -568,7 +568,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 |
