We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21b8c7c commit 945be53Copy full SHA for 945be53
drivers/media/platform/apple/isp/isp-cam.c
@@ -218,7 +218,8 @@ static int isp_ch_cache_sensor_info(struct apple_isp *isp, u32 ch)
218
219
err = isp_ch_get_sensor_id(isp, ch);
220
if (err ||
221
- (fmt->id != ISP_IMX248_1820_01 && fmt->id != ISP_IMX558_1921_01)) {
+ (fmt->id != ISP_IMX248_1820_01 && fmt->id != ISP_IMX558_1921_01 &&
222
+ fmt->id != ISP_IMX364_8720_01)) {
223
dev_err(isp->dev,
224
"ch %d: unsupported sensor. Please file a bug report with hardware info & dmesg trace.\n",
225
ch);
0 commit comments