Message ID | 20250103-fp5-cam-eeprom-v1-0-88dee1b36f8e@fairphone.com (mailing list archive) |
---|---|
Headers | show |
Series | Add EEPROMs found in the camera sensors on Fairphone 5 | expand |
From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> On Fri, 03 Jan 2025 12:11:56 +0100, Luca Weiss wrote: > While out-of-tree already two of the three camera sensors are working on > this smartphone, getting those upstream-ready will still take a while. > > Until then already enable the EEPROMs found on those camera sensors > which doesn't have a dependency to the sensor drivers and gets those out > of the way. > > [...] Applied, thanks! [1/5] dt-bindings: eeprom: at24: Add compatible for Giantec GT24P128F commit: 56d4ef115cc51b1fe7de1e695923126923c9f9bf [2/5] dt-bindings: vendor-prefixes: Add Puya Semiconductor (Shanghai) Co., Ltd. commit: eace9d83c831c44b4f63beec18774fe4a46d12cc [3/5] dt-bindings: eeprom: at24: Add compatible for Puya P24C256C commit: 36036a164fac96727ed724a388dae38d2f5f21c1 Best regards,
On Fri, 03 Jan 2025 12:11:56 +0100, Luca Weiss wrote: > While out-of-tree already two of the three camera sensors are working on > this smartphone, getting those upstream-ready will still take a while. > > Until then already enable the EEPROMs found on those camera sensors > which doesn't have a dependency to the sensor drivers and gets those out > of the way. > > [...] Applied, thanks! [4/5] arm64: dts: qcom: qcm6490-fairphone-fp5: Prefix regulator-fixed label commit: f8cc045b9db0d571f1fbd27de5e84b92d4319255 [5/5] arm64: dts: qcom: qcm6490-fairphone-fp5: Enable camera EEPROMs commit: 14b77dc81213b35a7028d2cb52389473665b6d48 Best regards,
While out-of-tree already two of the three camera sensors are working on this smartphone, getting those upstream-ready will still take a while. Until then already enable the EEPROMs found on those camera sensors which doesn't have a dependency to the sensor drivers and gets those out of the way. Signed-off-by: Luca Weiss <luca.weiss@fairphone.com> --- Luca Weiss (5): dt-bindings: eeprom: at24: Add compatible for Giantec GT24P128F dt-bindings: vendor-prefixes: Add Puya Semiconductor (Shanghai) Co., Ltd. dt-bindings: eeprom: at24: Add compatible for Puya P24C256C arm64: dts: qcom: qcm6490-fairphone-fp5: Prefix regulator-fixed label arm64: dts: qcom: qcm6490-fairphone-fp5: Enable camera EEPROMs Documentation/devicetree/bindings/eeprom/at24.yaml | 5 + .../devicetree/bindings/vendor-prefixes.yaml | 2 + arch/arm64/boot/dts/qcom/qcm6490-fairphone-fp5.dts | 101 +++++++++++++++------ 3 files changed, 78 insertions(+), 30 deletions(-) --- base-commit: 9ad93a473f97ce94bd3229e5dbbc4f1b2d48127b change-id: 20250103-fp5-cam-eeprom-995e3cdcd843 Best regards,