Hi All,
I am Trying to integrate CSI Camera with AiStarVision MIPI Adapter V2.0 on Android M for DragonBoard410c.
I have enable the mm-qcamera-daemon.
Added the ov5645.c driver and required camera files in vendor/qcom/proprietary/mm-camera
But when the i2c probe is failing resulting in failure of camera. Please observe the below logs.
[ 0.211271] cpr_pvs_init: apc_corner: floor voltage: [1050000 1050000 1162500] uV
[ 0.211737] platform b018000.regulator: Driver qcom,cpr-regulator requests probe deferral
[ 0.212379] i2c-msm-v2 78b6000.i2c: probing driver i2c-msm-v2
[ 0.212503] i2c-msm-v2 78b6000.i2c: error on clk_get(core_clk):-517
[ 0.212520] i2c-msm-v2 78b6000.i2c: error probe() failed with err:-517
[ 0.212562] platform 78b6000.i2c: Driver i2c-msm-v2 requests probe deferral
[ 0.212834] i2c-msm-v2 78b9000.i2c: probing driver i2c-msm-v2
[ 0.212941] i2c-msm-v2 78b9000.i2c: error on clk_get(core_clk):-517
[ 0.212956] i2c-msm-v2 78b9000.i2c: error probe() failed with err:-517
[ 0.212992] platform 78b9000.i2c: Driver i2c-msm-v2 requests probe deferral
[ 0.213270] i2c-msm-v2 78ba000.i2c: probing driver i2c-msm-v2
[ 0.213376] i2c-msm-v2 78ba000.i2c: error on clk_get(core_clk):-517
[ 0.213391] i2c-msm-v2 78ba000.i2c: error probe() failed with err:-517
[ 0.213430] platform 78ba000.i2c: Driver i2c-msm-v2 requests probe deferral
[ 0.213737] i2c-msm-v2 78b8000.i2c: probing driver i2c-msm-v2
[ 0.213838] i2c-msm-v2 78b8000.i2c: error on clk_get(core_clk):-517
[ 0.213853] i2c-msm-v2 78b8000.i2c: error probe() failed with err:-517
[ 0.213888] platform 78b8000.i2c: Driver i2c-msm-v2 requests probe deferral
[ 0.216158] msm-thermal qcom,msm-thermal.58: msm_thermal:Failed reading node=/soc/qcom,msm-thermal, key=qcom,rpm-phase-resource-type err=-22. KTM continues
[ 0.216177] msm-thermal qcom,msm-thermal.58: msm_thermal:Failed reading node=/soc/qcom,msm-thermal, key=qcom,gfx-sensor-id. err=-22. KTM continues
Any help is appreciated. Thanks in Advance.
Regards,
Anvesh.