mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2026-09-22 09:34:56 +02:00
media: i2c: ds90ub960: Drop unused indirect block define
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>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
b0ab26fa4a
commit
7fd0497145
@@ -366,7 +366,6 @@
|
||||
/* 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 */
|
||||
|
||||
Reference in New Issue
Block a user