Skip to content

Commit 945be53

Browse files
marcanjannau
authored andcommitted
media: apple: isp: Enable IMX364 sensor
This is used on j45[67]. Signed-off-by: Hector Martin <marcan@marcan.st>
1 parent 21b8c7c commit 945be53

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

drivers/media/platform/apple/isp/isp-cam.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,8 @@ static int isp_ch_cache_sensor_info(struct apple_isp *isp, u32 ch)
218218

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

0 commit comments

Comments
 (0)