mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 15:49:42 -04:00
media: i2c: imx219: Drop unused macros
Drop a handful of macros that are not used and don't provide any value. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Dave Stevenson <dave.stevenson@raspberrypi.com> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
This commit is contained in:
committed by
Hans Verkuil
parent
852798cc8a
commit
3e40c8db9e
@@ -72,12 +72,6 @@
|
||||
|
||||
#define IMX219_VBLANK_MIN 4
|
||||
|
||||
/*Frame Length Line*/
|
||||
#define IMX219_FLL_MIN 0x08a6
|
||||
#define IMX219_FLL_MAX 0xffff
|
||||
#define IMX219_FLL_STEP 1
|
||||
#define IMX219_FLL_DEFAULT 0x0c98
|
||||
|
||||
/* HBLANK control - read only */
|
||||
#define IMX219_PPL_DEFAULT 3448
|
||||
|
||||
@@ -105,10 +99,6 @@
|
||||
#define IMX219_TESTP_COLOUR_MIN 0
|
||||
#define IMX219_TESTP_COLOUR_MAX 0x03ff
|
||||
#define IMX219_TESTP_COLOUR_STEP 1
|
||||
#define IMX219_TESTP_RED_DEFAULT IMX219_TESTP_COLOUR_MAX
|
||||
#define IMX219_TESTP_GREENR_DEFAULT 0
|
||||
#define IMX219_TESTP_BLUE_DEFAULT 0
|
||||
#define IMX219_TESTP_GREENB_DEFAULT 0
|
||||
|
||||
/* External clock frequency is 24.0M */
|
||||
#define IMX219_XCLK_FREQ 24000000
|
||||
|
||||
Reference in New Issue
Block a user