Skip to content

Commit

Permalink
fixup imx290 120fps
Browse files Browse the repository at this point in the history
  • Loading branch information
6by9 committed Dec 16, 2024
1 parent 7a3d3b4 commit 3bc9875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/i2c/imx290.c
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@ static int imx290_set_data_lanes(struct imx290 *imx290)
&ret);
cci_write(imx290->regmap, IMX290_FR_FDG_SEL,
(imx290->nlanes == 4 ? IMX290_FRSEL_120FPS : IMX290_FRSEL_60FPS |
(hcg_mode ? IMX290_FDG_HCG : IMX290_FDG_LCG), &ret));
(hcg_mode ? IMX290_FDG_HCG : IMX290_FDG_LCG)), &ret);

return ret;
}
Expand Down

0 comments on commit 3bc9875

Please sign in to comment.