add(system): change filesystem with erofs.
This commit is contained in:
@@ -1679,7 +1679,7 @@ u32 sunxi_gpadc_read_channel_data(u8 channel)
|
||||
data = ((VOL_RANGE / 4096)*data); /* 12bits sample rate */
|
||||
vol_data = data / 1000; //data to val_data
|
||||
|
||||
printk("vol_data: %d\n", vol_data);
|
||||
// printk("vol_data: %d\n", vol_data);
|
||||
|
||||
return vol_data;
|
||||
}
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -106,12 +106,12 @@
|
||||
//#include "SENSOR_H/ov02b10_mipi_isp600_20240423_133842_ir.h"
|
||||
#include "SENSOR_H/ov02b1b_mipi_isp600_20240613_color.h"
|
||||
// #include "SENSOR_H/ov02b10_mipi_isp600_20240613_ir.h"
|
||||
#include "SENSOR_H/ov02a10_mipi_isp600_20240619_ir.h"
|
||||
#include "SENSOR_H/ov02b1b_mipi_isp600_20240911_ir.h"
|
||||
#endif // CONFIG_SENSOR_OV02B10_MIPI
|
||||
|
||||
#ifdef CONFIG_SENSOR_GC2083_MIPI
|
||||
#include "SENSOR_H/gc2083_mipi_2_isp600_20231212_103735_gj_rgb.h"
|
||||
#include "SENSOR_H/gc2083_mipi_2_isp600_20230913_015805_gj_ir.h"
|
||||
#include "SENSOR_H/gc2083_mipi_isp600_20240911_color.h"
|
||||
#include "SENSOR_H/gc2083_mipi_isp600_20240911_ir.h"
|
||||
#endif
|
||||
|
||||
#else
|
||||
@@ -186,13 +186,13 @@ struct isp_cfg_array cfg_arr[] = {
|
||||
//{"ov02b10_mipi", "ov02b10_mipi_isp600_20240423_133842_ir", 1600, 1200, 30, 1, 0, &ov02b10_mipi_isp_ir_cfg},
|
||||
{"ov02b1b_mipi", "ov02b1b_mipi_isp600_20240613_color", 1600, 1200, 30, 0, 0, &ov02b1b_mipi_isp_cfg},
|
||||
{"ov02b1b_mipi", "ov02b1b_mipi_isp600_20240613_color", 1600, 1200, 30, 1, 0, &ov02b1b_mipi_isp_cfg},
|
||||
{"ov02b10_mipi", "ov02a10_mipi_isp600_20240619_ir", 1600, 1200, 30, 0, 0, &ov02a10_mipi_isp_cfg},
|
||||
{"ov02b10_mipi", "ov02a10_mipi_isp600_20240619_ir", 1600, 1200, 30, 1, 0, &ov02a10_mipi_isp_cfg},
|
||||
{"ov02b10_mipi", "ov02b1b_mipi_isp600_20240911_ir", 1600, 1200, 30, 0, 0, &os02b1b_mipi_ir_isp_cfg},
|
||||
{"ov02b10_mipi", "ov02b1b_mipi_isp600_20240911_ir", 1600, 1200, 30, 1, 0, &os02b1b_mipi_ir_isp_cfg},
|
||||
#endif // CONFIG_SENSOR_OV02B10_MIPI
|
||||
|
||||
#ifdef CONFIG_SENSOR_GC2083_MIPI
|
||||
{"gc2083_mipi", "gc2083_mipi_2_isp600_20231212_103735_gj_rgb", 1920, 1088, 15, 0, 0, &gc2083_mipi_rgb_isp_cfg},
|
||||
{"gc2083_mipi", "gc2083_mipi_2_isp600_20230913_015805_gj_ir", 1920, 1088, 15, 0, 1, &gc2083_mipi_ir_isp_cfg},
|
||||
{"gc2083_mipi", "gc2083_mipi_isp600_20240911_color", 1920, 1088, 15, 0, 0, &gc2083_mipi_isp_cfg},
|
||||
{"gc2083_mipi", "gc2083_mipi_isp600_20240911_ir", 1920, 1088, 15, 0, 1, &gc2083_mipi_ir_isp_cfg},
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_SENSOR_GC1084_MIPI
|
||||
|
||||
Reference in New Issue
Block a user