Skip to content

Commit 763d9f3

Browse files
authored
[no ci] Implement ISP and GPIO setup for sp140a sensor (#1920)
1 parent d358558 commit 763d9f3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

general/package/ingenic-osdrv-t23/files/script/load_ingenic

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,12 @@ case ${SENSOR} in
5050
ISP_PARAM="isp_clk=200000000"
5151
SENSOR_PARAM="sensor_max_fps=25 data_interface=1"
5252
;;
53-
53+
"sp140a")
54+
ISP_PARAM="isp_clk=200000000"
55+
gpio clear 6
56+
sleep 1
57+
gpio set 1
58+
;;
5459
*)
5560
ISP_PARAM="isp_clk=200000000"
5661
;;

0 commit comments

Comments
 (0)