Hello, I am using the db820c with some OV5645 image sensors. I was hoping to be able to reduce the i2c clock frequency to below standard (~50 kHz rather than 100 kHz). Would this be possible? I’ve attempted changing the device tree source in kernel/arch/arm64/boot/dts/qcom/msm8996.dtsi by adding a clock-frequency = <50000>; to the i2c stuff.
Is there a way to reduce the i2c for the cameras to below 100 kHz? The reason I am trying to do this is to allow the image sensor cable to be farther from the db820c.
Thanks