Skip to content

Commit

Permalink
media: apple: isp: Enable IMX364 sensor
Browse files Browse the repository at this point in the history
This is used on j45[67].

Signed-off-by: Hector Martin <marcan@marcan.st>
  • Loading branch information
marcan authored and jannau committed Nov 19, 2024
1 parent 009fb57 commit 682c6b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/media/platform/apple/isp/isp-cam.c
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,8 @@ static int isp_ch_cache_sensor_info(struct apple_isp *isp, u32 ch)

err = isp_ch_get_sensor_id(isp, ch);
if (err ||
(fmt->id != ISP_IMX248_1820_01 && fmt->id != ISP_IMX558_1921_01)) {
(fmt->id != ISP_IMX248_1820_01 && fmt->id != ISP_IMX558_1921_01 &&
fmt->id != ISP_IMX364_8720_01)) {
dev_err(isp->dev,
"ch %d: unsupported sensor. Please file a bug report with hardware info & dmesg trace.\n",
ch);
Expand Down

0 comments on commit 682c6b4

Please sign in to comment.