diff options
author | Lukas Bulwahn <lukas.bulwahn@gmail.com> | 2023-11-29 17:03:13 +0100 |
---|---|---|
committer | Hans Verkuil <hverkuil-cisco@xs4all.nl> | 2023-12-13 09:43:45 +0100 |
commit | f54ce765d69118546f9ba3c57fab4a09933aa0aa (patch) | |
tree | afbe825f1450a11082fe4fc0dc76e7fd4450f479 /MAINTAINERS | |
parent | media: chips-media: wave5: Remove duplicate check (diff) | |
download | linux-f54ce765d69118546f9ba3c57fab4a09933aa0aa.tar.xz linux-f54ce765d69118546f9ba3c57fab4a09933aa0aa.zip |
media: MAINTAINERS: Correct file entry in WAVE5 VPU CODEC DRIVER
Commit 26dde1beb359 ("media: chips-media: wave5: Add wave5 driver to
maintainers file") adds the MAINTAINERS section WAVE5 VPU CODEC DRIVER
referring to the 'cnm,wave5.yaml' media devicetree binding, but the file
actually added in the commit de4b9f7e371a ("dt-bindings: media: wave5: add
yaml devicetree bindings") is named 'cnm,wave521c.yaml'.
Correct the file entry in WAVE5 VPU CODEC DRIVER.
Fixes: 26dde1beb359 ("media: chips-media: wave5: Add wave5 driver to maintainers file")
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Signed-off-by: Sebastian Fricke <sebastian.fricke@collabora.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 0d96db7e1a9e..1bfc4ce37bd6 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -23483,7 +23483,7 @@ M: Nas Chung <nas.chung@chipsnmedia.com> M: Jackson Lee <jackson.lee@chipsnmedia.com> L: linux-media@vger.kernel.org S: Maintained -F: Documentation/devicetree/bindings/media/cnm,wave5.yaml +F: Documentation/devicetree/bindings/media/cnm,wave521c.yaml F: drivers/media/platform/chips-media/wave5/ WHISKEYCOVE PMIC GPIO DRIVER |