[PATCH 0/7] Camera I2C (CCI) enablement on MSM8953 and Fairphone 3

Luca Weiss posted 7 patches 1 month, 3 weeks ago
Documentation/devicetree/bindings/eeprom/at24.yaml |   1 +
.../devicetree/bindings/i2c/qcom,i2c-cci.yaml      |   2 +
arch/arm64/boot/dts/qcom/msm8953.dtsi              | 496 ++++++++++++---------
arch/arm64/boot/dts/qcom/sdm632-fairphone-fp3.dts  |  57 +++
drivers/i2c/busses/i2c-qcom-cci.c                  |  46 ++
5 files changed, 382 insertions(+), 220 deletions(-)
[PATCH 0/7] Camera I2C (CCI) enablement on MSM8953 and Fairphone 3
Posted by Luca Weiss 1 month, 3 weeks ago
Add the compatibles and config for CCI on MSM8953, then enable these I2C
busses on Fairphone 3 and configure the EEPROM found with one of the
camera modules.

Signed-off-by: Luca Weiss <luca@lucaweiss.eu>
---
Luca Weiss (7):
      dt-bindings: i2c: qcom-cci: Document msm8953 compatible
      i2c: qcom-cci: Add msm8953 compatible
      dt-bindings: eeprom: at24: Add compatible for Belling BL24S64
      arm64: dts: qcom: msm8953: Re-sort tlmm pinctrl states
      arm64: dts: qcom: msm8953: Add CCI nodes
      arm64: dts: qcom: sdm632-fairphone-fp3: Add camera fixed regulators
      arm64: dts: qcom: sdm632-fairphone-fp3: Enable CCI and add EEPROM

 Documentation/devicetree/bindings/eeprom/at24.yaml |   1 +
 .../devicetree/bindings/i2c/qcom,i2c-cci.yaml      |   2 +
 arch/arm64/boot/dts/qcom/msm8953.dtsi              | 496 ++++++++++++---------
 arch/arm64/boot/dts/qcom/sdm632-fairphone-fp3.dts  |  57 +++
 drivers/i2c/busses/i2c-qcom-cci.c                  |  46 ++
 5 files changed, 382 insertions(+), 220 deletions(-)
---
base-commit: 1ad00588bc181aad8d76d86420d03042bc7e9acf
change-id: 20250808-msm8953-cci-587596df83da

Best regards,
-- 
Luca Weiss <luca@lucaweiss.eu>