Sync updates with OpenIPC

pull/7/head
Igor Zalatov (from Citadel PC) 2023-12-12 13:57:31 +03:00
parent a9bd45d388
commit efda8c616e
1 changed files with 9 additions and 4 deletions

View File

@ -100,6 +100,11 @@ case ${SENSOR} in
ISP_PARAM="isp_clk=125000000" ISP_PARAM="isp_clk=125000000"
SENSOR_PARAM="" SENSOR_PARAM=""
;; ;;
"imx327")
AVPU_PARAM="clk_name=vpll avpu_clk=400000000"
ISP_PARAM="isp_clk=125000000"
SENSOR_PARAM=""
;;
"jxf37") "jxf37")
AVPU_PARAM="clk_name=vpll avpu_clk=400000000" AVPU_PARAM="clk_name=vpll avpu_clk=400000000"
ISP_PARAM="isp_clk=200000000 isp_memopt=1 isp_day_night_switch_drop_frame_num=1 isp_ch0_pre_dequeue_time=12 isp_ch0_pre_dequeue_interrupt_process=0 isp_ch0_pre_dequeue_valid_lines=540" ISP_PARAM="isp_clk=200000000 isp_memopt=1 isp_day_night_switch_drop_frame_num=1 isp_ch0_pre_dequeue_time=12 isp_ch0_pre_dequeue_interrupt_process=0 isp_ch0_pre_dequeue_valid_lines=540"
@ -116,10 +121,10 @@ case ${SENSOR} in
SENSOR_PARAM="" SENSOR_PARAM=""
;; ;;
"jxk04") "jxk04")
AVPU_PARAM="clk_name=vpll avpu_clk=400000000" AVPU_PARAM="clk_name=vpll avpu_clk=400000000"
ISP_PARAM="isp_clk=125000000 isp_ch0_pre_dequeue_time=14 isp_ch0_pre_dequeue_interrupt_process=0 isp_ch0_pre_dequeue_valid_lines=540 isp_memopt=1" ISP_PARAM="isp_clk=125000000 isp_ch0_pre_dequeue_time=14 isp_ch0_pre_dequeue_interrupt_process=0 isp_ch0_pre_dequeue_valid_lines=540 isp_memopt=1"
SENSOR_PARAM="shvflip=1" SENSOR_PARAM="shvflip=1"
;; ;;
"os03b10") "os03b10")
AVPU_PARAM="clk_name=vpll avpu_clk=400000000" AVPU_PARAM="clk_name=vpll avpu_clk=400000000"
ISP_PARAM="isp_clk=200000000" ISP_PARAM="isp_clk=200000000"