From 92901293d3318ea7cd1122f89cb523fd7348eaee Mon Sep 17 00:00:00 2001 From: Robbe Derks Date: Tue, 4 Feb 2025 17:15:13 +0100 Subject: [PATCH] mici: reduce cam mclk drive strengths --- arch/arm64/boot/dts/qcom/comma_mici.dts | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/comma_mici.dts b/arch/arm64/boot/dts/qcom/comma_mici.dts index 211819a800df..660b755c50d0 100644 --- a/arch/arm64/boot/dts/qcom/comma_mici.dts +++ b/arch/arm64/boot/dts/qcom/comma_mici.dts @@ -216,3 +216,22 @@ status = "ok"; qcom,msm-id = <341 0x20001>, <321 0x20001>, <321 0x20000>; qcom,board-id = <0x22 0>; }; + +/* Reduce CAM MCLK drive strengths */ +&cam_sensor_mclk0_active { + config { + drive-strength = <2>; + }; +}; + +&cam_sensor_mclk1_active { + config { + drive-strength = <2>; + }; +}; + +&cam_sensor_mclk2_active { + config { + drive-strength = <2>; + }; +};