Add SC2300 to load_ingenic for T21

pull/821/head
Paul Philippov 2023-05-24 10:40:50 -04:00 committed by GitHub
parent 1c140dc0df
commit 6a5f6d0ec2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -71,6 +71,10 @@ case ${SENSOR} in
ISP_PARAM="isp_clk=125000000"
SENSOR_PARAM="sensor_gpio_func=0"
;;
"sc2300")
ISP_PARAM="isp_clk=90000000"
SENSOR_PARAM=""
;;
"sc2332")
ISP_PARAM=""
SENSOR_PARAM="sensor_gpio_func=0"