Skip to content

Commit

Permalink
fixup downstream patch post driver conversion to CCI_REG
Browse files Browse the repository at this point in the history
HTS was still using the raw register ID.

Fixes: dd26d43 ("media: i2c: imx219: make HBLANK r/w to allow longer exposures")
Signed-off-by: Dave Stevenson <[email protected]>
  • Loading branch information
6by9 authored and pelwell committed Dec 27, 2023
1 parent a78422f commit 132e369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/i2c/imx219.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
/* HBLANK control range */
#define IMX219_PPL_MIN 3448
#define IMX219_PPL_MAX 0x7ff0
#define IMX219_REG_HTS 0x0162
#define IMX219_REG_HTS CCI_REG16(0x0162)

#define IMX219_REG_LINE_LENGTH_A CCI_REG16(0x0162)
#define IMX219_REG_X_ADD_STA_A CCI_REG16(0x0164)
Expand Down

0 comments on commit 132e369

Please sign in to comment.