mirror of https://github.com/OpenIPC/firmware.git
Sigmastar: update ssc325 config
parent
acad4b2291
commit
6a0dc1a7eb
|
@ -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
|
||||
|
|
|
@ -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
|
||||
;;
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue