]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
media: i2c: ds90ub960: Drop unused indirect block define
authorTomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Fri, 6 Dec 2024 08:26:46 +0000 (10:26 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Thu, 19 Dec 2024 11:50:16 +0000 (12:50 +0100)
Drop the unused UB960_IND_TARGET_CSI_CSIPLL_REG_1 define. It does not
even match to any block in the more recent documents, so it's possible
it is not only unused but also wrong.

Reviewed-by: Jai Luthra <jai.luthra@ideasonboard.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/i2c/ds90ub960.c

index ac221b5d382c38019bf5723143f4a9df2f431c76..e3dc9b3c6aa53abf0410187206d88a7fbfb61216 100644 (file)
 /* Indirect register blocks */
 #define UB960_IND_TARGET_PAT_GEN               0x00
 #define UB960_IND_TARGET_RX_ANA(n)             (0x01 + (n))
-#define UB960_IND_TARGET_CSI_CSIPLL_REG_1      0x92    /* UB9702 */
 #define UB960_IND_TARGET_CSI_ANA               0x07
 
 /* UB960_IR_PGEN_*: Indirect Registers for Test Pattern Generator */