Add SC2300 to load_ingenic for T21 (#821)

Co-authored-by: viktorxda <35473052+viktorxda@users.noreply.github.com>
pull/823/head
Paul Philippov 2023-05-24 22:23:28 -04:00 committed by GitHub
parent d7931e16e2
commit 29f288d0eb
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"