ipa: raspberrypi: Rename ov9281.json to ov9281_mono.json

The recent change to the naming scheme for the camera tuning files failed to
rename ov9281.json, causing the sensor to fail to load. Since this is a mono
sensor module, rename this file to ov9281_mono.json.

Fixes: 820607b195: ("pipeline: raspberrypi: Update naming convention for tuning files")
Signed-off-by: Naushir Patuck <naush@raspberrypi.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: David Plowman <david.plowman@raspberrypi.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
Naushir Patuck 2022-10-19 14:57:47 +01:00 committed by Laurent Pinchart
parent c8e6b114f0
commit 6b9049de1f
2 changed files with 1 additions and 1 deletions

View file

@ -12,7 +12,7 @@ conf_files = files([
'imx519.json', 'imx519.json',
'ov5647.json', 'ov5647.json',
'ov5647_noir.json', 'ov5647_noir.json',
'ov9281.json', 'ov9281_mono.json',
'se327m12.json', 'se327m12.json',
'uncalibrated.json', 'uncalibrated.json',
]) ])