184-media-atmel-atmel-isc-sama5d2-remove-duplicate-defin.patch 969 B

1234567891011121314151617181920212223242526
  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. --- a/drivers/media/platform/atmel/atmel-sama5d2-isc.c
  14. +++ b/drivers/media/platform/atmel/atmel-sama5d2-isc.c
  15. @@ -52,8 +52,6 @@
  16. #define ISC_SAMA5D2_MAX_SUPPORT_WIDTH 2592
  17. #define ISC_SAMA5D2_MAX_SUPPORT_HEIGHT 1944
  18. -#define ISC_CLK_MAX_DIV 255
  19. -
  20. #define ISC_SAMA5D2_PIPELINE \
  21. (WB_ENABLE | CFA_ENABLE | CC_ENABLE | GAM_ENABLES | CSC_ENABLE | \
  22. CBC_ENABLE | SUB422_ENABLE | SUB420_ENABLE)