mirror of
https://github.com/outbackdingo/firmware.git
synced 2026-01-28 10:18:58 +00:00
Add SC2300 to load_ingenic for T21 (#821)
Co-authored-by: viktorxda <35473052+viktorxda@users.noreply.github.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user