Sigmastar: update ssc325 config

pull/1133/head
Viktor 2023-11-11 03:24:06 +01:00
parent acad4b2291
commit 6a0dc1a7eb
3 changed files with 2 additions and 4 deletions

View File

@ -104,6 +104,7 @@ BR2_PACKAGE_WPA_SUPPLICANT_NL80211=y
BR2_PACKAGE_WPA_SUPPLICANT_PASSPHRASE=y
# BR2_PACKAGE_RTL8188EU is not set
# BR2_PACKAGE_RTL8192EU_OPENIPC is not set
BR2_PACKAGE_RTL8188FU_OPENIPC=y
# Debug
# BR2_PACKAGE_HOST_GDB is not set

View File

@ -16,15 +16,12 @@ detect_sensor() {
set_sensor() {
case ${SENSOR} in
gc2053)
gc2053|sc2239)
insmod ${PATH_SENSOR}/sensor_${SENSOR}_mipi.ko chmap=1 lane_num=2 hdr_lane_num=2
;;
imx307)
insmod ${PATH_SENSOR}/sensor_${SENSOR}_mipi.ko chmap=1 lane_num=2 hdr_lane_num=2 mclk=37.125M
;;
sc2239)
insmod ${PATH_SENSOR}/sensor_${SENSOR}_mipi.ko chmap=1 lane_num=2 hdr_lane_num=2
;;
*)
echo -e "\n\e[1;31mUNSUPPORTED sensor - ${SENSOR}\e[0m\n" | logger -s -t OpenIPC
;;