mirror of https://github.com/OpenIPC/firmware.git
Add SC2300 to load_ingenic for T21 (#821)
Co-authored-by: viktorxda <35473052+viktorxda@users.noreply.github.com>pull/823/head
parent
d7931e16e2
commit
29f288d0eb
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue