184-media-atmel-atmel-isc-sama5d2-remove-duplicate-defin.patch 1.1 KB

12345678910111213141516171819202122232425262728293031
  1. From b36d11efc134f9f1e2804270d08b9dbefdee4a0d Mon Sep 17 00:00:00 2001
  2. From: Eugen Hristev <[email protected]>
  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. Remove a duplicate definition of clock max divider
  7. Signed-off-by: Eugen Hristev <[email protected]>
  8. Signed-off-by: Hans Verkuil <[email protected]>
  9. Signed-off-by: Mauro Carvalho Chehab <[email protected]>
  10. ---
  11. drivers/media/platform/atmel/atmel-sama5d2-isc.c | 2 --
  12. 1 file changed, 2 deletions(-)
  13. diff --git a/drivers/media/platform/atmel/atmel-sama5d2-isc.c b/drivers/media/platform/atmel/atmel-sama5d2-isc.c
  14. index 26c971a380ca..d6fd22b127fd 100644
  15. --- a/drivers/media/platform/atmel/atmel-sama5d2-isc.c
  16. +++ b/drivers/media/platform/atmel/atmel-sama5d2-isc.c
  17. @@ -52,8 +52,6 @@
  18. #define ISC_SAMA5D2_MAX_SUPPORT_WIDTH 2592
  19. #define ISC_SAMA5D2_MAX_SUPPORT_HEIGHT 1944
  20. -#define ISC_CLK_MAX_DIV 255
  21. -
  22. #define ISC_SAMA5D2_PIPELINE \
  23. (WB_ENABLE | CFA_ENABLE | CC_ENABLE | GAM_ENABLES | CSC_ENABLE | \
  24. CBC_ENABLE | SUB422_ENABLE | SUB420_ENABLE)
  25. --
  26. 2.32.0