Message ID | 20240123121720.294753-6-biju.das.jz@bp.renesas.com (mailing list archive) |
---|---|
State | Superseded |
Delegated to: | Geert Uytterhoeven |
Headers | show |
Series | Add RZ/G2UL CRU and CSI support | expand |
diff --git a/arch/arm64/boot/dts/renesas/r9a07g043u11-smarc-cru-csi-ov5645.dtso b/arch/arm64/boot/dts/renesas/r9a07g043u11-smarc-cru-csi-ov5645.dtso index b41bb4b31a26..bb769c0f3ca5 100644 --- a/arch/arm64/boot/dts/renesas/r9a07g043u11-smarc-cru-csi-ov5645.dtso +++ b/arch/arm64/boot/dts/renesas/r9a07g043u11-smarc-cru-csi-ov5645.dtso @@ -19,3 +19,7 @@ &ov5645 { enable-gpios = <&pinctrl RZG2L_GPIO(4, 4) GPIO_ACTIVE_HIGH>; reset-gpios = <&pinctrl RZG2L_GPIO(0, 1) GPIO_ACTIVE_LOW>; }; + +&i2c0 { + clock-frequency = <100000>; +};
Reduce i2c freq from 400->100 kHz on RZ/G2UL SMARC EVK as the captured image is not proper with the sensor configuration over I2C. Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com> --- .../boot/dts/renesas/r9a07g043u11-smarc-cru-csi-ov5645.dtso | 4 ++++ 1 file changed, 4 insertions(+)