mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-11 23:42:57 +00:00
e58cd453d5
Add kernel support for SAMA7G5 by back-porting mainline kernel patches. Among SAMA7G5 features could be remembered: - ARM Cortex-A7 - double data rate multi-port dynamic RAM controller supporting DDR2, DDR3, DDR3L, LPDDR2, LPDDR3 up to 533MHz - peripherals for audio, video processing - 1 gigabit + 1 megabit Ethernet controllers - 6 CAN controllers - trust zone support - DVFS for CPU - criptography IPs Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
32 lines
1.1 KiB
Diff
32 lines
1.1 KiB
Diff
From b36d11efc134f9f1e2804270d08b9dbefdee4a0d Mon Sep 17 00:00:00 2001
|
|
From: Eugen Hristev <eugen.hristev@microchip.com>
|
|
Date: Tue, 13 Apr 2021 12:57:26 +0200
|
|
Subject: [PATCH 184/247] 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>
|
|
---
|
|
drivers/media/platform/atmel/atmel-sama5d2-isc.c | 2 --
|
|
1 file changed, 2 deletions(-)
|
|
|
|
diff --git a/drivers/media/platform/atmel/atmel-sama5d2-isc.c b/drivers/media/platform/atmel/atmel-sama5d2-isc.c
|
|
index 26c971a380ca..d6fd22b127fd 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)
|
|
--
|
|
2.32.0
|
|
|