aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/platform/atmel/atmel-sama5d2-isc.c
diff options
context:
space:
mode:
authorEugen Hristev <eugen.hristev@microchip.com>2021-04-13 12:57:26 +0200
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>2021-06-08 15:42:45 +0200
commit2672a9397221d6ded067a205211897f3e3d712dc (patch)
tree7b71c332a717e4d4ca87d85acbdae08e5cf2c815 /drivers/media/platform/atmel/atmel-sama5d2-isc.c
parentmedia: atmel: atmel-isc-base: add support for more formats and additional pipeline modules (diff)
downloadlinux-dev-2672a9397221d6ded067a205211897f3e3d712dc.tar.xz
linux-dev-2672a9397221d6ded067a205211897f3e3d712dc.zip
media: atmel: atmel-isc-sama5d2: remove duplicate define
Remove a duplicate definition of clock max divider Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'drivers/media/platform/atmel/atmel-sama5d2-isc.c')
-rw-r--r--drivers/media/platform/atmel/atmel-sama5d2-isc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/platform/atmel/atmel-sama5d2-isc.c b/drivers/media/platform/atmel/atmel-sama5d2-isc.c
index 8579f27800ae..925aa80a139b 100644
--- a/drivers/media/platform/atmel/atmel-sama5d2-isc.c
+++ b/drivers/media/platform/atmel/atmel-sama5d2-isc.c
@@ -52,8 +52,6 @@
#define ISC_SAMA5D2_MAX_SUPPORT_WIDTH 2592
#define ISC_SAMA5D2_MAX_SUPPORT_HEIGHT 1944
-#define ISC_CLK_MAX_DIV 255
-
#define ISC_SAMA5D2_PIPELINE \
(WB_ENABLE | CFA_ENABLE | CC_ENABLE | GAM_ENABLES | CSC_ENABLE | \
CBC_ENABLE | SUB422_ENABLE | SUB420_ENABLE)