kernel: bump 5.10 to 5.10.103
[openwrt/staging/jow.git] / target / linux / at91 / patches-5.10 / 184-media-atmel-atmel-isc-sama5d2-remove-duplicate-defin.patch
1 From b36d11efc134f9f1e2804270d08b9dbefdee4a0d Mon Sep 17 00:00:00 2001
2 From: Eugen Hristev <eugen.hristev@microchip.com>
3 Date: Tue, 13 Apr 2021 12:57:26 +0200
4 Subject: [PATCH 184/247] media: atmel: atmel-isc-sama5d2: remove duplicate
5 define
6
7 Remove a duplicate definition of clock max divider
8
9 Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
10 Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
11 Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
12 ---
13 drivers/media/platform/atmel/atmel-sama5d2-isc.c | 2 --
14 1 file changed, 2 deletions(-)
15
16 --- a/drivers/media/platform/atmel/atmel-sama5d2-isc.c
17 +++ b/drivers/media/platform/atmel/atmel-sama5d2-isc.c
18 @@ -52,8 +52,6 @@
19 #define ISC_SAMA5D2_MAX_SUPPORT_WIDTH 2592
20 #define ISC_SAMA5D2_MAX_SUPPORT_HEIGHT 1944
21
22 -#define ISC_CLK_MAX_DIV 255
23 -
24 #define ISC_SAMA5D2_PIPELINE \
25 (WB_ENABLE | CFA_ENABLE | CC_ENABLE | GAM_ENABLES | CSC_ENABLE | \
26 CBC_ENABLE | SUB422_ENABLE | SUB420_ENABLE)