diff options
| author | Quentin Schulz <[email protected]> | 2024-03-11 13:02:00 +0100 |
|---|---|---|
| committer | Kever Yang <[email protected]> | 2024-03-13 18:15:52 +0800 |
| commit | fff2b0a9ecc921a6ed9dd5f7c79c449df040ae1d (patch) | |
| tree | a2d6d7f2d80ea278e6d08f783621249476051fcb | |
| parent | 642ee26bc82d230d6283fa98db676ecd12f7a58a (diff) | |
rockchip: puma-rk3399: MAINTAINERS: use glob for dtses
There are multiple Device Trees in U-Boot git repo for Puma, so let's
make the MAINTAINERS entry match them all.
Cc: Quentin Schulz <[email protected]>
Reviewed-by: Kever Yang <[email protected]>
Signed-off-by: Quentin Schulz <[email protected]>
| -rw-r--r-- | board/theobroma-systems/puma_rk3399/MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/theobroma-systems/puma_rk3399/MAINTAINERS b/board/theobroma-systems/puma_rk3399/MAINTAINERS index 93f570fc4f9..23701b3f0ed 100644 --- a/board/theobroma-systems/puma_rk3399/MAINTAINERS +++ b/board/theobroma-systems/puma_rk3399/MAINTAINERS @@ -5,7 +5,7 @@ S: Maintained F: board/theobroma-systems/puma_rk3399 F: board/theobroma-systems/common F: include/configs/puma_rk3399.h -F: arch/arm/dts/rk3399-puma.dts +F: arch/arm/dts/rk3399-puma* F: configs/puma-rk3399_defconfig W: https://www.theobroma-systems.com/rk3399-q7/tech-specs T: git git://git.theobroma-systems.com/puma-u-boot.git |
