MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
From: Lukas Bulwahn <lukas.bulwahn@redhat.com>
Commit a7352c849492 ("dt-bindings: npu: rockchip,rknn: Add bindings") adds
the device-tree binding rockchip,rk3588-rknn-core.yaml, whereas the commit
ed98261b4168 ("accel/rocket: Add a new driver for Rockchip's NPU") adds the
section DRM ACCEL DRIVER FOR ROCKCHIP NPU in MAINTAINERS with a file entry
referring to rockchip,rknn-core.yaml. Note that the file entry is missing
the part rk3588, compared to the added file above, which it intends to
refer to.
Adjust the file entry to the intended file name.
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index d4bddc462c07..a569828c9f3d 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7542,7 +7542,7 @@ L: dri-devel@lists.freedesktop.org
S: Supported
T: git https://gitlab.freedesktop.org/drm/misc/kernel.git
F: Documentation/accel/rocket/
-F: Documentation/devicetree/bindings/npu/rockchip,rknn-core.yaml
+F: Documentation/devicetree/bindings/npu/rockchip,rk3588-rknn-core.yaml
F: drivers/accel/rocket/
F: include/uapi/drm/rocket_accel.h
--
2.50.1
Thanks, Lukas, I have applied it to drm-misc-next. Regards, Tomeu On Tue, Aug 26, 2025 at 8:32 AM Lukas Bulwahn <lbulwahn@redhat.com> wrote: > > From: Lukas Bulwahn <lukas.bulwahn@redhat.com> > > Commit a7352c849492 ("dt-bindings: npu: rockchip,rknn: Add bindings") adds > the device-tree binding rockchip,rk3588-rknn-core.yaml, whereas the commit > ed98261b4168 ("accel/rocket: Add a new driver for Rockchip's NPU") adds the > section DRM ACCEL DRIVER FOR ROCKCHIP NPU in MAINTAINERS with a file entry > referring to rockchip,rknn-core.yaml. Note that the file entry is missing > the part rk3588, compared to the added file above, which it intends to > refer to. > > Adjust the file entry to the intended file name. > > Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com> > --- > MAINTAINERS | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index d4bddc462c07..a569828c9f3d 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -7542,7 +7542,7 @@ L: dri-devel@lists.freedesktop.org > S: Supported > T: git https://gitlab.freedesktop.org/drm/misc/kernel.git > F: Documentation/accel/rocket/ > -F: Documentation/devicetree/bindings/npu/rockchip,rknn-core.yaml > +F: Documentation/devicetree/bindings/npu/rockchip,rk3588-rknn-core.yaml > F: drivers/accel/rocket/ > F: include/uapi/drm/rocket_accel.h > > -- > 2.50.1 >
© 2016 - 2025 Red Hat, Inc.