[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20251210-fp4-cam-prep-v1-2-0eacbff271ec@fairphone.com>
Date: Wed, 10 Dec 2025 10:05:28 +0900
From: Luca Weiss <luca.weiss@...rphone.com>
To: Bartosz Golaszewski <brgl@...nel.org>, Rob Herring <robh@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>, Bjorn Andersson <andersson@...nel.org>,
Konrad Dybcio <konradybcio@...nel.org>
Cc: ~postmarketos/upstreaming@...ts.sr.ht, phone-devel@...r.kernel.org,
linux-i2c@...r.kernel.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-arm-msm@...r.kernel.org,
Luca Weiss <luca.weiss@...rphone.com>
Subject: [PATCH 2/4] arm64: dts: qcom: sm7225-fairphone-fp4: Add camera
EEPROMs
Add notes for the EEPROMs found on the main rear camera, ultra-wide rear
camera and front camera. Also add some comments that act as placeholders
for other nodes that will be added in the future, for the camera sensors
and some VCM drivers.
Signed-off-by: Luca Weiss <luca.weiss@...rphone.com>
---
arch/arm64/boot/dts/qcom/sm7225-fairphone-fp4.dts | 30 ++++++++++++++++++++---
1 file changed, 27 insertions(+), 3 deletions(-)
diff --git a/arch/arm64/boot/dts/qcom/sm7225-fairphone-fp4.dts b/arch/arm64/boot/dts/qcom/sm7225-fairphone-fp4.dts
index 4afbab570ca1..c2f856a56b2b 100644
--- a/arch/arm64/boot/dts/qcom/sm7225-fairphone-fp4.dts
+++ b/arch/arm64/boot/dts/qcom/sm7225-fairphone-fp4.dts
@@ -512,11 +512,28 @@ &cci0 {
};
&cci0_i2c0 {
- /* IMX582 @ 0x1a */
+ /* Main cam (Sony IMX582) @ 0x1a */
+ /* VCM driver (Onsemi LC898219XI) @ 0x28 */
+ /* OIS driver (CML CM401) @ 0x30 */
+
+ eeprom@50 {
+ compatible = "giantec,gt24p128e", "atmel,24c128";
+ reg = <0x50>;
+ vcc-supply = <&vreg_l6p>;
+ read-only;
+ };
};
&cci0_i2c1 {
- /* IMX582 @ 0x1a */
+ /* VCM driver (Dongwoon DW9800W) @ 0xc */
+ /* Ultra-wide cam (Sony IMX582) @ 0x1a */
+
+ eeprom@50 {
+ compatible = "giantec,gt24p64a", "atmel,24c64";
+ reg = <0x50>;
+ vcc-supply = <&vreg_l6p>;
+ read-only;
+ };
};
&cci1 {
@@ -524,7 +541,14 @@ &cci1 {
};
&cci1_i2c0 {
- /* IMX576 @ 0x10 */
+ /* Front cam (Sony IMX576) @ 0x10 */
+
+ eeprom@50 {
+ compatible = "giantec,gt24p64a", "atmel,24c64";
+ reg = <0x50>;
+ vcc-supply = <&vreg_l6p>;
+ read-only;
+ };
};
&cdsp {
--
2.52.0
Powered by blists - more mailing lists