diff options
author | Jai Luthra <[email protected]> | 2023-10-13 14:27:56 +0530 |
---|---|---|
committer | Hans Verkuil <[email protected]> | 2023-10-18 11:49:51 +0200 |
commit | 99b6d9685c33ee38f9fea00e3ea9191da93133c9 (patch) | |
tree | df3377968636ea85a4591839073a49359675b234 | |
parent | 94e27fbeca27d8c772fc2bc807730aaee5886055 (diff) |
media: MAINTAINERS: Fix path for J721E CSI2RX bindings
Fix the path of the devicetree bindings. The path was changed during
review but MAINTAINERS file was not updated.
Fixes: b4a3d877dc92 ("media: ti: Add CSI2RX support for J721E")
Reported-by: kernel test robot <[email protected]>
Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/
Signed-off-by: Jai Luthra <[email protected]>
Signed-off-by: Sakari Ailus <[email protected]>
Signed-off-by: Hans Verkuil <[email protected]>
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 3b47e0b56859..f3e6dbbbbccb 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -21599,7 +21599,7 @@ TI J721E CSI2RX DRIVER M: Jai Luthra <[email protected]> S: Maintained -F: Documentation/devicetree/bindings/media/ti,j721e-csi2rx.yaml +F: Documentation/devicetree/bindings/media/ti,j721e-csi2rx-shim.yaml F: drivers/media/platform/ti/j721e-csi2rx/ TI KEYSTONE MULTICORE NAVIGATOR DRIVERS |