Skip to content

Commit a57b6ee

Browse files
Dingxian Wenrkhuangtao
authored andcommitted
media: i2c: rk628csi: upgrade the driver version to v0.0.3
Modify RK628_CSI_PIXEL_RATE_LOW to 400M. Signed-off-by: Dingxian Wen <shawn.wen@rock-chips.com> Change-Id: I024a0c24f7e61e9314e9e6f24c78f24ec403e4e4
1 parent 4c462e4 commit a57b6ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/media/i2c/rk628_csi.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@ static int debug;
3838
module_param(debug, int, 0644);
3939
MODULE_PARM_DESC(debug, "debug level (0-3)");
4040

41-
#define DRIVER_VERSION KERNEL_VERSION(0, 0x0, 0x2)
41+
#define DRIVER_VERSION KERNEL_VERSION(0, 0x0, 0x3)
4242
#define RK628_CSI_NAME "rk628-csi"
4343

4444
#define EDID_NUM_BLOCKS_MAX 2
4545
#define EDID_BLOCK_SIZE 128
4646

4747
#define RK628_CSI_LINK_FREQ_LOW 350000000
4848
#define RK628_CSI_LINK_FREQ_HIGH 400000000
49-
#define RK628_CSI_PIXEL_RATE_LOW 300000000
49+
#define RK628_CSI_PIXEL_RATE_LOW 400000000
5050
#define RK628_CSI_PIXEL_RATE_HIGH 600000000
5151
#define MIPI_DATARATE_MBPS_LOW 750
5252
#define MIPI_DATARATE_MBPS_HIGH 1250

0 commit comments

Comments
 (0)