Merge branch 'CR_1468_Libcamera_Kevin.xie' into 'jh7110-mm-devel'

libcamera: Bind sensor config to static i2c number 6

See merge request sdk/buildroot!20
This commit is contained in:
andy.hu
2022-07-05 06:53:20 +00:00
committed by Andy Hu
@@ -18,7 +18,7 @@ index 3446b0a..dc4fc63 100644
---
sensors:
- - sensorentity: "imx219 0-0010"
+ - sensorentity: "imx219 4-0010"
+ - sensorentity: "imx219 6-0010"
ispfwimage: "stf_isp0_fw_dump.bin"
sensortype: 4
-
@@ -46,7 +46,7 @@ index cc4cd1e..7f97069 100644
const std::vector<SensorConfig> defaultSensorConfigs = {
- { "imx219 0-0010", "stf_isp0_fw_dump.bin", MIPICSI0_ISP0 },
- { "imx219 2-0010", "stf_isp0_fw_dump.bin", MIPICSI1_ISP1 },
+ { "imx219 4-0010", "stf_isp0_fw_dump.bin", MIPICSI0_ISP0 },
+ { "imx219 6-0010", "stf_isp0_fw_dump.bin", MIPICSI0_ISP0 },
};
std::vector<SensorConfig> sensorConfigs;