[linux] porting cvitek asic chips.

1. update cv182x/cv183x configuration file
	2. update cv181x/cv180x configuration file
	3. update clk driver for cvitek
	4. update dma driver for cvitek
	5. update soc driver for cvitek
	6. porting cvitek ion driver from kernel-4.19
	7. compatible with riscv

Change-Id: Icff9fafe0ebe7d6bab824bbadb952e08bdc66c19
This commit is contained in:
wangliang.wang
2023-03-09 14:38:25 +08:00
committed by sam.xiang
parent 4bc998a131
commit 4f810186ab
2062 changed files with 544892 additions and 2134 deletions

View File

@ -153,6 +153,16 @@
/* S5C73M3 sensor specific interleaved UYVY and JPEG */
#define MEDIA_BUS_FMT_S5C_UYVY_JPEG_1X8 0x5001
/* CVITEK RGBIR specific formats */
#define MEDIA_BUS_FMT_CVI_BAYER_GRGBI_1x12 0x5101
#define MEDIA_BUS_FMT_CVI_BAYER_RGBGI_1x12 0x5102
#define MEDIA_BUS_FMT_CVI_BAYER_GBGRI_1x12 0x5103
#define MEDIA_BUS_FMT_CVI_BAYER_BGRGI_1x12 0x5104
#define MEDIA_BUS_FMT_CVI_BAYER_IGRGB_1x12 0x5105
#define MEDIA_BUS_FMT_CVI_BAYER_IRGBG_1x12 0x5106
#define MEDIA_BUS_FMT_CVI_BAYER_IBGRG_1x12 0x5107
#define MEDIA_BUS_FMT_CVI_BAYER_IGBGR_1x12 0x5108
/* HSV - next is 0x6002 */
#define MEDIA_BUS_FMT_AHSV8888_1X32 0x6001