Skip to content

Commit cfc22c2

Browse files
z3ntuandersson
authored andcommitted
arm64: dts: qcom: sdm632-fairphone-fp3: Enable CCI and add EEPROM
Enable the CCI where the camera modules are connected to, and add a node for the EEPROM found next to the IMX363 rear camera. Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Signed-off-by: Luca Weiss <luca@lucaweiss.eu> Link: https://lore.kernel.org/r/20251028-msm8953-cci-v2-7-b5f9f7135326@lucaweiss.eu Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent 9e834e7 commit cfc22c2

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

arch/arm64/boot/dts/qcom/sdm632-fairphone-fp3.dts

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,27 @@
8888
};
8989
};
9090

91+
&cci {
92+
status = "okay";
93+
};
94+
95+
&cci_i2c0 {
96+
/* Sony IMX363 (rear) @ 0x10 */
97+
98+
eeprom@50 {
99+
compatible = "belling,bl24s64", "atmel,24c64";
100+
reg = <0x50>;
101+
vcc-supply = <&vreg_cam_io_1p8>;
102+
read-only;
103+
};
104+
105+
/* ON Semi LC898217 VCM @ 0x72 */
106+
};
107+
108+
&cci_i2c1 {
109+
/* Samsung S5K4H7YX (front) @ 0x10 */
110+
};
111+
91112
&gpu {
92113
status = "okay";
93114
};

0 commit comments

Comments
 (0)