* [PATCH 0/4] Preparations for camera support on Fairphone 4
@ 2025-12-10 1:05 Luca Weiss
2025-12-10 1:05 ` [PATCH 1/4] dt-bindings: eeprom: at24: Add compatible for Giantec GT24P64A Luca Weiss
` (5 more replies)
0 siblings, 6 replies; 12+ messages in thread
From: Luca Weiss @ 2025-12-10 1:05 UTC (permalink / raw)
To: Bartosz Golaszewski, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, Bjorn Andersson, Konrad Dybcio
Cc: ~postmarketos/upstreaming, phone-devel, linux-i2c, devicetree,
linux-kernel, linux-arm-msm, Luca Weiss
Start adding some camera-related parts which can easily be upstreamed.
This contains the EEPROMs, fixed-regulators and enabling the CCI pull-up
voltage source.
Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
---
Luca Weiss (4):
dt-bindings: eeprom: at24: Add compatible for Giantec GT24P64A
arm64: dts: qcom: sm7225-fairphone-fp4: Add camera EEPROMs
arm64: dts: qcom: sm7225-fairphone-fp4: Add camera fixed regulators
arm64: dts: qcom: sm7225-fairphone-fp4: Enable CCI pull-up
Documentation/devicetree/bindings/eeprom/at24.yaml | 1 +
arch/arm64/boot/dts/qcom/sm7225-fairphone-fp4.dts | 72 +++++++++++++++++++++-
2 files changed, 70 insertions(+), 3 deletions(-)
---
base-commit: c75caf76ed86bbc15a72808f48f8df1608a0886c
change-id: 20251210-fp4-cam-prep-640342df0834
Best regards,
--
Luca Weiss <luca.weiss@fairphone.com>
^ permalink raw reply [flat|nested] 12+ messages in thread
* [PATCH 1/4] dt-bindings: eeprom: at24: Add compatible for Giantec GT24P64A
2025-12-10 1:05 [PATCH 0/4] Preparations for camera support on Fairphone 4 Luca Weiss
@ 2025-12-10 1:05 ` Luca Weiss
2025-12-11 16:55 ` Rob Herring (Arm)
2025-12-10 1:05 ` [PATCH 2/4] arm64: dts: qcom: sm7225-fairphone-fp4: Add camera EEPROMs Luca Weiss
` (4 subsequent siblings)
5 siblings, 1 reply; 12+ messages in thread
From: Luca Weiss @ 2025-12-10 1:05 UTC (permalink / raw)
To: Bartosz Golaszewski, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, Bjorn Andersson, Konrad Dybcio
Cc: ~postmarketos/upstreaming, phone-devel, linux-i2c, devicetree,
linux-kernel, linux-arm-msm, Luca Weiss
Add the compatible for another 64Kb EEPROM from Giantec.
Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
---
Documentation/devicetree/bindings/eeprom/at24.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/eeprom/at24.yaml b/Documentation/devicetree/bindings/eeprom/at24.yaml
index c21282634780..ce63acb025e8 100644
--- a/Documentation/devicetree/bindings/eeprom/at24.yaml
+++ b/Documentation/devicetree/bindings/eeprom/at24.yaml
@@ -132,6 +132,7 @@ properties:
- items:
- enum:
- belling,bl24s64
+ - giantec,gt24p64a
- onnn,n24s64b
- puya,p24c64f
- const: atmel,24c64
--
2.52.0
^ permalink raw reply [flat|nested] 12+ messages in thread
* [PATCH 2/4] arm64: dts: qcom: sm7225-fairphone-fp4: Add camera EEPROMs
2025-12-10 1:05 [PATCH 0/4] Preparations for camera support on Fairphone 4 Luca Weiss
2025-12-10 1:05 ` [PATCH 1/4] dt-bindings: eeprom: at24: Add compatible for Giantec GT24P64A Luca Weiss
@ 2025-12-10 1:05 ` Luca Weiss
2025-12-16 12:10 ` Konrad Dybcio
2025-12-10 1:05 ` [PATCH 3/4] arm64: dts: qcom: sm7225-fairphone-fp4: Add camera fixed regulators Luca Weiss
` (3 subsequent siblings)
5 siblings, 1 reply; 12+ messages in thread
From: Luca Weiss @ 2025-12-10 1:05 UTC (permalink / raw)
To: Bartosz Golaszewski, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, Bjorn Andersson, Konrad Dybcio
Cc: ~postmarketos/upstreaming, phone-devel, linux-i2c, devicetree,
linux-kernel, linux-arm-msm, Luca Weiss
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@fairphone.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
^ permalink raw reply [flat|nested] 12+ messages in thread
* [PATCH 3/4] arm64: dts: qcom: sm7225-fairphone-fp4: Add camera fixed regulators
2025-12-10 1:05 [PATCH 0/4] Preparations for camera support on Fairphone 4 Luca Weiss
2025-12-10 1:05 ` [PATCH 1/4] dt-bindings: eeprom: at24: Add compatible for Giantec GT24P64A Luca Weiss
2025-12-10 1:05 ` [PATCH 2/4] arm64: dts: qcom: sm7225-fairphone-fp4: Add camera EEPROMs Luca Weiss
@ 2025-12-10 1:05 ` Luca Weiss
2025-12-16 12:48 ` Bryan O'Donoghue
2025-12-16 13:51 ` Konrad Dybcio
2025-12-10 1:05 ` [PATCH 4/4] arm64: dts: qcom: sm7225-fairphone-fp4: Enable CCI pull-up Luca Weiss
` (2 subsequent siblings)
5 siblings, 2 replies; 12+ messages in thread
From: Luca Weiss @ 2025-12-10 1:05 UTC (permalink / raw)
To: Bartosz Golaszewski, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, Bjorn Andersson, Konrad Dybcio
Cc: ~postmarketos/upstreaming, phone-devel, linux-i2c, devicetree,
linux-kernel, linux-arm-msm, Luca Weiss
Add multiple fixed regulators that are found on the phone, which provide
power to the cameras.
Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
---
arch/arm64/boot/dts/qcom/sm7225-fairphone-fp4.dts | 40 +++++++++++++++++++++++
1 file changed, 40 insertions(+)
diff --git a/arch/arm64/boot/dts/qcom/sm7225-fairphone-fp4.dts b/arch/arm64/boot/dts/qcom/sm7225-fairphone-fp4.dts
index c2f856a56b2b..0cfb24e3941d 100644
--- a/arch/arm64/boot/dts/qcom/sm7225-fairphone-fp4.dts
+++ b/arch/arm64/boot/dts/qcom/sm7225-fairphone-fp4.dts
@@ -246,6 +246,46 @@ active-config0 {
};
};
};
+
+ vreg_32m_cam_dvdd_1p05: regulator-32m-cam-dvdd-1p05 {
+ compatible = "regulator-fixed";
+ regulator-name = "32M_CAM_DVDD_1P05";
+ regulator-min-microvolt = <1050000>;
+ regulator-max-microvolt = <1050000>;
+ gpio = <&pm6150l_gpios 2 GPIO_ACTIVE_HIGH>;
+ enable-active-high;
+ vin-supply = <&vreg_s8e>;
+ };
+
+ vreg_48m_ois_avdd0_1p8: regulator-48m-ois-avdd0-1p8 {
+ compatible = "regulator-fixed";
+ regulator-name = "48M_OIS_AVDD0_1P8";
+ regulator-min-microvolt = <1800000>;
+ regulator-max-microvolt = <1800000>;
+ gpio = <&pm6150l_gpios 4 GPIO_ACTIVE_HIGH>;
+ enable-active-high;
+ vin-supply = <&vreg_bob>;
+ };
+
+ vreg_48m_uw_avdd0_1p8: regulator-48m-uw-avdd0-1p8 {
+ compatible = "regulator-fixed";
+ regulator-name = "48M_UW_AVDD0_1P8";
+ regulator-min-microvolt = <1800000>;
+ regulator-max-microvolt = <1800000>;
+ gpio = <&pm6150l_gpios 3 GPIO_ACTIVE_HIGH>;
+ enable-active-high;
+ vin-supply = <&vreg_bob>;
+ };
+
+ vreg_ois_2p8: regulator-ois-2p8 {
+ compatible = "regulator-fixed";
+ regulator-name = "OIS_2P8";
+ regulator-min-microvolt = <2800000>;
+ regulator-max-microvolt = <2800000>;
+ gpio = <&tlmm 72 GPIO_ACTIVE_HIGH>;
+ enable-active-high;
+ vin-supply = <&vreg_bob>;
+ };
};
&adsp {
--
2.52.0
^ permalink raw reply [flat|nested] 12+ messages in thread
* [PATCH 4/4] arm64: dts: qcom: sm7225-fairphone-fp4: Enable CCI pull-up
2025-12-10 1:05 [PATCH 0/4] Preparations for camera support on Fairphone 4 Luca Weiss
` (2 preceding siblings ...)
2025-12-10 1:05 ` [PATCH 3/4] arm64: dts: qcom: sm7225-fairphone-fp4: Add camera fixed regulators Luca Weiss
@ 2025-12-10 1:05 ` Luca Weiss
2025-12-16 12:10 ` Konrad Dybcio
2025-12-17 9:22 ` (subset) [PATCH 0/4] Preparations for camera support on Fairphone 4 Bartosz Golaszewski
2026-01-05 14:07 ` Bjorn Andersson
5 siblings, 1 reply; 12+ messages in thread
From: Luca Weiss @ 2025-12-10 1:05 UTC (permalink / raw)
To: Bartosz Golaszewski, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, Bjorn Andersson, Konrad Dybcio
Cc: ~postmarketos/upstreaming, phone-devel, linux-i2c, devicetree,
linux-kernel, linux-arm-msm, Luca Weiss
Enable vreg_l6p, which is the voltage source for the pull-up resistor of
the CCI busses.
This ensures that I2C communication works as expected.
Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
---
arch/arm64/boot/dts/qcom/sm7225-fairphone-fp4.dts | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm64/boot/dts/qcom/sm7225-fairphone-fp4.dts b/arch/arm64/boot/dts/qcom/sm7225-fairphone-fp4.dts
index 0cfb24e3941d..a3c2b26736f4 100644
--- a/arch/arm64/boot/dts/qcom/sm7225-fairphone-fp4.dts
+++ b/arch/arm64/boot/dts/qcom/sm7225-fairphone-fp4.dts
@@ -693,6 +693,8 @@ vreg_l6p: ldo6 {
regulator-name = "vreg_l6p";
regulator-min-microvolt = <1500000>;
regulator-max-microvolt = <1800000>;
+ /* Pull-up for CCI I2C busses */
+ regulator-always-on;
};
vreg_l7p: ldo7 {
--
2.52.0
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH 1/4] dt-bindings: eeprom: at24: Add compatible for Giantec GT24P64A
2025-12-10 1:05 ` [PATCH 1/4] dt-bindings: eeprom: at24: Add compatible for Giantec GT24P64A Luca Weiss
@ 2025-12-11 16:55 ` Rob Herring (Arm)
0 siblings, 0 replies; 12+ messages in thread
From: Rob Herring (Arm) @ 2025-12-11 16:55 UTC (permalink / raw)
To: Luca Weiss
Cc: Bartosz Golaszewski, linux-arm-msm, Bjorn Andersson,
Konrad Dybcio, ~postmarketos/upstreaming, linux-i2c,
Krzysztof Kozlowski, linux-kernel, Conor Dooley, devicetree,
phone-devel
On Wed, 10 Dec 2025 10:05:27 +0900, Luca Weiss wrote:
> Add the compatible for another 64Kb EEPROM from Giantec.
>
> Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
> ---
> Documentation/devicetree/bindings/eeprom/at24.yaml | 1 +
> 1 file changed, 1 insertion(+)
>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH 2/4] arm64: dts: qcom: sm7225-fairphone-fp4: Add camera EEPROMs
2025-12-10 1:05 ` [PATCH 2/4] arm64: dts: qcom: sm7225-fairphone-fp4: Add camera EEPROMs Luca Weiss
@ 2025-12-16 12:10 ` Konrad Dybcio
0 siblings, 0 replies; 12+ messages in thread
From: Konrad Dybcio @ 2025-12-16 12:10 UTC (permalink / raw)
To: Luca Weiss, Bartosz Golaszewski, Rob Herring,
Krzysztof Kozlowski, Conor Dooley, Bjorn Andersson,
Konrad Dybcio
Cc: ~postmarketos/upstreaming, phone-devel, linux-i2c, devicetree,
linux-kernel, linux-arm-msm
On 12/10/25 2:05 AM, Luca Weiss wrote:
> 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@fairphone.com>
> ---
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Konrad
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH 4/4] arm64: dts: qcom: sm7225-fairphone-fp4: Enable CCI pull-up
2025-12-10 1:05 ` [PATCH 4/4] arm64: dts: qcom: sm7225-fairphone-fp4: Enable CCI pull-up Luca Weiss
@ 2025-12-16 12:10 ` Konrad Dybcio
0 siblings, 0 replies; 12+ messages in thread
From: Konrad Dybcio @ 2025-12-16 12:10 UTC (permalink / raw)
To: Luca Weiss, Bartosz Golaszewski, Rob Herring,
Krzysztof Kozlowski, Conor Dooley, Bjorn Andersson,
Konrad Dybcio
Cc: ~postmarketos/upstreaming, phone-devel, linux-i2c, devicetree,
linux-kernel, linux-arm-msm
On 12/10/25 2:05 AM, Luca Weiss wrote:
> Enable vreg_l6p, which is the voltage source for the pull-up resistor of
> the CCI busses.
>
> This ensures that I2C communication works as expected.
>
> Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
> ---
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Konrad
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH 3/4] arm64: dts: qcom: sm7225-fairphone-fp4: Add camera fixed regulators
2025-12-10 1:05 ` [PATCH 3/4] arm64: dts: qcom: sm7225-fairphone-fp4: Add camera fixed regulators Luca Weiss
@ 2025-12-16 12:48 ` Bryan O'Donoghue
2025-12-16 13:51 ` Konrad Dybcio
1 sibling, 0 replies; 12+ messages in thread
From: Bryan O'Donoghue @ 2025-12-16 12:48 UTC (permalink / raw)
To: Luca Weiss, Bartosz Golaszewski, Rob Herring,
Krzysztof Kozlowski, Conor Dooley, Bjorn Andersson,
Konrad Dybcio
Cc: ~postmarketos/upstreaming, phone-devel, linux-i2c, devicetree,
linux-kernel, linux-arm-msm
On 10/12/2025 01:05, Luca Weiss wrote:
> Add multiple fixed regulators that are found on the phone, which provide
> power to the cameras.
>
> Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
> ---
> arch/arm64/boot/dts/qcom/sm7225-fairphone-fp4.dts | 40 +++++++++++++++++++++++
> 1 file changed, 40 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/qcom/sm7225-fairphone-fp4.dts b/arch/arm64/boot/dts/qcom/sm7225-fairphone-fp4.dts
> index c2f856a56b2b..0cfb24e3941d 100644
> --- a/arch/arm64/boot/dts/qcom/sm7225-fairphone-fp4.dts
> +++ b/arch/arm64/boot/dts/qcom/sm7225-fairphone-fp4.dts
> @@ -246,6 +246,46 @@ active-config0 {
> };
> };
> };
> +
> + vreg_32m_cam_dvdd_1p05: regulator-32m-cam-dvdd-1p05 {
> + compatible = "regulator-fixed";
> + regulator-name = "32M_CAM_DVDD_1P05";
> + regulator-min-microvolt = <1050000>;
> + regulator-max-microvolt = <1050000>;
> + gpio = <&pm6150l_gpios 2 GPIO_ACTIVE_HIGH>;
> + enable-active-high;
> + vin-supply = <&vreg_s8e>;
> + };
> +
> + vreg_48m_ois_avdd0_1p8: regulator-48m-ois-avdd0-1p8 {
> + compatible = "regulator-fixed";
> + regulator-name = "48M_OIS_AVDD0_1P8";
> + regulator-min-microvolt = <1800000>;
> + regulator-max-microvolt = <1800000>;
> + gpio = <&pm6150l_gpios 4 GPIO_ACTIVE_HIGH>;
> + enable-active-high;
> + vin-supply = <&vreg_bob>;
> + };
> +
> + vreg_48m_uw_avdd0_1p8: regulator-48m-uw-avdd0-1p8 {
> + compatible = "regulator-fixed";
> + regulator-name = "48M_UW_AVDD0_1P8";
> + regulator-min-microvolt = <1800000>;
> + regulator-max-microvolt = <1800000>;
> + gpio = <&pm6150l_gpios 3 GPIO_ACTIVE_HIGH>;
> + enable-active-high;
> + vin-supply = <&vreg_bob>;
> + };
> +
> + vreg_ois_2p8: regulator-ois-2p8 {
> + compatible = "regulator-fixed";
> + regulator-name = "OIS_2P8";
> + regulator-min-microvolt = <2800000>;
> + regulator-max-microvolt = <2800000>;
> + gpio = <&tlmm 72 GPIO_ACTIVE_HIGH>;
> + enable-active-high;
> + vin-supply = <&vreg_bob>;
> + };
> };
>
> &adsp {
>
> --
> 2.52.0
>
>
LGTM:
https://www.fairphone.com/wp-content/uploads/2022/09/FP4_Information-for-repairers-and-recyclers.pdf
Reviewed-by: Bryan O'Donoghue <bod@kernel.org>
---
bod
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [PATCH 3/4] arm64: dts: qcom: sm7225-fairphone-fp4: Add camera fixed regulators
2025-12-10 1:05 ` [PATCH 3/4] arm64: dts: qcom: sm7225-fairphone-fp4: Add camera fixed regulators Luca Weiss
2025-12-16 12:48 ` Bryan O'Donoghue
@ 2025-12-16 13:51 ` Konrad Dybcio
1 sibling, 0 replies; 12+ messages in thread
From: Konrad Dybcio @ 2025-12-16 13:51 UTC (permalink / raw)
To: Luca Weiss, Bartosz Golaszewski, Rob Herring,
Krzysztof Kozlowski, Conor Dooley, Bjorn Andersson,
Konrad Dybcio
Cc: ~postmarketos/upstreaming, phone-devel, linux-i2c, devicetree,
linux-kernel, linux-arm-msm
On 12/10/25 2:05 AM, Luca Weiss wrote:
> Add multiple fixed regulators that are found on the phone, which provide
> power to the cameras.
>
> Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
> ---
> arch/arm64/boot/dts/qcom/sm7225-fairphone-fp4.dts | 40 +++++++++++++++++++++++
> 1 file changed, 40 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/qcom/sm7225-fairphone-fp4.dts b/arch/arm64/boot/dts/qcom/sm7225-fairphone-fp4.dts
> index c2f856a56b2b..0cfb24e3941d 100644
> --- a/arch/arm64/boot/dts/qcom/sm7225-fairphone-fp4.dts
> +++ b/arch/arm64/boot/dts/qcom/sm7225-fairphone-fp4.dts
> @@ -246,6 +246,46 @@ active-config0 {
> };
> };
> };
> +
> + vreg_32m_cam_dvdd_1p05: regulator-32m-cam-dvdd-1p05 {
> + compatible = "regulator-fixed";
> + regulator-name = "32M_CAM_DVDD_1P05";
> + regulator-min-microvolt = <1050000>;
> + regulator-max-microvolt = <1050000>;
> + gpio = <&pm6150l_gpios 2 GPIO_ACTIVE_HIGH>;
It'd be useful to also explicitly describe the pinmux/cfg states
of the PMIC pins, since these can be a little surprising at boot
Konrad
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: (subset) [PATCH 0/4] Preparations for camera support on Fairphone 4
2025-12-10 1:05 [PATCH 0/4] Preparations for camera support on Fairphone 4 Luca Weiss
` (3 preceding siblings ...)
2025-12-10 1:05 ` [PATCH 4/4] arm64: dts: qcom: sm7225-fairphone-fp4: Enable CCI pull-up Luca Weiss
@ 2025-12-17 9:22 ` Bartosz Golaszewski
2026-01-05 14:07 ` Bjorn Andersson
5 siblings, 0 replies; 12+ messages in thread
From: Bartosz Golaszewski @ 2025-12-17 9:22 UTC (permalink / raw)
To: Bartosz Golaszewski, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, Bjorn Andersson, Konrad Dybcio, Luca Weiss
Cc: Bartosz Golaszewski, ~postmarketos/upstreaming, phone-devel,
linux-i2c, devicetree, linux-kernel, linux-arm-msm
On Wed, 10 Dec 2025 10:05:26 +0900, Luca Weiss wrote:
> Start adding some camera-related parts which can easily be upstreamed.
>
> This contains the EEPROMs, fixed-regulators and enabling the CCI pull-up
> voltage source.
>
>
Applied, thanks!
[1/4] dt-bindings: eeprom: at24: Add compatible for Giantec GT24P64A
commit: 30116121412b1aef99899bacb51f7ccf2511f223
Best regards,
--
Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: (subset) [PATCH 0/4] Preparations for camera support on Fairphone 4
2025-12-10 1:05 [PATCH 0/4] Preparations for camera support on Fairphone 4 Luca Weiss
` (4 preceding siblings ...)
2025-12-17 9:22 ` (subset) [PATCH 0/4] Preparations for camera support on Fairphone 4 Bartosz Golaszewski
@ 2026-01-05 14:07 ` Bjorn Andersson
5 siblings, 0 replies; 12+ messages in thread
From: Bjorn Andersson @ 2026-01-05 14:07 UTC (permalink / raw)
To: Bartosz Golaszewski, Rob Herring, Krzysztof Kozlowski,
Conor Dooley, Konrad Dybcio, Luca Weiss
Cc: ~postmarketos/upstreaming, phone-devel, linux-i2c, devicetree,
linux-kernel, linux-arm-msm
On Wed, 10 Dec 2025 10:05:26 +0900, Luca Weiss wrote:
> Start adding some camera-related parts which can easily be upstreamed.
>
> This contains the EEPROMs, fixed-regulators and enabling the CCI pull-up
> voltage source.
>
>
Applied, thanks!
[2/4] arm64: dts: qcom: sm7225-fairphone-fp4: Add camera EEPROMs
commit: 89bce44320b4c39f3ea48591f7c04c961e404eae
[3/4] arm64: dts: qcom: sm7225-fairphone-fp4: Add camera fixed regulators
commit: e1d3aeff520638d9d286f66e734c2cc8b489d5ee
[4/4] arm64: dts: qcom: sm7225-fairphone-fp4: Enable CCI pull-up
commit: 7a53133ac4b5b26924146bc1b044594894ccc400
Best regards,
--
Bjorn Andersson <andersson@kernel.org>
^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~2026-01-05 14:08 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-12-10 1:05 [PATCH 0/4] Preparations for camera support on Fairphone 4 Luca Weiss
2025-12-10 1:05 ` [PATCH 1/4] dt-bindings: eeprom: at24: Add compatible for Giantec GT24P64A Luca Weiss
2025-12-11 16:55 ` Rob Herring (Arm)
2025-12-10 1:05 ` [PATCH 2/4] arm64: dts: qcom: sm7225-fairphone-fp4: Add camera EEPROMs Luca Weiss
2025-12-16 12:10 ` Konrad Dybcio
2025-12-10 1:05 ` [PATCH 3/4] arm64: dts: qcom: sm7225-fairphone-fp4: Add camera fixed regulators Luca Weiss
2025-12-16 12:48 ` Bryan O'Donoghue
2025-12-16 13:51 ` Konrad Dybcio
2025-12-10 1:05 ` [PATCH 4/4] arm64: dts: qcom: sm7225-fairphone-fp4: Enable CCI pull-up Luca Weiss
2025-12-16 12:10 ` Konrad Dybcio
2025-12-17 9:22 ` (subset) [PATCH 0/4] Preparations for camera support on Fairphone 4 Bartosz Golaszewski
2026-01-05 14:07 ` Bjorn Andersson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®